@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://schema.theodi.org/odrs#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://schema.theodi.org/> . ns0:attributionText a owl:DatatypeProperty ; rdfs:comment "The text to use in an attribution link. This may be the name of the publisher or a reference to a community or group of contributors"@en ; rdfs:domain ns0:RightsStatement ; rdfs:isDefinedBy ns1:odrs ; rdfs:label "attribution text"@en ; rdfs:range rdfs:Literal .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://schema.theodi.org/odrs#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://schema.theodi.org/> .

ns0:attributionText
    a owl:DatatypeProperty ;
    rdfs:comment "The text to use in an attribution link. This may be the name of the publisher or a reference to a community or group of contributors"@en ;
    rdfs:domain ns0:RightsStatement ;
    rdfs:isDefinedBy ns1:odrs ;
    rdfs:label "attribution text"@en ;
    rdfs:range rdfs:Literal .