@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/aerOS/data-catalog#> . @prefix org: <http://www.w3.org/ns/org#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://w3id.org/aerOS/> . ns0:DataProductOwner a owl:NamedIndividual, org:Role ; rdfs:comment "Person responsible for the creation and publication of a data product." ; rdfs:isDefinedBy ns1:data-catalog ; rdfs:label "Data Product Owner" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/aerOS/data-catalog#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://w3id.org/aerOS/> .

ns0:DataProductOwner
    a owl:NamedIndividual, org:Role ;
    rdfs:comment "Person responsible for the creation and publication of a data product." ;
    rdfs:isDefinedBy ns1:data-catalog ;
    rdfs:label "Data Product Owner" .