:hasRetractionDate leaf node


URI

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

Label

has retraction date

Description

The date on which something, for example a claim or a journal article, is retracted.

Inherits from

Usage

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

:hasRetractionDate a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has retraction date"@en ;
    rdfs:comment "The date on which something, for example a claim or a journal article, is retracted."@en ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf dcterms:date .