CoinsCore:description Property
Uit COINS2
Versie door Bert de Wolde (Overleg | bijdragen) op 5 jun 2016 om 12:53
description is a Functional Property of Entity. It is a Datatype Property holding a string-value, describing the entity.
History
* New in COINS 1.0
Formal Representation in RDF/XML
<owl:DatatypeProperty rdf:ID="description"> <rdfs:label xml:lang="en-GB">description</rdfs:label> <rdfs:comment xml:lang="en-GB">The description of the Entity.</rdfs:comment> <rdfs:domain> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <rdf:Description rdf:ID="Entity"/> <rdf:Description rdf:about="owl:Ontology"/> </owl:unionOf> </owl:Class> </rdfs:domain> <rdf:type rdf:resource="owl:FunctionalProperty"/> <rdfs:range rdf:resource="xsd:string"/> </owl:DatatypeProperty>