CoinsCore:checksumFileAlgorithm Property
Uit COINS2
checksumFileAlgorithm is a Functional Property of Secured Internal DocumentReference. It is a Object Property holding a reference to a StringProperty holding the checksum algorithm (e.g. SHA1, MD5, ...) that was used to generate the checksum of the attached file.
checksumFileAlgorithm is a subProperty of hasProperties.
History
* New in COINS 1.0.
Formal Representation in RDF/XML
<owl:ObjectProperty rdf:ID="checksumFileAlgorithm"> <rdfs:label xml:lang="en-GB">checksum file algorithm</rdfs:label> <rdfs:comment xml:lang="en-GB">The checksum algorithm (e.g. SHA1, MD5, ...) that was used to generate the checksum of the attached file.</rdfs:comment> <rdfs:domain rdf:resource="#SecuredInternalDocumentReference"/> <rdf:type rdf:resource="owl:FunctionalProperty"/> <rdfs:subPropertyOf rdf:resource="#hasProperties"/> <rdfs:range rdf:resource="#StringProperty"/> </owl:ObjectProperty>