@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ontology/storyline/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix ns2: <http://purl.org/ontology/> . ns0:attributedTo a owl:ObjectProperty ; rdfs:comment "Associates a storyline to its attribution. Provides for interpretation provenance through attribution"@en-gb ; rdfs:domain ns0:Storyline ; rdfs:isDefinedBy ns2:storyline ; rdfs:label "attributedTo"@en-gb ; rdfs:range ns0:Attribution ; ns1:term_status "testing" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ontology/storyline/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix ns2: <http://purl.org/ontology/> .

ns0:attributedTo
    a owl:ObjectProperty ;
    rdfs:comment "Associates a storyline to its attribution. Provides for interpretation provenance through attribution"@en-gb ;
    rdfs:domain ns0:Storyline ;
    rdfs:isDefinedBy ns2:storyline ;
    rdfs:label "attributedTo"@en-gb ;
    rdfs:range ns0:Attribution ;
    ns1:term_status "testing" .