Dura-Europos archival resource (E400)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | Dura-Europos archival resource | schema for archival resources of interest to WikiProject IDEA | edit |
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
# QUERY MAP: SELECT ?item WHERE {?item wdt:P31 wd:Q106815942. ?item wdt:P5008 wd:Q114241199. } LIMIT 10
start = @<archival_resource>
<archival_resource> EXTRA p:P31{
# instance of
p:P31 { ps:P31 [ wd:Q106815942 ] } + ;
# image
p:P18 { ps:P18 [ <http://commons.wikimedia.org/wiki/Special:FilePath>~ ] } ? ;
# collection
p:P195 { ps:P195 [ wd:Q1568434 ] } ;
# inventory number
p:P217 { ps:P217 xsd:string } ;
# location
p:P276 { ps:P276 [ wd:Q49145] } ;
# inception
p:P571 { ps:P571 [ ] ;
psv:P571 [ <http://www.wikidata.org/.well-known/genid>~ ] ;
pq:P1319 xsd:dateTime ? ;
pq:P1326 xsd:dateTime ? ; } + ;
# depicts
p:P180 {
ps:P180 [ <http://www.wikidata.org/entity>~ ]
} * ;
# creator
p:P170 {
ps:P170 [ <http://www.wikidata.org/entity>~ ]
} ? ;
# inscription
p:P1684 {
ps:P1684 rdf:langString } * ;
}