naval:MilitaryShipType leaf node


URI

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

Label

Military Ship Type

Usage

Instances of naval:MilitaryShipType can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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 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: .