CoinsCore:creator Property
Uit COINS2
Versie door Renzo van Rijswijk (Overleg | bijdragen) op 29 jul 2016 om 07:31
creator is a Functional Property of Entity and VersionObject. It is an ObjectProperty holding a reference to the instance of Party representing the Person or Organisation that created the object.
History
* New in COINS 1.0
* Modified in COINS 2.0 to refer to Party.
Formal Representation in RDF/XML
<owl:ObjectProperty rdf:ID="creator"> <rdfs:label xml:lang="en-GB">creator</rdfs:label> <rdfs:comment xml:lang="en-GB">The person or organisation that created the object.</rdfs:comment> <rdfs:domain> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <rdf:Description rdf:ID="VersionObject"/> <rdf:Description rdf:about="owl:Ontology"/> <rdf:Description rdf:ID="Entity"/> </owl:unionOf> </owl:Class> </rdfs:domain> <rdf:type rdf:resource="owl:FunctionalProperty"/> <rdfs:range rdf:resource="#Party"/> </owl:ObjectProperty>