CoinsCore:creationDate Property
Uit COINS2
Versie door Bert de Wolde (Overleg | bijdragen) op 5 jun 2016 om 15:03 (Nieuwe pagina aangemaakt met '__NOTOC__ '''creationDate''' is a Functional Property of VersionObject. It is a owl:DatatypeProperty...')
creationDate is a Functional Property of VersionObject. It is a Datatype Property holding a dateTime-value, representing the date and time the object was created.
History
* New in COINS 1.0
Formal Representation in RDF/XML
<owl:DatatypeProperty rdf:ID="creationDate"> <rdfs:label xml:lang="en-GB">creation date</rdfs:label> <rdfs:comment xml:lang="en-GB">The creation date of the object.</rdfs:comment> <rdfs:domain> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <rdf:Description rdf:ID="VersionObject"/> <rdf:Description rdf:about="owl:Ontology"/> </owl:unionOf> </owl:Class> </rdfs:domain> <rdf:type rdf:resource="owl:FunctionalProperty"/> <rdfs:range rdf:resource="xsd:dateTime"/> </owl:DatatypeProperty>