resume.owl:awardedOnDate leaf node


URI

http://www.owl-ontologies.com/resume.owl#awardedOnDate

Label

awardedOnDate

Usage

DOMAINPROPERTYRANGE
resume.owl:Award resume.owl:awardedOnDate xsd:date

Implementation

@prefix : <http://www.owl-ontologies.com/resume.owl#> .
@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#> .

:awardedOnDate a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:domain :Award ;
    rdfs:range xsd:date .