-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample-data.ttls
126 lines (119 loc) · 4.78 KB
/
example-data.ttls
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix ens: <http://www.europeana.eu/schemas/edm/> .
@prefix ahm: <http://purl.org/collections/nl/am/> .
@prefix ex: <http://example.org/> .
<<ahm:proxy-16987 rdf:type ex:ImportantObject>> ex:accordingTo ex:Victor .
<<ahm:proxy-16988 rdf:type ex:UnImportantObject>> ex:accordingTo ex:Victor .
<<ahm:proxy-16989 rdf:type ex:UnImportantObject>> ex:accordingTo ex:Victor .
<<ahm:proxy-16988 rdf:type ex:ImportantObject>> ex:accordingTo ex:Ilaria .
<< <<ahm:proxy-16988 rdf:type ex:ImportantObject>> ex:accordingTo ex:IlariaTiddi>> ex:disapprovedOfBy ex:Victor .
ahm:proxy-16987
a ore:Proxy ;
ahm:acquisitionDate "1887-10-28" {| ex:source <https://www.amsterdammuseum.nl/documents/somedoc.pdf> |};
ahm:acquisitionMethod ahm:t-14379 {| ex:source <https://www.amsterdammuseum.nl/documents/somedoc.pdf> |};
ahm:creditLine ahm:t-14773 ;
ahm:dimension [ a ahm:Dimension ;
ahm:dimensionType ahm:t-17311 ;
ahm:dimensionUnit "gr" ;
ahm:dimensionValue "2.16" ;
rdfs:label "gewicht gr. 2.16 gr "
] ;
ahm:locat [ a ahm:Locat ;
ahm:currentLocation ahm:t-32567 ;
ahm:currentLocationDateStart "1975-01-01" ;
ahm:currentLocationLref "32567" ;
rdfs:label "AHM dep 3 kast 111-4 1975-01-01 32567 "
] ;
ahm:material ahm:t-9091 ;
ahm:objectCategory ahm:t-22509 ;
ahm:objectName ahm:t-12532 ;
ahm:objectNumber "KA 10586" ;
ahm:priref "16987" ;
ahm:productionDateEnd "1604" ;
ahm:productionDateStart "1604" ;
ahm:productionPlace ahm:t-105 ;
ahm:reproduction [ a ahm:Reproduction ;
ahm:reproductionCreator ahm:p-34137 ;
ahm:reproductionDate "1999" ;
ahm:reproductionIdentifierURL "..\\..\\DAT\\collectie\\images\\KA_10586.JPG" ;
ahm:reproductionReference "KA_10586" ;
ahm:reproductionReferenceLref "16985" ;
ahm:reproductionType ahm:t-13861
] ;
ahm:title "1604, peerdeken"@nl ;
ore:proxyFor ahm:physical-16987 ;
ore:proxyIn ahm:aggregation-16987 .
ahm:proxy-16988
a ore:Proxy ;
ahm:acquisitionDate "1887-10-28" {| ex:source <https://www.amsterdammuseum.nl/documents/someotherdoc.pdf> |};
ahm:acquisitionMethod ahm:t-14379 {| ex:source <https://www.amsterdammuseum.nl/documents/someotherdoc.pdf> |};
ahm:creditLine ahm:t-14773 ;
ahm:dimension [ a ahm:Dimension ;
ahm:dimensionType ahm:t-17311 ;
ahm:dimensionUnit "gr" ;
ahm:dimensionValue "2.18" ;
rdfs:label "gewicht gr. 2.18 gr "
] ;
ahm:locat [ a ahm:Locat ;
ahm:currentLocation ahm:t-32567 ;
ahm:currentLocationDateStart "1975-01-01" ;
ahm:currentLocationLref "32567" ;
rdfs:label "AHM dep 3 kast 111-4 1975-01-01 32567 "
] ;
ahm:material ahm:t-9091 ;
ahm:objectCategory ahm:t-22509 ;
ahm:objectName ahm:t-12532 ;
ahm:objectNumber "KA 10587" ;
ahm:priref "16988" ;
ahm:productionDateEnd "1605" ;
ahm:productionDateStart "1605" ;
ahm:productionPlace ahm:t-105 ;
ahm:reproduction [ a ahm:Reproduction ;
ahm:reproductionCreator ahm:p-34137 ;
ahm:reproductionDate "1999" ;
ahm:reproductionIdentifierURL "..\\..\\DAT\\collectie\\images\\KA_10587.JPG" ;
ahm:reproductionReference "KA_10587" ;
ahm:reproductionReferenceLref "16986" ;
ahm:reproductionType ahm:t-13861
] ;
ahm:title "1605, halve schelling"@nl ;
ore:proxyFor ahm:physical-16988 ;
ore:proxyIn ahm:aggregation-16988 .
ahm:proxy-16989
a ore:Proxy ;
ahm:acquisitionDate "1887-10-28" {| ex:source <https://www.amsterdammuseum.nl/documents/somedoc.pdf> |};
ahm:acquisitionMethod ahm:t-14379 {| ex:source <https://www.amsterdammuseum.nl/documents/somedoc.pdf> |};
ahm:creditLine ahm:t-14773 ;
ahm:dimension [ a ahm:Dimension ;
ahm:dimensionType ahm:t-17311 ;
ahm:dimensionUnit "gr" ;
ahm:dimensionValue "1.97" ;
rdfs:label "gewicht gr. 1.97 gr "
] ;
ahm:locat [ a ahm:Locat ;
ahm:currentLocation ahm:t-32567 ;
ahm:currentLocationDateStart "1975-01-01" ;
ahm:currentLocationLref "32567" ;
rdfs:label "AHM dep 3 kast 111-4 1975-01-01 32567 "
] ;
ahm:material ahm:t-9091 ;
ahm:objectCategory ahm:t-22509 ;
ahm:objectName ahm:t-12532 ;
ahm:objectNumber "KA 10588" ;
ahm:priref "16989" ;
ahm:productionDateEnd "1605" ;
ahm:productionDateStart "1605" ;
ahm:productionPlace ahm:t-105 ;
ahm:reproduction [ a ahm:Reproduction ;
ahm:reproductionCreator ahm:p-34137 ;
ahm:reproductionDate "1999" ;
ahm:reproductionIdentifierURL "..\\..\\DAT\\collectie\\images\\KA_10588.JPG" ;
ahm:reproductionReference "KA_10588" ;
ahm:reproductionReferenceLref "16987" ;
ahm:reproductionType ahm:t-13861
] ;
ahm:title "1605, stuiver"@nl ;
ore:proxyFor ahm:physical-16989 ;
ore:proxyIn ahm:aggregation-16989 .