@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://inspire.ec.europa.eu/schemas/af/3.0#> . @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#> . @prefix ns1: <http://inspire.ec.europa.eu/schemas/act-core/3.0#> . ns0:activity a owl:ObjectProperty ; rdfs:comment "A relation to the classification of the economic activity of the site" ; rdfs:isDefinedBy <http://inspire.ec.europa.eu/schemas/af/3.0#> ; rdfs:label "activity"@en ; rdfs:range ns1:EconomicActivityNACEValue ; skos:prefLabel "activity"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://inspire.ec.europa.eu/schemas/af/3.0#> .
@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#> .
@prefix ns1: <http://inspire.ec.europa.eu/schemas/act-core/3.0#> .

ns0:activity
    a owl:ObjectProperty ;
    rdfs:comment "A relation to the classification of the economic activity of the site" ;
    rdfs:isDefinedBy <http://inspire.ec.europa.eu/schemas/af/3.0#> ;
    rdfs:label "activity"@en ;
    rdfs:range ns1:EconomicActivityNACEValue ;
    skos:prefLabel "activity"@en .