naval:hasCountryOfService leaf node


URI

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

Label

Country of Service

Inherits from

  • owl:Thing
  • Implementation

    @prefix : <http://rdf.muninn-project.org/ontologies/naval#> .
    @prefix dbpedia: <http://dbpedia.org/resource/> .
    @prefix foaf: <http://xmlns.com/foaf/0.1/> .
    @prefix naval: <http://rdf.muninn-project.org/ontologies/naval> .
    @prefix org: <http://rdf.muninn-project.org/ontologies/organization#> .
    @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#> .
    
    :hasCountryOfService a owl:ObjectProperty,
            skos:Concept ;
        rdfs:label "Land of Service"@de,
            "Country of Service"@en,
            "Pays de Service"@fr ;
        void:inDataset :datasetdefinition ;
        rdfs:domain :Ship ;
        rdfs:isDefinedBy naval: ;
        rdfs:range dbpedia:Country,
            org:Country ;
        foaf:name "Country of Service" .