{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.2", "modelTags": "I4Trust", "derivedFrom": "", "license": "", "$id": "https://raw.githubusercontent.com/smart-data-models/dataModel.MarineTransport/master/Vessel/schema.json", "title": "Smart Data models Vessel schema", "description": "The data model is intended to provide information about vessels. It allows to represent the properties of each vessel: static and dynamic information", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "id": { "type": "string", "description": "Property. Unique identifier of the entity" }, "type": { "type": "string", "description": "Property. NGSI Entity type. It has to be Vessel", "enum": [ "Vessel" ] }, "location": { "type": "object", "properties": { "type": { "type": "string" }, "coordinates": { "type": "array", "items": { "type": "number" } } }, "description": "Geoproperty. Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygoProperty." }, "imo": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. International Maritime Organization Number (a global forever UID)" }, "mmsi": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Marine Mobile Service Identity Number (a temporarily assigned UID, issued by that object's current flag state)" }, "callSign": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Maritime call signs are call signs assigned as unique identifiers to vessels" }, "name": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Vessel Name" }, "speedOverGround": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Units: 'meters per second'. Speed Over Ground (SOG)." }, "courseOverGround": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Units: 'degree'. Course Over Ground (COG)." }, "heading": { "type": "number", "minimum": 0, "maximum": 511, "description": "Property. Model:'https://schema.org/Number'. Units: 'degree'. Heading of the Vessel (HDG)." }, "rateOfTurn": { "type": "number", "minimum": 0, "maximum": 708, "description": "Property. Model:'https://schema.org/Number'. Units: 'degree'. Rate of Turn (ROT)." }, "createdAt": { "type": "string", "format": "date-time", "description": "Property. Model:'https://schema.org/Text'. Date and time of creation of the entity represented by an ISO 8601 UTC format." }, "modifiedAt": { "type": "string", "format": "date-time", "description": "Property. Model:'https://schema.org/Text'. Date and time of last modification of the entity represented by an ISO 8601 UTC format." }, "observedAt": { "type": "string", "format": "date-time", "description": "Property. Model:'https://schema.org/Text'. Date and time of this observation represented by an ISO 8601 UTC format." }, "flagCode": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. International Flag Code (ISO 3166-1 alfa-2)" }, "vesselType": { "type": "number", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], "description": "Property. Model:'https://schema.org/Number'. Enum: '1=Reserved,2=Wing In Ground,3=Special Category,4=High-Speed Craft,5=Special Category,6=Passenger,7=Cargo,8=Tanker,9=Other'. Code for vessel type" }, "vesselSubType": { "type": "number", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 ], "description": "Property. Model:'https://schema.org/Number'. Enum: '0=Not available (default),1-19=Reserved for future use,20=Wing in ground (WIG), all ships of this type,21=Wing in ground (WIG), Hazardous category A,22=Wing in ground (WIG), Hazardous category B,23=Wing in ground (WIG), Hazardous category C,24=Wing in ground (WIG), Hazardous category D,25-29=Wing in ground (WIG), Reserved for future use,30=Fishing,31=Towing,32=Towing: length exceeds 200m or breadth exceeds 25m,33=Dredging or underwater ops,34=Diving ops,35=Military ops,36=Sailing,37=Pleasure Craft,38-39=Reserved,40=High speed craft (HSC), all ships of this type,41=High speed craft (HSC), Hazardous category A,42=High speed craft (HSC), Hazardous category B,43=High speed craft (HSC), Hazardous category C,44=High speed craft (HSC), Hazardous category D,45-48=High speed craft (HSC), Reserved for future use,49=High speed craft (HSC), No additional information,50=Pilot Vessel,51=Search and Rescue vessel,52=Tug,53=Port Tender,54=Anti-pollution equipment,55=Law Enforcement,56-57=Spare - Local Vessel,58=Medical Transport,59=Noncombatant ship according to RR Resolution No. 18,60=Passenger, all ships of this type,61=Passenger, Hazardous category A,62=Passenger, Hazardous category B,63=Passenger, Hazardous category C,64=Passenger, Hazardous category D,65-68=Passenger, Reserved for future use,69=Passenger, No additional information,70=Cargo, all ships of this type,71=Cargo, Hazardous category A,72=Cargo, Hazardous category B,73=Cargo, Hazardous category C,74=Cargo, Hazardous category D,75-78=Cargo, Reserved for future use,79=Cargo, No additional information,80=Tanker, all ships of this type,81=Tanker, Hazardous category A,82=Tanker, Hazardous category B,83=Tanker, Hazardous category C,84=Tanker, Hazardous category D,85-88=Tanker, Reserved for future use,89=Tanker, No additional information,90=Other Type, all ships of this type,91=Other Type, Hazardous category A,92=Other Type, Hazardous category B,93=Other Type, Hazardous category C,94=Other Type, Hazardous category D,95-98=Other Type, Reserved for future use,99=Other Type, no additional information'. Code for vessel Sub-Type" }, "grossTonnage": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Units: 'moorson tons'. Gross Tonnage (GT)." }, "beam": { "type": "number", "minimum": 0, "maximum": 1000, "description": "Property. Model:'https://schema.org/Number'. Units: 'meters'. Beam of Vessel." }, "length": { "type": "number", "minimum": 0, "maximum": 8000, "description": "Property. Model:'https://schema.org/Number'. Units: 'meters'. Length of Vessel." }, "maximumDraught": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Units: 'meters'. Maximum Draught." }, "deadweightTonnage": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Units: 'tons'. Deadweight Tonnage (DWT)." }, "buildingAt": { "type": "string", "format": "date-time", "description": "Property. Model:'https://schema.org/Text'. Date and time of building of the vessel represented by an ISO 8601 UTC format." }, "toBow": { "type": "number", "description": "Property. Model:'http://schema.org/Number'. Units: 'meters'. Dimension to Bow." }, "toStern": { "type": "number", "description": "Property. Model:'http://schema.org/Number'. Units: 'meters'. Dimension to Stern." }, "toPort": { "type": "number", "description": "Property. Model:'http://schema.org/Number'. Units: 'meters'. Dimension to Port." }, "toStardboard": { "type": "number", "description": "Property. Model:'http://schema.org/Number'. Units: 'meters'. Dimension to Starboard." }, "navigationStatus": { "type": "number", "enum": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ], "description": "Property. Model:'http://schema.org/Number'. Enum: '0=Under way using engine,1=At anchor,2=Not under command,3=Restricted manoeuverability,4=Constrained by her draught,5=Moored,6=Aground,7=Engaged in Fishing,8=Under way sailing,9=Reserved for future amendment of Navigational Status for HSC,10=Reserved for future amendment of Navigational Status for WIG,11=Reserved for future use,12=Reserved for future use,13=Reserved for future use,14=AIS-SART is active,15=Not defined (default)'. Navigation Status. AIVDM/AIVDO data format." }, "airDraught": { "type": "number", "description": "Property. Model:'http://schema.org/Number'. Air Draught (distance from the top of a vessel''s highest point to its waterline). Units: 'meters'" }, "draught": { "type": "number", "description": "Property. Model:'http://schema.org/Number'. Draught (vertical distance between the waterline and the bottom of the hull (keel)). Units: 'meters'" }, "photo": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Vessel Photo URL" }, "ownerVessel": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Owner Vessel" }, "manager": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Manager Vessel" }, "financialOwner": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Financial Owner" }, "technicalManager": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Technical Manager" }, "dataProvider": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. A sequence of characters identifying the provider of the harmonised data entity" }, "destinationPort": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Destination Port (Geographic coding scheme UN/LOCODE (United Nations Code for Trade and Transport Locations). https://unece.org/trade/publications/recommendation-ndeg16-united-nations-code-trade-and-transport-locations)" }, "previousPort": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Previous Port (Geographic coding scheme UN/LOCODE (United Nations Code for Trade and Transport Locations). https://unece.org/trade/publications/recommendation-ndeg16-united-nations-code-trade-and-transport-locations)" } } } ], "required": [ "id", "type" ] }