:hasDateReceived leaf node


URI

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

Label

has date received

Description

The date on which some item is received, for example a document being received by a publisher.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasDateReceived 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#> .

:hasDateReceived a owl:DatatypeProperty ;
    rdfs:label "has date received"@en ;
    rdfs:comment "The date on which some item is received, for example a document being received by a publisher."@en ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf dcterms:date .