naval:Ship leaf node


URI

http://rdf.muninn-project.org/ontologies/naval#Ship

Label

Ship

Usage

Instances of naval:Ship can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class naval:Ship
naval:hasBeam owl:DatatypeProperty Beam of ship or hull. owl:Thing
naval:hasCrewSize owl:DatatypeProperty The number of crewmen on board. owl:Thing
naval:hasDisplacement owl:DatatypeProperty Displacement of ship, in unspecified condition (Metric Tonnes). owl:Thing
naval:hasDraft owl:DatatypeProperty Draft of ship or hull, in unspecified conditions. owl:Thing
naval:hasHeight owl:DatatypeProperty Height of ship. owl:Thing
naval:hasLenght owl:DatatypeProperty Lenght of ship or hull. owl:Thing
naval:hasMaxDraft owl:DatatypeProperty Maximum draft of ship or hull. owl:Thing
naval:hasMaxSpeed owl:DatatypeProperty Beam of ship or hull. owl:Thing
naval:hasAgencyService owl:ObjectProperty Agency that the ship is serving eg: Coast Guard owl:Thing
naval:hasBallastTank owl:ObjectProperty naval:BallastTank
naval:hasBuilder owl:ObjectProperty The original shipbuilder of the hull or ship. owl:Thing
naval:hasCallSign owl:ObjectProperty owl:Thing
naval:hasCountryOfService owl:ObjectProperty dbpedia:Country org:Country
naval:hasHomePort owl:ObjectProperty dbpedia:Port
naval:hasInstancesBuilt owl:ObjectProperty naval:ShipClass
naval:hasMMSINumber owl:ObjectProperty owl:Thing
naval:hasPortOfRegistry owl:ObjectProperty dbpedia:Port
naval:hasShipClass owl:ObjectProperty naval:ShipClass
naval:hasShipFunction owl:ObjectProperty naval:ShipFunction
naval:hasShipNamePrefix owl:ObjectProperty dbpedia:Ship_prefix
naval:nextShip owl:ObjectProperty Use this to link Queen Marie 1 to Queen Marie 2, etc... naval:Ship
naval:ownedBy owl:ObjectProperty owl:Thing
naval:previousShip owl:ObjectProperty Use this to link Queen Marie 2 to Queen Marie 1, etc... naval:Ship
From class owl:Thing
naval:hasFullLoadDisplacement owl:DatatypeProperty Displacement of ship, under full load condition. owl:Thing

Implementation

@prefix : <http://rdf.muninn-project.org/ontologies/naval#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix naval: <http://rdf.muninn-project.org/ontologies/naval> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .

:Ship a owl:Class,
        skos:Concept ;
    rdfs:label "Schiffen"@de,
        "Ship"@en,
        "Navire"@fr ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: ;
    foaf:name "Ship" .