https://euraknos.eu/ontology/schema.org/dateCreated leaf node


URI

https://euraknos.eu/ontology/schema.org/dateCreated

Label

hasDateCreated

Description

The date on which the output of the Thematic Network has been created.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) https://euraknos.eu/ontology/schema.org/dateCreated xsd:dateTime

Implementation

@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#> .

<https://euraknos.eu/ontology/schema.org/dateCreated> a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasDateCreated"@en ;
    rdfs:comment "The date on which the output of the Thematic Network has been created."@en ;
    rdfs:range xsd:dateTime .