dcterms:dateCopyrighted leaf node


URI

http://purl.org/dc/terms/dateCopyrighted

Label

has copyright date

Description

The date on which an entity has been copyrighted.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dcterms:dateCopyrighted xsd:date

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:dateCopyrighted a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has copyright date"@en ;
    rdfs:comment "The date on which an entity has been copyrighted."@en ;
    rdfs:range xsd:date ;
    rdfs:subPropertyOf dcterms:date .