:hasDistributionDate leaf node


URI

http://purl.org/spar/fabio/hasDistributionDate

Label

has preprint dissemination date

Description

The date on which something is distributed, for example the date on which a preprint of a document is e-mailed to colleagues and other academics by the author(s), or the date on which a printed announcement of forthcoming theatre events is mailed to those those on the theatre's mailing list.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasDistributionDate xsd:dateTime

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@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#> .

:hasDistributionDate a owl:DatatypeProperty ;
    rdfs:label "has preprint dissemination date"@en ;
    rdfs:comment "The date on which something is distributed, for example the date on which a preprint of a document is e-mailed to colleagues and other academics by the author(s), or the date on which a printed announcement of forthcoming theatre events is mailed to those those on the theatre's mailing list."@en ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf dcterms:date .