CoinsCore:documentMimeType Property
Uit COINS2
Versie door Bert de Wolde (Overleg | bijdragen) op 9 jun 2016 om 10:30 (Nieuwe pagina aangemaakt met '__NOTOC__ '''documentMimeType''' is a Functional Property of DocumentReference. It is a owl:Obje...')
documentMimeType is a Functional Property of DocumentReference. It is a Object Property holding a reference to a StringProperty, representing the mimetype of the document. The mimetype is a two-part identifier for file formats and format contents transmitted on the Internet. See wikipedia - Media type.
documentMimeType is a subProperty of hasProperties.
History
* New in COINS 2.0
Formal Representation in RDF/XML
<owl:FunctionalProperty rdf:ID="documentMimeType"> <rdfs:label xml:lang="en-GB">document mimetype</rdfs:label> <rdfs:comment xml:lang="en-GB">The mimetype of the document.</rdfs:comment> <rdfs:domain rdf:resource="#DocumentReference"/> <rdf:type rdf:resource="owl:ObjectProperty"/> <rdfs:subPropertyOf rdf:resource="#hasProperties"/> <rdfs:range rdf:resource="#StringProperty"/> </owl:FunctionalProperty>