@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . dc:rights dct:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en ; dct:issued "1999-07-02"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:AnnotationProperty ; rdfs:comment "Information about rights held in and over the resource."@en ; rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; rdfs:label "Rights"@en ; skos:note "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/rights) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."@en . dct:accessRights rdfs:subPropertyOf dc:rights . dct:license rdfs:subPropertyOf dc:rights . dct:rights rdfs:subPropertyOf dc:rights .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

dc:rights
    dct:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en ;
    dct:issued "1999-07-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:AnnotationProperty ;
    rdfs:comment "Information about rights held in and over the resource."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
    rdfs:label "Rights"@en ;
    skos:note "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/rights) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/).  See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."@en .

dct:accessRights
    rdfs:subPropertyOf dc:rights .

dct:license
    rdfs:subPropertyOf dc:rights .

dct:rights
    rdfs:subPropertyOf dc:rights .