-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbindings_and_prefixes.txt
More file actions
102 lines (96 loc) · 3.41 KB
/
bindings_and_prefixes.txt
File metadata and controls
102 lines (96 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Prefixes
PREFIX wd: <https://catalog.digital-scriptorium.org/entity/>
PREFIX wds: <https://catalog.digital-scriptorium.org/entity/statement/>
PREFIX wdv: <https://catalog.digital-scriptorium.org/value/>
PREFIX wdt: <https://catalog.digital-scriptorium.org/prop/direct/>
PREFIX p: <https://catalog.digital-scriptorium.org/prop/>
PREFIX ps: <https://catalog.digital-scriptorium.org/prop/statement/>
PREFIX pq: <https://catalog.digital-scriptorium.org/prop/qualifier/>
PREFIX schema: <http://schema.org/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
##
# Item type bindings
# See last items page for core data types: https://catalog.digital-scriptorium.org/wiki/Special:ItemsWithoutSitelinks
##
# Manuscript
BIND(wd:Q1 ?manuscript) # manuscript
# TODO: Former owner (Q21)
# TODO: Scribe (Q20)
# TODO: Artist (Q19)
# TODO: Author (Q18)
# TODO: Material (Authority File) (Q17)
# TODO: Place (Authority File) (Q16)
# TODO: Non-dated (Q15)
# TODO: Dated (Q14)
# TODO: Century (Authority File) (Q13)
# TODO: Language (Authority File) (Q12)
# TODO: Term (Authority File) (Q11)
# TODO: Role (Authority File) (Q10)
# TODO: Corporate (Name Authority) (Q9)
# TODO: Personal (Name Authority) (Q8)
# TODO: Actor (Name Authority) (Q7)
# TODO: Standard Title (Q6)
# TODO: Non-Current (Q5)
# TODO: Current (Q4)
# TODO: DS 2.0 Record (Q3)
# TODO: Holding (Q2)
# TODO: Manuscript (Q1)
# Property bindings
## See https://catalog.digital-scriptorium.org/wiki/Special:ListProperties
BIND(wdt:P1 AS ?hasDSID).
BIND(wdt:P2 AS ?manuscriptHolding).
BIND(wdt:P3 AS ?describedManuscript).
BIND(p:P4 AS ?holdingInstitutionAsRecordedStatement).
BIND(ps:P4 AS ?holdingInstitutionAsRecorded).
BIND(pq:P5 AS ?holdingInstitutionInAuthority).
BIND(wdt:P6 AS ?holdingStatus).
BIND(wdt:P7 AS ?hasInstitutionalID).
BIND(wdt:P8 AS ?hasShelfmark).
BIND(wdt:P9 AS ?linkToInstitutionalRecord).
BIND(p:P10 AS ?titleAsRecordedStatement).
BIND(ps:P10 AS ?titleAsRecorded).
BIND(pq:P11 AS ?standardTitle).
BIND(wdt:P12 AS ?uniformTitleAsRecorded).
BIND(pq:P13 AS ?titleInOriginalScript).
BIND(p:P14 AS ?nameAsRecordedStatement).
BIND(ps:P14 AS ?nameAsRecorded).
BIND(pq:P15 AS ?role).
BIND(wdt:P16 AS ?instanceOf).
BIND(pq:P17 AS ?nameInAuthority).
BIND(p:P18 AS ?subjectAsRecordedStatement).
BIND(ps:P18 AS ?subjectAsRecorded).
BIND(p:P19 AS ?genreAsRecordedStatement).
BIND(ps:P19 AS ?genreAsRecorded).
BIND(pq:P20 AS ?termInAuthority).
BIND(p:P21 AS ?languageAsRecordedStatement).
BIND(ps:P21 AS ?languageAsRecorded).
BIND(pq:P22 AS ?languageInAuthority).
BIND(p:P23 AS ?dateAsRecordedStatement).
BIND(ps:P23 AS ?dateAsRecorded).
BIND(pq:P24 AS ?centuryInAuthority).
BIND(pq:P25 AS ?century).
BIND(wdt:P26 AS ?dated).
BIND(p:P27 AS ?placeAsRecordedStatement).
BIND(ps:P27 AS ?placeAsRecorded).
BIND(pq:P28 AS ?placeInAuthority).
BIND(wdt:P29 AS ?physicalDescription).
BIND(p:P30 AS ?materialAsRecordedStatement).
BIND(ps:P30 AS ?materialAsRecorded).
BIND(pq:P31 AS ?materialInAuthority).
BIND(wdt:P32 AS ?note).
BIND(wdt:P33 AS ?acknowledgements).
BIND(wdt:P34 AS ?dateAdded).
BIND(wdt:P35 AS ?dateLastUpdated).
BIND(pq:P36 AS ?latestDate).
BIND(pq:p37 AS ?earliestDate).
BIND(wdt:P38 AS ?startTime).
BIND(wdt:P39 AS ?endTime).
BIND(wdt:P40 AS ?externalID).
BIND(wdt:P41 AS ?iiifManifest).
BIND(wdt:P42 AS ?hasQID).
BIND(wdt:P43 AS ?hasViafID).
BIND(wdt:P44 AS ?externalURI).
BIND(wdt:P45 AS ?equivalentProperty).
BIND(wdt:P46 AS ?formatterURL).
BIND(wdt:P47 AS ?subclassOf).