Skip to content

Files

Latest commit

546e97a · Apr 19, 2024

History

History
1403 lines (1344 loc) · 51.3 KB

spec_JA.md

File metadata and controls

1403 lines (1344 loc) · 51.3 KB

Smart Data Models

エンティティポートコール

オープン・ライセンス

文書は自動的に生成される

グローバルな説明**寄港とは、貨物の積み下ろしなど、何らかの有用な機能を果たすために、船舶が一定期間港を訪れることである。

バージョン: 0.0.2

プロパティのリスト

[*] 属性に型がない場合は、複数の型があるか、異なるフォーマット/パターンがある可能性があるためです

  • UNLOCODE[string]: 港の国連貿易・輸送場所コードUN/LOCODE
  • address[object]: 郵送先住所 . Model: https://schema.org/address
  • alternateName[string]: この項目の別名
  • areaServed[string]: サービスまたは提供品が提供される地理的地域 . Model: https://schema.org/Text
  • arrivalDate[date-time]: 本船が港に到着した日時 . Model: https://schema.org/DateTime
  • arrivalDateScheduled[date-time]: 船舶代理店が申告した、港湾区域への船舶到着予定日時 . Model: https://schema.org/DateTime
  • dataProvider[string]: ハーモナイズされたデータ・エンティティの提供者を識別する一連の文字。
  • dateCreated[date-time]: エンティティの作成タイムスタンプ。これは通常、ストレージプラットフォームによって割り当てられます。
  • dateModified[date-time]: エンティティの最終変更のタイムスタンプ。これは通常、ストレージプラットフォームによって割り当てられる。
  • departureDate[date-time]: 出港日時 . Model: https://schema.org/DateTime
  • departureDateScheduled[date-time]: 海運代理店が申告した出港予定日時 . Model: https://schema.org/DateTime
  • description[string]: この商品の説明
  • id[*]: エンティティの一意識別子
  • location[*]: アイテムへの Geojson 参照。Point、LineString、Polygon、MultiPoint、MultiLineString、MultiPolygon のいずれか。
  • name[string]: このアイテムの名前
  • owner[array]: 所有者の固有IDを参照するJSONエンコードされた文字列を含むリスト。
  • regularLine[string]: ポートコールの通常回線
  • seeAlso[*]: アイテムに関する追加リソースを指すURIのリスト
  • source[string]: エンティティ・データの元のソースを URL として示す一連の文字。ソース・プロバイダの完全修飾ドメイン名、またはソース・オブジェクトの URL を推奨する。
  • status[string]: 手術のステータス。列挙型:「予定、認可、運用、完了
  • terminal[string]: ポートコールのターミナル
  • type[string]: NGSIエンティティタイプ。PortCallでなければならない。
  • vessel[object]: ポートコールの寄港船舶
    • IMO[number]: 国際海事機関が定めたスキームに従ったIMO船舶識別番号。
    • shipName[string]: 船舶名
    • shipTypeCategory[string]: 船舶カテゴリーの説明。列挙:'CONTAINER, GENERAL CARGO NON SPECIALIZED, LIQUID BULK, DRY BULK, CRUISE'.
    • shipTypeClass[string]: 船舶クラスの説明。Enum: 'MULTI-DECKER, CHEMICAL TANKER, FULL CONTAINER, OIL TANKER, BULK CARRIER, LG TANKER'.
  • vesselAgent[string]: ポートコールの船舶代理店
  • voyageCode[string]: 航海コード(航海の固有ID)

必須プロパティ

  • arrivalDate
  • id
  • type
  • vessel

H2020プロジェクトDataPortsのデータモデル。eh 記述に含まれる用語の参考文献。IMO-> https://imocompendium.imo.org/public/IMO-Compendium/Draft/index.htm, S211-IALA-> https://www.iala-aism.org/technical/data-modelling/iala-s-200-development-status/s-211/, EDIFACT-> https://service.unece.org/trade/untdid/d20b/trmd/berman_c.htm, EMSWe-> https://eur-lex.europa.eu/EN/legal-content/summary/european-maritime-single-window-environment-emswe.html / https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A32019R1239

プロパティのデータモデル記述

アルファベット順(クリックで詳細表示)

