@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://portele.de/ont/inspire/baseInspire#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:role a owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "The range is a type for which no RDF representation is known: PartyRoleValue"@en ; rdfs:range owl:Thing ; skos:definition "Role(s) of the party in relation to a resource, such as owner."@en ; skos:notation "role" ; skos:prefLabel "role"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://portele.de/ont/inspire/baseInspire#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:role
    a owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "The range is a type for which no RDF representation is known: PartyRoleValue"@en ;
    rdfs:range owl:Thing ;
    skos:definition "Role(s) of the party in relation to a resource, such as owner."@en ;
    skos:notation "role" ;
    skos:prefLabel "role"@en .