:hasCorrectionDate leaf node


URI

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

Label

has correction date

Description

The date on which something, for example a document, is corrected.

Inherits from

Usage

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

:hasCorrectionDate a owl:DatatypeProperty ;
    rdfs:label "has correction date"@en ;
    rdfs:comment "The date on which something, for example a document, is corrected."@en ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf dcterms:date .