full yaml details
PortCall:    
  description: 'This data model is intended to provide information about PortCalls (the visit of a ship to a port). It allows to represent the properties of each PortCall, including the visiting Vessel (partially loaded and referenced to Vessel entity for more info). On each attribute references related to elements of other well known standards are included. The data model is intended to provide the basic information about a PortCall, that is, the data relative to the arrival and the departure of the ship from the port, but not intermediate activities (berthing, operations, ...) that are defined in other linked entities (Berth, Operation, ...)'    
  properties:    
    UNLOCODE:    
      description: 'United Nations Code for Trade and Transport Locations, [UN/LOCODE](https://unece.org/trade/cefact/unlocode-code-list-country-and-territory), of the port. to be deprecated. Use portCode instead'    
      type: string    
      x-ngsi:    
        type: Property    
    address:    
      description: The mailing address    
      properties:    
        addressCountry:    
          description: 'The country. For example, Spain'    
          type: string    
          x-ngsi:    
            model: https://schema.org/addressCountry    
            type: Property    
        addressLocality:    
          description: 'The locality in which the street address is, and which is in the region'    
          type: string    
          x-ngsi:    
            model: https://schema.org/addressLocality    
            type: Property    
        addressRegion:    
          description: 'The region in which the locality is, and which is in the country'    
          type: string    
          x-ngsi:    
            model: https://schema.org/addressRegion    
            type: Property    
        district:    
          description: 'A district is a type of administrative division that, in some countries, is managed by the local government'    
          type: string    
          x-ngsi:    
            type: Property    
        postOfficeBoxNumber:    
          description: 'The post office box number for PO box addresses. For example, 03578'    
          type: string    
          x-ngsi:    
            model: https://schema.org/postOfficeBoxNumber    
            type: Property    
        postalCode:    
          description: 'The postal code. For example, 24004'    
          type: string    
          x-ngsi:    
            model: https://schema.org/https://schema.org/postalCode    
            type: Property    
        streetAddress:    
          description: The street address    
          type: string    
          x-ngsi:    
            model: https://schema.org/streetAddress    
            type: Property    
        streetNr:    
          description: Number identifying a specific property on a public street    
          type: string    
          x-ngsi:    
            type: Property    
      type: object    
      x-ngsi:    
        model: https://schema.org/address    
        type: Property    
    agentChangeDate:    
      description: "[EMSWe: -] [EDI: -] [S211: -] [IMO: -] "    
      format: date-time    
      type: string    
      x-ngsi:    
        model: 'https://schema.org/Text represented by an ISO 8601 UTC format, If a change of ship agent occurs during the PortCall, this must be not null, and contains the date and time contract of new agent (secondAgentRef)'    
        type: Property    
    agentLegalCode:    
      description: 'Legal identifier code of the PortCall''s ship Agent. [EMSWe: -] [EDI: -] [S211: -] [IMO: -] '    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    agentName:    
      description: 'The name of the Agent at Port of the ship (aka consignor). [EMSWe: DE-009-01] [EDI: NAD-3035-ZME-CV] [IMO: IMO0002]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    alternateName:    
      description: An alternative name for this item    
      type: string    
      x-ngsi:    
        type: Property    
    areaServed:    
      description: The geographic area where a service or offered item is provided    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    arrivalDate:    
      description: Date/time of ship arrival at port area. To be deprecated. Use ata instead    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/DateTime    
        type: Property    
    arrivalDateScheduled:    
      description: 'Scheduled date/time of ship arrival at port area, as declared by shipping agent. To be deprecated. Use eta instead'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/DateTime    
        type: Property    
    ata:    
      description: 'Date and time of Actual Time of Arrival to Port (ISO 8601 UTC format). [EMSWe: DE-005-02] [IALA_S211:locationState.timeType.ACTUAL] [IMO:IMO0063]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    atd:    
      description: 'Date and time of Actual Time of Departure  from Port.  (ISO 8601 UTC format). [IALA_S211:timeType=2] [EMSWe: DE-005-03] [IALA_S211:locationState.timeType.ACTUAL] [IMO:IMO0065] '    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    authorizationDate:    
      description: Date and time of authorization represented by an ISO 8601 UTC format    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    authorizedBy:    
      description: 'Codes to identify which authority has approved or denied the visit of the ship. [EMSWe: DE-027-01] [EDIFACT:BGM-4443] [IMO:IMO0010]'    
      enum:    
        - PORT_AUTHORITY    
        - ARMY_AUTHORITY    
        - PORT_ARMY_AUTHORITIES    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    callSign:    
      description: 'Identification signal of a vessel when initially connecting by radio [EMSWe: DE-065-05] [EDI: BGM-RFF] [S211: Call Name / Call Sign] [IMO: IMO0136] '    
      type: string    
      x-ngsi:    
        model: https://schema.org/Number    
        type: Property    
    crewArrival:    
      description: 'Number of crew at arrival. [EMSWe: DE-013-03] [EDIFACT:QTY-6063-ZTE] [IMO:IMO0086]'    
      type: number    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    crewDeparture:    
      description: 'Number of crew at departure. [EMSWe: DE-013-03] [EDIFACT:QTY-6063-ZTS] [IMO:IMO0086] '    
      type: number    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    dangerousGoodsCarried:    
      description: 'A ''yes/no'' indicator whether the ship is carrying any dangerous goods.[EMSWe: DE-018-02] [EDIFACT:FTX-4441-ZCD] [IMO:IMO0046]'    
      type: boolean    
      x-ngsi:    
        model: https://schema.org/Boolean    
        type: Property    
    dangerousGoodsLoading:    
      description: 'A ''yes/no'' indicator whether the ship is loading any dangerous goods in this port. [EMSWe: DE-018-02] [EDIFACT:FTX-4441-ZDD] [IMO:IMO0046]'    
      type: boolean    
      x-ngsi:    
        model: https://schema.org/Boolean    
        type: Property    
    dangerousGoodsUnloading:    
      description: 'A ''yes/no'' indicator whether the ship is unloading any dangerous goods in this port. [EMSWe: DE-018-02] [EDIFACT:FTX-4441-ZBD] [IMO:IMO0046]'    
      type: boolean    
      x-ngsi:    
        model: https://schema.org/Boolean    
        type: Property    
    dataProvider:    
      description: A sequence of characters identifying the provider of the harmonised data entity    
      type: string    
      x-ngsi:    
        type: Property    
    dateCreated:    
      description: Entity creation timestamp. This will usually be allocated by the storage platform    
      format: date-time    
      type: string    
      x-ngsi:    
        type: Property    
    dateModified:    
      description: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform    
      format: date-time    
      type: string    
      x-ngsi:    
        type: Property    
    departureAuthorizationDate:    
      description: Date and time of authorization for the departure by authorities represented by an ISO 8601 UTC format    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    departureDate:    
      description: Date/time of ship leaving port area. To be deprecated. Use atd instead    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/DateTime    
        type: Property    
    departureDateScheduled:    
      description: 'Scheduled date/time of ship leaving port area, as declared by shipping agent. To be deprecated. Use etd instead'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/DateTime    
        type: Property    
    description:    
      description: A description of this item    
      type: string    
      x-ngsi:    
        type: Property    
    eta:    
      description: 'Date and time of Estimated Time of Arrival to Port expected by Port Authority  (ISO 8601 UTC format). [EMSWe: DE-005-09] [EDIFACT:DTM-2005-132] [IALA_S211:locationState.timeType.ESTIMATED] [IMO:IMO0064]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    etd:    
      description: 'Date and time of Estimated Time of Departure  from Port, expected by Port Authority  (ISO 8601 UTC format). [EMSWe: DE-005-04] [EDIFACT:DTM-2005-133] [IALA_S211:locationState.timeType.ESTIMATED] [IMO:IMO0066]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    id:    
      anyOf:    
        - description: Identifier format of any NGSI entity    
          maxLength: 256    
          minLength: 1    
          pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$    
          type: string    
          x-ngsi:    
            type: Property    
        - description: Identifier format of any NGSI entity    
          format: uri    
          type: string    
          x-ngsi:    
            type: Property    
      description: Unique identifier of the entity    
      x-ngsi:    
        type: Property    
    imo:    
      description: 'IMO ship identification number, following the [scheme](https://www.imo.org/en/OurWork/IIIS/Pages/IMO-Identification-Number-Schemes.aspx) defined by the International Maritime Organization. [EMSWe: DE-003-03] [EDIFACT:TDT-8213] [IALA_S211:vesselId] [IMO:IMO0140]'    
      type: number    
      x-ngsi:    
        model: https://schema.org/Number    
        type: Property    
    interiorTraffic:    
      description: ""    
      type: boolean    
      x-ngsi:    
        model: 'https://schema.org/Boolean.Indicator of interior navigation port call'    
        type: Property    
    lastPortCode:    
      description: 'Last port of call, coded.The code representing the port immediately previous to the port of arrival, if available. [EMSWe: DE-005-05] [EDIFACT:LOC-3227-92] [IMO:IMO0076] '    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    location:    
      description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'    
      oneOf:    
        - description: Geojson reference to the item. Point    
          properties:    
            bbox:    
              items:    
                type: number    
              minItems: 4    
              type: array    
            coordinates:    
              items:    
                type: number    
              minItems: 2    
              type: array    
            type:    
              enum:    
                - Point    
              type: string    
          required:    
            - type    
            - coordinates    
          title: GeoJSON Point    
          type: object    
          x-ngsi:    
            type: GeoProperty    
        - description: Geojson reference to the item. LineString    
          properties:    
            bbox:    
              items:    
                type: number    
              minItems: 4    
              type: array    
            coordinates:    
              items:    
                items:    
                  type: number    
                minItems: 2    
                type: array    
              minItems: 2    
              type: array    
            type:    
              enum:    
                - LineString    
              type: string    
          required:    
            - type    
            - coordinates    
          title: GeoJSON LineString    
          type: object    
          x-ngsi:    
            type: GeoProperty    
        - description: Geojson reference to the item. Polygon    
          properties:    
            bbox:    
              items:    
                type: number    
              minItems: 4    
              type: array    
            coordinates:    
              items:    
                items:    
                  items:    
                    type: number    
                  minItems: 2    
                  type: array    
                minItems: 4    
                type: array    
              type: array    
            type:    
              enum:    
                - Polygon    
              type: string    
          required:    
            - type    
            - coordinates    
          title: GeoJSON Polygon    
          type: object    
          x-ngsi:    
            type: GeoProperty    
        - description: Geojson reference to the item. MultiPoint    
          properties:    
            bbox:    
              items:    
                type: number    
              minItems: 4    
              type: array    
            coordinates:    
              items:    
                items:    
                  type: number    
                minItems: 2    
                type: array    
              type: array    
            type:    
              enum:    
                - MultiPoint    
              type: string    
          required:    
            - type    
            - coordinates    
          title: GeoJSON MultiPoint    
          type: object    
          x-ngsi:    
            type: GeoProperty    
        - description: Geojson reference to the item. MultiLineString    
          properties:    
            bbox:    
              items:    
                type: number    
              minItems: 4    
              type: array    
            coordinates:    
              items:    
                items:    
                  items:    
                    type: number    
                  minItems: 2    
                  type: array    
                minItems: 2    
                type: array    
              type: array    
            type:    
              enum:    
                - MultiLineString    
              type: string    
          required:    
            - type    
            - coordinates    
          title: GeoJSON MultiLineString    
          type: object    
          x-ngsi:    
            type: GeoProperty    
        - description: Geojson reference to the item. MultiLineString    
          properties:    
            bbox:    
              items:    
                type: number    
              minItems: 4    
              type: array    
            coordinates:    
              items:    
                items:    
                  items:    
                    items:    
                      type: number    
                    minItems: 2    
                    type: array    
                  minItems: 4    
                  type: array    
                type: array    
              type: array    
            type:    
              enum:    
                - MultiPolygon    
              type: string    
          required:    
            - type    
            - coordinates    
          title: GeoJSON MultiPolygon    
          type: object    
          x-ngsi:    
            type: GeoProperty    
      x-ngsi:    
        type: GeoProperty    
    manifestActivated:    
      description: ""    
      type: boolean    
      x-ngsi:    
        model: 'https://schema.org/Boolean.Indicator of the Activation of the Manifest of the Cargo, related to [MSWE: DE-036-04:Manifest number]'    
        type: Property    
    manifestActivationDate:    
      description: 'Date and time of approval of the cargo manifest. [MSWE: DE-036-04:Manifest number]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    masterName:    
      description: 'Name of master [EMSWe: DE-053-01] [EDIFACT:NAD-3035-ZME] [IMO:IMO0083]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    mmsi:    
      description: 'Marine Mobile Service Identity Number (a temporarily assigned UID, issued by that object''s current flag state)[EMSWe: DE-068-09] [EDIFACT:TDT-1131] [IALA_S211:vesselId] [IMO:IMO0178]'    
      type: number    
      x-ngsi:    
        model: https://schema.org/Number    
        type: Property    
    mrn:    
      description: 'MRN coded identifier. It has to be related to the entity in a way that is well-known by different organisms the meaning and the initiator of the entity, and all next parties will maintain on its original value. This identifier must be an UNIQUE identifier of the PortCall entity assigned by the system who created on first the entity. This URN should Conforms MRN & IETF specifically RFC 2141, RFC 5234, and RFC 8141. The proposed format is id::=''urn:mrn:<OID>:<ONSS>:portcalls:portcall:id:[0-9]+'' where OID:= Organisation UN/LOCODE, OONSS:=Organization Name of Service, 9999999 an increasing, unique identifier that the issuer of the PortCall entity will identify on his systems (i.e. a SQL row-id), i.e. urn:mrn:eshuv:portcalls:portcall:id:19002. See [Unlocode](https://unece.org/trade/cefact/unlocode-code-list-country-and-territory)In international standards is also known as [Ship''s Visit]'    
      type: string    
      x-ngsi:    
        type: Property    
    name:    
      description: The name of this item    
      type: string    
      x-ngsi:    
        type: Property    
    nextPortCode:    
      description: 'Next port of call, coded.The code representing the port immediately previous to the port of arrival, if available.. Related to IALA_S211:nestPortCallCod / IMO. [EMSWe: DE-005-07] [EDIFACT:LOC-3227-61] [IMO:IMO0120]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    owner:    
      description: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)    
      items:    
        anyOf:    
          - description: Identifier format of any NGSI entity    
            maxLength: 256    
            minLength: 1    
            pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$    
            type: string    
            x-ngsi:    
              type: Property    
          - description: Identifier format of any NGSI entity    
            format: uri    
            type: string    
            x-ngsi:    
              type: Property    
        description: Unique identifier of the entity    
        x-ngsi:    
          type: Property    
      type: array    
      x-ngsi:    
        type: Property    
    passengersArrival:    
      description: 'Number of passengers at arrival. [EMSWe: DE-013-02] [EDIFACT:QTY-6063-ZPE] [IMO:IMO0087].'    
      type: number    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    passengersDeparture:    
      description: 'Number of passengers at departure. [EMSWe: DE-013-02] [EDIFACT:QTY-6063-ZPS] [IMO:IMO0087]'    
      type: number    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    portCallNumber:    
      description: 'Port call identifier in MRN format. First element of the NSS should be the 5 character UN/Locode of the port, later the YEAR and finishing with a sequential number in this port [LLLLLYYYY99999] where LLLLL is the UN/LOCODE of the visited port, YYYY is the year, and 99999 is a unique sequential number assigned by port authority unique on each year (i.e. ESHUV202310323). An abbreviation can be used for UN/LOCODE (i.e. H202310323).  The portCallNumber is assigned during the initial steps of the visit, but could be null at the beginning. In international standards is also known as [Port Call ID], [Visit ID] or [Port Call Coded]. See [Unlocode](https://unece.org/trade/cefact/unlocode-code-list-country-and-territory) [EMSWe: DG-004/DG-004-01] [EDIFACT:BGM-1004] [IALA_S211:portCallId] [IMO:IMO108+IMO0153]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    portCode:    
      description: 'United Nations Code for Trade and Transport Locations. See [Unlocode](https://unece.org/trade/cefact/unlocode-code-list-country-and-territory) [EMSWe: DE-004-04] [EDIFACT:LOC-3227-153] [IALA_S211:portCode] [IMO:IMO0108]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    pta:    
      description: 'Date and time of Planned Time of Arrival to Port by Port Authority Berthing Plan  (ISO 8601 UTC format). [EDIFACT:DTM-2005-155] [IALA_S211:locationState.timeType.PLANNED] [IMO:IMO0235]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    ptd:    
      description: 'Date and time of Planned Time of Departure  from Port, planned by Port Authority Berthing Plan  (ISO 8601 UTC format). [EDI: DTM-2005-156] [S211: locationState.timeType.PLANNED] [IMO: IMO0236]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    regularLine:    
      description: 'Name of the regular line if any. [EMSWe: DE-004-02] [EDIFACT:-] [IMO:-]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    remarks:    
      description: 'Comments about this PortCall by the Porth Authority. [EMSWe: DE-038-01] [EDIFACT:FTX-4440-AAI] [IALA_S211:comment] [IMO: IMO0196]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    rta:    
      description: 'Date and time of Requested Time of Arrival to Port. Requested by Consignee to Port Authority  (ISO 8601 UTC format). [EDIFACT:DTM-2005-178] [IALA_S211:locationState.timeType.REQUIRED] [IMO:IMO0234]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    rtd:    
      description: 'Date and time of Requested Time of Departure from Port. Requested by Consignee to Port Authority  (ISO 8601 UTC format). [EDIFACT:DTM-2005-189] [IALA_S211:locationState.timeType.REQUIRED] [IMO:IMO0237]'    
      format: date-time    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    secondAgentLegalCode:    
      description: 'Legal identifier code of the PortCall''s ship Agent. [EMSWe: -] [EDI: -] [S211: -] [IMO: -] '    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    secondAgentName:    
      description: 'The name of the new Agent at Port of the Sipping Line and usually the consignor or the load. [EMSWe: DE-009-01] [EDI: NAD-3035-ZME-CV] [IMO: IMO0002] '    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    seeAlso:    
      description: list of uri pointing to additional resources about the item    
      oneOf:    
        - items:    
            format: uri    
            type: string    
          minItems: 1    
          type: array    
        - format: uri    
          type: string    
      x-ngsi:    
        type: Property    
    shipName:    
      description: Name of the vessel    
      type: string    
      x-ngsi:    
        type: Property    
    source:    
      description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object'    
      type: string    
      x-ngsi:    
        type: Property    
    status:    
      description: 'Current status of the PortCall in its lifetime, from request to authorization by port and civil authorities and completion. [EMSWe: DE-019-07] [EDIFACT:BGM-1225] [IALA_S211:serviceState: timeSequence:VESSEL]. Enum:''ACCEPTED, AUTHORIZED, CANCELLED, COMPLETED, DENIED, ESTIMATED, INITIATED, REQUESTED, REJECTED, INVOICING, INVOICED, OPERATIONAL'''    
      enum:    
        - ACCEPTED    
        - AUTHORIZED    
        - CANCELLED    
        - COMPLETED    
        - DENIED    
        - ESTIMATED    
        - INITIATED    
        - REQUESTED    
        - REJECTED    
        - INVOICING    
        - INVOICED    
        - OPERATIONAL    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    terminal:    
      description: 'Name of the terminal [EMSWe:-] [EDIFACT:-] [IMO:-]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    type:    
      description: NGSI Entity type. It has to be PortCall    
      enum:    
        - PortCall    
      type: string    
      x-ngsi:    
        type: Property    
    vessel:    
      description: 'Calling vessel of the portcall. To be deprecated. Use individual attributes IMO, vesselTypeCategory, vesselTypeCategory, vesselName. To be deprecated in this object'    
      properties:    
        imo:    
          description: 'IMO ship identification number, following the [scheme](https://www.imo.org/en/OurWork/IIIS/Pages/IMO-Identification-Number-Schemes.aspx) defined by the International Maritime Organization. [EMSWe: DE-003-03] [EDIFACT:TDT-8213] [IALA_S211:vesselId] [IMO:IMO0140]. To be deprecated in this object'    
          type: number    
          x-ngsi:    
            model: https://schema.org/Number    
            type: Property    
        shipName:    
          description: Name of the vessel. To To be deprecated in this object    
          type: string    
          x-ngsi:    
            type: Property    
        shipTypeCategory:    
          description: 'Description of vessel category. Enum: ''CONTAINER, GENERAL CARGO NON SPECIALIZED, LIQUID BULK, DRY BULK, CRUISE''. To be deprecated in this object'    
          enum:    
            - CONTAINER    
            - GENERAL CARGO NON SPECIALIZED    
            - LIQUID BULK    
            - DRY BULK    
            - CRUISE    
          type: string    
          x-ngsi:    
            type: Property    
        shipTypeClass:    
          description: 'Description of vessel class. Enum: ''MULTI-DECKER, CHEMICAL TANKER, FULL CONTAINER, OIL TANKER, BULK CARRIER, LG TANKER''. To be deprecated in this object'    
          enum:    
            - MULTI-DECKER    
            - CHEMICAL TANKER    
            - FULL CONTAINER    
            - OIL TANKER    
            - BULK CARRIER    
            - LG TANKER    
          type: string    
          x-ngsi:    
            type: Property    
      type: object    
      x-ngsi:    
        type: Property    
    vesselAgent:    
      description: Vessel Agent of the portcall. To be deprecated. Use agentName instead    
      type: string    
      x-ngsi:    
        type: Property    
    vesselName:    
      description: 'Name of the Vessel. [EMSWe: DE-003-07] [EDIFACT:TDT-8212] [IMO:IMO0142]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    vesselRef:    
      anyOf:    
        - description: Identifier format of any NGSI entity    
          maxLength: 256    
          minLength: 1    
          pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$    
          type: string    
          x-ngsi:    
            type: Property    
        - description: 'Identifier format of any NGSI entity in MRN format [NGSI-MarineTransport.PortCallVessel.id'    
          format: uri    
          type: string    
          x-ngsi:    
            type: Property    
      description: Related PortCallVessel with all fields loaded with further info. Reference to MarineTransport.MasterVessel/schema.json    
      x-ngsi:    
        type: Relationship    
    vesselTypeCategory:    
      description: 'Description of vessel category. Enum: ''CONTAINER, GENERAL CARGO NON SPECIALIZED, LIQUID BULK, DRY BULK, CRUISE'''    
      enum:    
        - CONTAINER    
        - GENERAL CARGO NON SPECIALIZED    
        - LIQUID BULK    
        - DRY BULK    
        - CRUISE    
      type: string    
      x-ngsi:    
        type: Property    
    vesselTypeClass:    
      description: 'Description of vessel class. Enum: ''MULTI-DECKER, CHEMICAL TANKER, FULL CONTAINER, OIL TANKER, BULK CARRIER, LG TANKER'''    
      enum:    
        - MULTI-DECKER    
        - CHEMICAL TANKER    
        - FULL CONTAINER    
        - OIL TANKER    
        - BULK CARRIER    
        - LG TANKER    
      type: string    
      x-ngsi:    
        type: Property    
    voyageCode:    
      description: Voyage code (unique ID of a voyage). To be deprecated. Use voyageNumber instead    
      type: string    
      x-ngsi:    
        type: Property    
    voyageNumber:    
      description: 'Number of voyage. [EMSWe: DE-004-02] [EDIFACT:-] [IMO:-]'    
      type: string    
      x-ngsi:    
        model: https://schema.org/Text    
        type: Property    
    wasteAgreementExists:    
      description: 'All waste delivery indicator. Waste collection paid indicator. Exists agreement with Port Authority for waste discharge and treatment. [EDIFACT:FTX-4441-ZRS/ZRL] [IALA_S211:locationReferenceObject. SLUDGE_VESSEL]'    
      type: boolean    
      x-ngsi:    
        model: https://schema.org/Boolean    
        type: Property    
  required:    
    - id    
    - type    
    - eta    
    - status    
  type: object    
  x-derived-from: ""    
  x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted  provided that the license conditions are met. Copyleft (c) 2024 Contributors to Smart Data Models Program'    
  x-license-url: https://github.com/smart-data-models/dataModel.MarineTransport/blob/master/PortCall/LICENSE.md    
  x-model-schema: https://raw.githubusercontent.com/smart-data-models/dataModel.MarineTransport/master/PortCall/schema.json    
  x-model-tags: 'ESHUV, i4trust'    
  x-version: 0.1.0    

