@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://w3id.org/dppo/ontology/dpp-prov/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:actor a owl:ObjectProperty ; rdfs:comment "Relation to the actor responsible for a DPP or a piece of information inside it."@en ; rdfs:label "actor"@en ; rdfs:range ns0:Actor . ns0:dppOwner rdfs:subPropertyOf ns0:actor . ns0:responsibleActor rdfs:subPropertyOf ns0:actor .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://w3id.org/dppo/ontology/dpp-prov/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:actor
    a owl:ObjectProperty ;
    rdfs:comment "Relation to the actor responsible for a DPP or a piece of information inside it."@en ;
    rdfs:label "actor"@en ;
    rdfs:range ns0:Actor .

ns0:dppOwner
    rdfs:subPropertyOf ns0:actor .

ns0:responsibleActor
    rdfs:subPropertyOf ns0:actor .