naval:ShipFunction leaf node


URI

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

Label

Ship Function

Usage

Instances of naval:ShipFunction can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class naval:ShipFunction
naval:nomenclatureOf owl:ObjectProperty owl:Thing
naval:shipUsedBy owl:ObjectProperty owl:Thing
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#> .

:ShipFunction a owl:Class,
        skos:Concept ;
    rdfs:label " ... "@de,
        "Ship Function"@en,
        "Fonction de Navire"@fr ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: .