ペイロードの例

PortCall NGSI-v2 キー値の例

以下は、JSON-LD形式のPortCallのkey-valuesの例である。options=keyValues`を使うとNGSI-v2と互換性があり、個々のエンティティのコンテキストデータを返す。

show/hide example
{  
  "id": "$af4345f234525$",  
  "mrn": "urn:mrn:eshuv:portcalls:portcall:id:941",  
  "type": "PortCall",  
  "portCode": "ESVLC",  
  "portCallNumber": "ESHUV202301296",  
  "regularLine": "BALE: CITY1 - ISLANDER",  
  "terminal": "TERMINAL ESTE, S.A.",  
  "status": "AUTHORIZED",  
  "authorizedBy": "PORT_ARMY_AUTHORITIES",  
  "authorizationDate": "2023-01-01T08:00:00.00Z",  
  "voyageNumber": "12021060223",  
  "lastPortCode": "ESBCN",  
  "nextPortCode": "NLRTM",  
  "vesselTypeCategory": "CONTAINER",  
  "vesselTypeClass": "FULL CONTAINER",  
  "vesselRef": "URI:NGSI-LD:Portcall:001",  
  "vesselName": "Acme ERC SHIP",  
  "imo": 87123445,  
  "mmsi": 210049000,  
  "callSign": "5BP-*987C3",  
  "masterName": "John Doe",  
  "wasteAgreementExists": true,  
  "dangerousGoodsCarried": true,  
  "dangerousGoodsLoading": true,  
  "dangerousGoodsUnloading": false,  
  "agentName": "Acme Consignors S.L.",  
  "agentLegalCode": "A-43242342",  
  "agentChangeDate": "2023-01-01T08:00:00",  
  "secondAgentName": "John Doe",  
  "secondAgentLegalCode": "31133133-V",  
  "manifestActivated": true,  
  "manifestActivationDate": "2023-01-01T08:00:00",  
  "interiorTraffic": false,  
  "remarks": "Fondeado hasta arreglar avería",  
  "crewArrival": 100,  
  "crewDeparture": 120,  
  "passengersArrival": 20,  
  "passengersDeparture": 25,  
  "eta": "2023-01-01T07:15:00",  
  "rta": "2023-01-01T07:30:00",  
  "pta": "2023-01-01T07:15:00",  
  "ata": "2023-01-01T08:00:00",  
  "etd": "2023-01-02T07:15:00",  
  "rtd": "2023-01-02T07:00:00",  
  "ptd": "2023-01-02T07:00:00",  
  "atd": "2023-01-02T07:00:00"  
}  

ポートコール NGSI-v2 正規化例

以下は、正規化されたJSON-LD形式のPortCallの例である。これは、オプションを使用しない場合、NGSI-v2と互換性があり、個々のエンティティのコンテキストデータを返す。

show/hide example
{  
  "id": "$af4345f234525$",  
  "type": "PortCall",  
  "mrn": {  
    "type": "Text",  
    "value": "urn:mrn:eshuv:portcalls:portcall:id:941"  
  },  
  "portCode": {  
    "type": "Text",  
    "value": "ESVLC"  
  },  
  "portCallNumber": {  
    "type": "Text",  
    "value": "ESHUV202301296"  
  },  
  "regularLine": {  
    "type": "Text",  
    "value": "GRIMALDI - SHORT SEA SERVICE B"  
  },  
  "terminal": {  
    "type": "Text",  
    "value": "TERMINAL ESTE, S.A."  
  },  
  "status": {  
    "type": "Text",  
    "value": "AUTHORIZED"  
  },  
  "authorizedBy": {  
    "type": "Text",  
    "value": "PORT_ARMY_AUTHORITIES"  
  },  
  "authorizationDate": {  
    "type": "Date-Time",  
    "value": "2023-01-01T08:00:00.00Z"  
  },  
  "voyageNumber": {  
    "type": "Text",  
    "value": "12021060223"  
  },  
  "lastPortCode": {  
    "type": "Text",  
    "value": "ESBCN"  
  },  
  "nextPortCode": {  
    "type": "Text",  
    "value": "NLRTM"  
  },  
  "vesselTypeCategory": {  
    "type": "Text",  
    "value": "CONTAINER"  
  },  
  "vesselTypeClass": {  
    "type": "Text",  
    "value": "FULL CONTAINER"  
  },  
  "vesselRef": {  
    "type": "Text",  
    "value": "URI:NGSI-LD:Portcall:001"  
  },  
  "vesselName": {  
    "type": "Text",  
    "value": "Acme ERC SHIP"  
  },  
  "imo": {  
    "type": "Number",  
    "value": 87123445  
  },  
  "mmsi": {  
    "type": "Number",  
    "value": 210049000  
  },  
  "callSign": {  
    "type": "Text",  
    "value": "5BP-*987C3"  
  },  
  "masterName": {  
    "type": "Text",  
    "value": "John Doe"  
  },  
  "wasteAgreementExists": {  
    "type": "boolean",  
    "value": true  
  },  
  "dangerousGoodsCarried": {  
    "type": "boolean",  
    "value": true  
  },  
  "dangerousGoodsLoading": {  
    "type": "boolean",  
    "value": true  
  },  
  "dangerousGoodsUnloading": {  
    "type": "boolean",  
    "value": false  
  },  
  "agentName": {  
    "type": "Text",  
    "value": "Acme Consignors S.L."  
  },  
  "agentLegalCode": {  
    "type": "Text",  
    "value": "A-43242342"  
  },  
  "agentChangeDate": {  
    "type": "Text",  
    "value": "2023-01-01T08:00:00"  
  },  
  "secondAgentName": {  
    "type": "Text",  
    "value": "John Doe"  
  },  
  "secondAgentLegalCode": {  
    "type": "Text",  
    "value": "31133133-V"  
  },  
  "manifestActivated": {  
    "type": "boolean",  
    "value": true  
  },  
  "manifestActivationDate": {  
    "type": "Date-Time",  
    "value": "2023-01-01T08:00:00"  
  },  
  "interiorTraffic": {  
    "type": "boolean",  
    "value": false  
  },  
  "remarks": {  
    "type": "Text",  
    "value": "Fondeado hasta arreglar aver\u00eda"  
  },  
  "crewArrival": {  
    "type": "Number",  
    "value": 100  
  },  
  "crewDeparture": {  
    "type": "Number",  
    "value": 120  
  },  
  "passengersArrival": {  
    "type": "Number",  
    "value": 20  
  },  
  "passengersDeparture": {  
    "type": "Number",  
    "value": 25  
  },  
  "eta": {  
    "type": "Date-Time",  
    "value": "2023-01-01T07:15:00"  
  },  
  "rta": {  
    "type": "Date-Time",  
    "value": "2023-01-01T07:30:00"  
  },  
  "pta": {  
    "type": "Date-Time",  
    "value": "2023-01-01T07:15:00"  
  },  
  "ata": {  
    "type": "Date-Time",  
    "value": "2023-01-01T08:00:00"  
  },  
  "etd": {  
    "type": "Date-Time",  
    "value": "2023-01-02T07:15:00"  
  },  
  "rtd": {  
    "type": "Date-Time",  
    "value": "2023-01-02T07:00:00"  
  },  
  "ptd": {  
    "type": "Date-Time",  
    "value": "2023-01-02T07:00:00"  
  },  
  "atd": {  
    "type": "Date-Time",  
    "value": "2023-01-02T07:00:00"  
  }  
}  

ポートコール NGSI-LD キー値の例

以下は、JSON-LD形式のPortCallのキー値の例である。options=keyValues`を使うとNGSI-LDと互換性があり、個々のエンティティのコンテキストデータを返す。

