:hasDecisonDate leaf node


URI

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

Label

has decison date

Description

The date on which a particular endeavour, such as a grant application, has been or will be approved or rejected by somebody.

Inherits from

Usage

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

:hasDecisonDate a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has decison date"@en ;
    rdfs:comment "The date on which a particular endeavour, such as a grant application, has been or will be approved or rejected by somebody."@en ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf dcterms:date .