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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
prefix dcterms: <http://purl.org/dc/terms/> | |
construct {?subject ?predicate ?object} | |
from <https://resourcerelationship> | |
where { | |
bind("http://example.org/.well-known/genid/" as ?skolem) | |
?statement rdf:subject/dcterms:identifier ?subjectID. | |
?statement rdf:predicate/dcterms:identifier ?predicateID. | |
?statement rdf:object/dcterms:identifier ?objectID. |
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
prefix skos: <http://www.w3.org/2004/02/skos/core#> | |
prefix acformat: <http://rs.tdwg.org/format/values/> | |
select distinct ?broaderConcept ?label ?mediaType ?match ?matchLabel ?fileExtension | |
from <https://tdwg.github.io/rs.tdwg.org/cvJson/format.jsonld> | |
where { | |
# Limit concepts to current terms in pathway scheme | |
?concept skos:inScheme acformat:m. | |
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
# work1 has an ACT ID, and is NOT an artwork. work2 is an artwork and may or may not have an ACT ID. | |
# If work2 does not have an ACT ID, then the ACT ID used with work1 should be transferred to work2 and the work1 ACT ID be deleted. | |
select distinct ?work1 ?actId1 ?work1Label ?class1Label ?work2 ?actId2 ?work2Label ?class2Label where { | |
?work1 wdt:P9092 ?actId1. | |
?work1 wdt:P18 ?commonsImage. | |
optional {?work1 wdt:P31 ?class1.} | |
?work2 wdt:P18 ?commonsImage. | |
?work2 wdt:P31 ?class2. | |
optional {?work2 wdt:P9092 ?actId2.} | |
filter(?work1 != ?work2) |
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
# work1 has an ACT ID, and is an artwork. work2 is NOT an artwork and may or may not have an ACT ID. | |
# If work2 has an ACT ID, it should be removed. If it doesn't, no action is required. | |
select distinct ?work1 ?actId1 ?work1Label ?class1Label ?work2 ?actId2 ?work2Label ?class2Label where { | |
?work1 wdt:P9092 ?actId1. | |
?work1 wdt:P18 ?commonsImage. | |
?work1 wdt:P31 ?class1. | |
?work2 wdt:P18 ?commonsImage. | |
optional{?work2 wdt:P31 ?class2.} | |
optional {?work2 wdt:P9092 ?actId2.} | |
filter(?work1 != ?work2) |
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
{ | |
"@context": [ | |
"http://iiif.io/api/presentation/3/context.json", | |
"http://www.w3.org/ns.anno.jsonld" | |
], | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/manifest.json", | |
"type": "Manifest", | |
"viewingDirection": "left-to-right", | |
"behavior": [ | |
"individuals" |
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
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "https://storiiies.cogapp.com/wasp/manifest.json", | |
"@type": "sc:Manifest", | |
"label": { | |
"@value": "Hemipepsis heros – Tarantula Hawk wasp", | |
"@language": "en" | |
}, | |
"description": { | |
"@value": "Introduction", |
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
{ | |
"@context": "http://iiif.io/api/presentation/3/context.json", | |
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json", | |
"type": "Manifest", | |
"label": { | |
"en": [ | |
"Image 1" | |
] | |
}, | |
"items": [ |
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
qid | label_en | description_en | instance_of_uuid | instance_of | doi_uuid | doi | doi_ref1_hash | doi_ref1_referenceUrl | doi_ref1_retrieved_nodeId | doi_ref1_retrieved_val | doi_ref1_retrieved_prec | published_uuid | published_nodeId | published_val | published_prec | published_ref1_hash | published_ref1_referenceUrl | published_ref1_retrieved_nodeId | published_ref1_retrieved_val | published_ref1_retrieved_prec | title_en_uuid | title_en | title_en_ref1_hash | title_en_ref1_referenceUrl | title_en_ref1_retrieved_nodeId | title_en_ref1_retrieved_val | title_en_ref1_retrieved_prec | journal_uuid | journal | journal_ref1_hash | journal_ref1_referenceUrl | journal_ref1_retrieved_nodeId | journal_ref1_retrieved_val | journal_ref1_retrieved_prec | volume_uuid | volume | volume_ref1_hash | volume_ref1_referenceUrl | volume_ref1_retrieved_nodeId | volume_ref1_retrieved_val | volume_ref1_retrieved_prec | page_uuid | page | page_ref1_hash | page_ref1_referenceUrl | page_ref1_retrieved_nodeId | page_ref1_retrieved_val | page_ref1_retrieved_prec | issue_uuid | issue | issue_ref1_hash | issue_ref1_referenceUrl | issue_ref |
---|
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
{ | |
"data_path": "", | |
"item_source_csv": "", | |
"item_pattern_file": "", | |
"outfiles": [ | |
{ | |
"manage_descriptions": true, | |
"label_description_language_list": [ | |
"en" | |
], |