show/hide example
{  
  "id": "urn:ngsi-ld:$af4345f234525$",  
  "mrn": "urn:mrn:eshuv:portcalls:portcall:id:941",  
  "type": "PortCall",  
  "portCode": "ESVLC",  
  "portCallNumber": "ESHUV202301296",  
  "regularLine": "BALE: CITY1 - ISLANDER",  
  "terminal": "TERMINAL ESTE, S.A.",  
  "status": "AUTHORIZED",  
  "authorizedBy": "PORT_ARMY_AUTHORITIES",  
  "authorizationDate": "2023-01-01T08:00:00.00Z",  
  "voyageNumber": "12021060223",  
  "lastPortCode": "ESBCN",  
  "nextPortCode": "NLRTM",  
  "vesselTypeCategory": "CONTAINER",  
  "vesselTypeClass": "FULL CONTAINER",  
  "vesselRef": "URI:NGSI-LD:Portcall:001",  
  "vesselName": "Acme ERC SHIP",  
  "imo": 87123445,  
  "mmsi": 210049000,  
  "callSign": "5BP-*987C3",  
  "masterName": "John Doe",  
  "wasteAgreementExists": true,  
  "dangerousGoodsCarried": true,  
  "dangerousGoodsLoading": true,  
  "dangerousGoodsUnloading": false,  
  "agentName": "Acme Consignors S.L.",  
  "agentLegalCode": "A-43242342",  
  "agentChangeDate": "2023-01-01T08:00:00",  
  "secondAgentName": "John Doe",  
  "secondAgentLegalCode": "31133133-V",  
  "manifestActivated": true,  
  "manifestActivationDate": "2023-01-01T08:00:00",  
  "interiorTraffic": false,  
  "remarks": "Fondeado hasta arreglar avería",  
  "crewArrival": 100,  
  "crewDeparture": 120,  
  "passengersArrival": 20,  
  "passengersDeparture": 25,  
  "eta": "2023-01-01T07:15:00",  
  "rta": "2023-01-01T07:30:00",  
  "pta": "2023-01-01T07:15:00",  
  "ata": "2023-01-01T08:00:00",  
  "etd": "2023-01-02T07:15:00",  
  "rtd": "2023-01-02T07:00:00",  
  "ptd": "2023-01-02T07:00:00",  
  "atd": "2023-01-02T07:00:00",  
  "@context": [  
    "https://raw.githubusercontent.com/smart-data-models/dataModel.MarineTransport/master/context.jsonld"  
  ]  
}  

