Last active
January 25, 2017 01:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix dcterms: <http://purl.org/dc/terms/> . | |
@prefix ns1: <https://www.w3.org/2000/01/rdf-schema#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<http://hydra.vocab.manager/predicate/arkivoChecksum> a rdf:Property, | |
rdf:predicate ; | |
rdfs:label "Arkivo Checksum"@en ; | |
dcterms:issued "2016-11-11"^^xsd:date ; | |
rdfs:comment "An MD5 checksum for a bitstream uploaded by Zotero's subscription service, Arkivo."@en ; | |
rdfs:range xsd:string ; | |
rdfs:seeAlso <https://github.com/projecthydra/sufia/issues/1327> ; | |
dcterms:creator <mailto:spr7b@virginia.edu> ; | |
ns1:isDefinedBy <https://www.npmjs.com/package/arkivo> ; | |
skos:example "A repository object has an MD5 checksum generated by Arkivo that should be stored with the bitstream.<br/><http://example.org/object> <http://hydra.vocab.manager/predicate/arkivoChecksum> "C7F2C101A6A74332C72483C48D5E202D"" . | |
<http://hydra.vocab.manager/predicate/importURL> a rdf:Property, | |
rdf:predicate ; | |
rdfs:label "Import URL"@en ; | |
dcterms:issued "2016-11-11"^^xsd:date ; | |
rdfs:comment "The URL from which content hosted in a cloud storage service is imported."@en ; | |
rdfs:seeAlso <https://github.com/projecthydra/curation_concerns/issues/561> ; | |
dcterms:creator <mailto:spr7b@virginia.edu> ; | |
skos:example "A repository object was imported from Google Drive cloud storage.<br/><http://example.org/object> <http://hydra.vocab.manager/predicate/importURL> <https://drive.google.com/file/d/0B_3cn7zuYfw-UVVhTmdTc2VYd1k/view?usp=sharing>" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment