@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://jsonapi.org/format/1.1/#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:dateCopyrighted a rdf:Property ;
    rdfs:label "Date Copyrighted"@en,
        "Date copyrighted"@en ;
    dcterms:description "Typically a year.  Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
    dcterms:issued "2002-07-13"^^xsd:date ;
    rdfs:comment "Date of copyright of the resource."@en ;
    rdfs:isDefinedBy dcterms: ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dc:date,
        dcterms:date ;
    ns1:document-member-names "dateCopyrighted"@en .