<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://w3id.org/dppo/ontology/dpp-prov/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:ObjectProperty rdf:about="http://w3id.org/dppo/ontology/dpp-prov/actor"> <rdfs:label xml:lang="en">actor</rdfs:label> <rdfs:range rdf:resource="http://w3id.org/dppo/ontology/dpp-prov/Actor"/> <rdfs:comment xml:lang="en">Relation to the actor responsible for a DPP or a piece of information inside it.</rdfs:comment> </owl:ObjectProperty> <rdf:Description rdf:about="http://w3id.org/dppo/ontology/dpp-prov/dppOwner"> <rdfs:subPropertyOf rdf:resource="http://w3id.org/dppo/ontology/dpp-prov/actor"/> </rdf:Description> <rdf:Description rdf:about="http://w3id.org/dppo/ontology/dpp-prov/responsibleActor"> <rdfs:subPropertyOf rdf:resource="http://w3id.org/dppo/ontology/dpp-prov/actor"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://w3id.org/dppo/ontology/dpp-prov/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:ObjectProperty rdf:about="http://w3id.org/dppo/ontology/dpp-prov/actor">
    <rdfs:label xml:lang="en">actor</rdfs:label>
    <rdfs:range rdf:resource="http://w3id.org/dppo/ontology/dpp-prov/Actor"/>
    <rdfs:comment xml:lang="en">Relation to the actor responsible for a DPP or a piece of information inside it.</rdfs:comment>
  </owl:ObjectProperty>
  <rdf:Description rdf:about="http://w3id.org/dppo/ontology/dpp-prov/dppOwner">
    <rdfs:subPropertyOf rdf:resource="http://w3id.org/dppo/ontology/dpp-prov/actor"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://w3id.org/dppo/ontology/dpp-prov/responsibleActor">
    <rdfs:subPropertyOf rdf:resource="http://w3id.org/dppo/ontology/dpp-prov/actor"/>
  </rdf:Description>
</rdf:RDF>