ポートコール NGSI-LD 正規化例

以下は、正規化されたJSON-LD形式のPortCallの例である。これは、オプションを使用しない場合のNGSI-LDと互換性があり、個々のエンティティのコンテキストデータを返します。

show/hide example
{  
  "id": "urn:ngsi-ld:$af4345f234525$",  
  "type": "PortCall",  
  "mrn": {  
    "type": "Property",  
    "value": "urn:mrn:eshuv:portcalls:portcall:id:941"  
  },  
  "portCode": {  
    "type": "Property",  
    "value": "ESVLC"  
  },  
  "portCallNumber": {  
    "type": "Property",  
    "value": "ESHUV202301296"  
  },  
  "regularLine": {  
    "type": "Property",  
    "value": "GRIMALDI - SHORT SEA SERVICE B"  
  },  
  "terminal": {  
    "type": "Property",  
    "value": "TERMINAL ESTE, S.A."  
  },  
  "status": {  
    "type": "Property",  
    "value": "AUTHORIZED"  
  },  
  "authorizedBy": {  
    "type": "Property",  
    "value": "PORT_ARMY_AUTHORITIES"  
  },  
  "authorizationDate": {  
    "type": "Date-Time",  
    "value": "2023-01-01T08:00:00.00Z"  
  },  
  "voyageNumber": {  
    "type": "Property",  
    "value": "12021060223"  
  },  
  "lastPortCode": {  
    "type": "Property",  
    "value": "ESBCN"  
  },  
  "nextPortCode": {  
    "type": "Property",  
    "value": "NLRTM"  
  },  
  "vesselTypeCategory": {  
    "type": "Property",  
    "value": "CONTAINER"  
  },  
  "vesselTypeClass": {  
    "type": "Property",  
    "value": "FULL CONTAINER"  
  },  
  "vesselRef": {  
    "type": "Relationship",  
    "object": "URI:NGSI-LD:Portcall:001"  
  },  
  "vesselName": {  
    "type": "Property",  
    "value": "Acme ERC SHIP"  
  },  
  "imo": {  
    "type": "Property",  
    "value": 87123445  
  },  
  "mmsi": {  
    "type": "Property",  
    "value": 210049000  
  },  
  "callSign": {  
    "type": "Property",  
    "value": "5BP-*987C3"  
  },  
  "masterName": {  
    "type": "Property",  
    "value": "John Doe"  
  },  
  "wasteAgreementExists": {  
    "type": "Property",  
    "value": true  
  },  
  "dangerousGoodsCarried": {  
    "type": "Property",  
    "value": true  
  },  
  "dangerousGoodsLoading": {  
    "type": "Property",  
    "value": true  
  },  
  "dangerousGoodsUnloading": {  
    "type": "Property",  
    "value": false  
  },  
  "agentName": {  
    "type": "Property",  
    "value": "Acme Consignors S.L."  
  },  
  "agentLegalCode": {  
    "type": "Property",  
    "value": "A-43242342"  
  },  
  "agentChangeDate": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-01T08:00:00"  
    }  
  },  
  "secondAgentName": {  
    "type": "Property",  
    "value": "John Doe"  
  },  
  "secondAgentLegalCode": {  
    "type": "Property",  
    "value": "31133133-V"  
  },  
  "manifestActivated": {  
    "type": "Property",  
    "value": true  
  },  
  "manifestActivationDate": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-01T08:00:00"  
    }  
  },  
  "interiorTraffic": {  
    "type": "Property",  
    "value": false  
  },  
  "remarks": {  
    "type": "Property",  
    "value": "Fondeado hasta arreglar averia"  
  },  
  "crewArrival": {  
    "type": "Property",  
    "value": 100  
  },  
  "crewDeparture": {  
    "type": "Property",  
    "value": 120  
  },  
  "passengersArrival": {  
    "type": "Property",  
    "value": 20  
  },  
  "passengersDeparture": {  
    "type": "Property",  
    "value": 25  
  },  
  "eta": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-01T07:15:00"  
    }  
  },  
  "rta": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-01T07:30:00"  
    }  
  },  
  "pta": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-01T07:15:00"  
    }  
  },  
  "ata": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-01T08:00:00"  
    }  
  },  
  "etd": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-02T07:15:00"  
    }  
  },  
  "rtd": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-02T07:00:00"  
    }  
  },  
  "ptd": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-02T07:00:00"  
    }  
  },  
  "atd": {  
    "type": "Property",  
    "value": {  
      "@type": "date-time",  
      "@value": "2023-01-02T07:00:00"  
    }  
  },  
  "@context": [  
    "https://raw.githubusercontent.com/smart-data-models/dataModel.MarineTransport/master/context.jsonld"  
  ]  
}  

マグニチュード単位の扱い方については、FAQ 10を参照のこと。


Smart Data Models +++ Contribution Manual +++ About