http://rdf.muninn-project.org/ontologies/naval#MilitaryShipType
Instances of naval:MilitaryShipType can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 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#> .
:MilitaryShipType a owl:Class,
skos:Concept ;
rdfs:label " ... "@de,
"Military Ship Type"@en,
"Type de Navire Militaire"@fr ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: .