http://rdf.muninn-project.org/ontologies/naval#Hull
Instances of naval:Hull can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class naval:Hull | |||
naval:hasBeam | owl:DatatypeProperty | Beam of ship or hull. | 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:eniNumber | owl:ObjectProperty | dbpedia:ENI_number | |
naval:hasBuilder | owl:ObjectProperty | The original shipbuilder of the hull or ship. | owl:Thing |
naval:hasInstancesBuilt | owl:ObjectProperty | naval:ShipClass | |
naval:hasShipClass | owl:ObjectProperty | naval:ShipClass | |
naval:hasShipFunction | owl:ObjectProperty | naval:ShipFunction | |
naval:hullNumber | owl:ObjectProperty | owl:Thing | |
naval:imoNumber | owl:ObjectProperty | dbpedia:IMO_number | |
naval:ownedBy | owl:ObjectProperty | owl:Thing | |
From class owl:Thing | |||
naval:hasFullLoadDisplacement | owl:DatatypeProperty | Displacement of ship, under full load condition. | owl:Thing |
@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#> .
:Hull a owl:Class,
skos:Concept ;
rdfs:label "Schiffen"@de,
"Ship's Hull"@en,
"Coque de Navire"@fr ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
foaf:name "Hull" .