-
Notifications
You must be signed in to change notification settings - Fork 2
/
tpcontext.jsonld
198 lines (182 loc) · 6.21 KB
/
tpcontext.jsonld
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{
"@context": {
"tp": "http://collections.tepapa.govt.nz/",
"tpterm": "http://collections.tepapa.govt.nz/term/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"dc": "http://purl.org/dc/terms/",
"dcmitype": "http://purl.org/dc/dcmitype/",
"foaf": "http://xmlns.com/foaf/0.1/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"cc": "https://creativecommons.org/ns#",
"schema": "http://schema.org/",
"vcard": "http://www.w3.org/2006/vcard/ns#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dwc": "http://rs.tdwg.org/dwc/terms/",
"crm": "http://www.cidoc-crm.org/cidoc-crm/",
"edm": "http://www.europeana.eu/schemas/edm/",
"ore": "http://www.openarchives.org/ore/terms/",
"aat": "http://vocab.getty.edu/aat/",
"tgn": "http://vocab.getty.edu/tgn/",
"tgm": "http://id.loc.gov/vocabulary/graphicMaterials/",
"href": "@id",
"type": "@type",
"label": "rdfs:label",
"sameAs": {
"@id": "owl:sameAs",
"@type": "@id"
},
"title": "dc:title",
"identifier": "dc:identifier",
"description": "dc:description",
"creator": "dc:creator",
"contributor": "dc:contributor",
"subject": "dc:subject",
"language": "dc:language",
"date": "dc:date",
"spatial": "dc:spatial",
"temporal": "dc:temporal",
"format": "dc:format",
"created": "dc:created",
"issued": "dc:issued",
"source": "dc:source",
"references": "dc:references",
"refersToSubject": "dc:references",
"refersToAgent": "dc:references",
"refersToPlace": "dc:references",
"isReferencedBy": "dc:isReferencedBy",
"isReferencedByDocument": "dc:isReferencedBy",
"Agent": "foaf:Agent",
"Person": "foaf:Person",
"Organisation": "foaf:Organization",
"Document": "foaf:Document",
"Publication": "foaf:Document",
"name": "foaf:name",
"givenName": "foaf:givenName",
"familyName": "foaf:familyName",
"gender": "foaf:gender",
"Concept": "skos:Concept",
"ConceptScheme": "skos:ConceptScheme",
"prefLabel": "skos:prefLabel",
"altLabel": "skos:altLabel",
"hiddenLabel": "skos:hiddenLabel",
"scopeNote": "skos:scopeNote",
"inScheme": {
"@id": "skos:inScheme",
"@type": "@id"
},
"hasTopConcept": {
"@id": "skos:hasTopConcept",
"@type": "@id"
},
"broader": {
"@id": "skos:broader",
"@type": "@id"
},
"narrower": {
"@id": "skos:narrower",
"@type": "@id"
},
"lat": "geo:lat",
"long": "geo:long",
"licence": "cc:licence",
"MediaObject": "schema:MediaObject",
"ImageObject": "schema:ImageObject",
"VideoObject": "schema:VideoObject",
"AudioObject": "schema:AudioObject",
"unitCode": "schema:unitCode",
"unitText": "schema:unitText",
"height": "schema:height",
"width": "schema:width",
"depth": "schema:depth",
"weight": "schema:weight",
"birthDate": {
"@id": "schema:birthDate",
"@type": "xsd:date"
},
"birthPlace": "schema:birthPlace",
"deathDate": {
"@id": "schema:deathDate",
"@type": "xsd:date"
},
"deathPlace": "schema:deathPlace",
"nationality": "schema:nationality",
"url": "vcard:url",
"locality": "vcard:locality",
"region": "vcard:region",
"countryName": "vcard:country-name",
"basisOfRecord": "dwc:basisOfRecord",
"taxonRank": "dwc:taxonRank",
"nomenclaturalCode": "dwc:nomenclaturalCode",
"scientificName": "dwc:scientificName",
"kingdom": "dwc:kingdom",
"phylum": "dwc:phylum",
"class": "dwc:class",
"subclass": "tp:subclass",
"order": "dwc:order",
"family": "dwc:family",
"genus": "dwc:genus",
"scientificNameAuthorship": "dwc:scientificNameAuthorship",
"vernacularName": "dwc:vernacularName",
"collectionEvent": "dwc:collectionEvent",
"geodeticDatum": "dwc:geodeticDatum",
"recordedBy": "dwc:recordedBy",
"continent": "dwc:continent",
"country": "dwc:country",
"stateProvence": "dwc:stateProvence",
"georeferenceSources": "dwc:georeferenceSources",
"habitat": "dwc:habitat",
"fieldNotes": "dwc:fieldNotes",
"identifiedBy": "dwc:identifiedBy",
"dateIdentified": "dwc:dateIdentified",
"Object": "crm:E19_Physical_Object",
"Specimen": "crm:E20_Biological_Object",
"Place": "crm:E53_Place",
"Period": "crm:E4_Period",
"isTypeOf": "crm:P2_has_type",
"productionUsedTechnique": "crm:P32_used_general_technique",
"hasFormerOwner": "crm:P49_has_former_or_current_keeper",
"isInfluencedByPeriod": "crm:P15_was_influenced_by",
"isInfluencedByTaxon": "crm:P15_was_influenced_by",
"isInfluencedByTaxonCommonName": "crm:P15_was_influenced_by",
"isInfluencedBySpecies": "crm:P15_was_influenced_by",
"hadParticipant": "crm:P11_had_participant",
"tookPlaceAt": "crm:P7_took_place_at",
"isMadeOf": "crm:P5_consists_of",
"isReferredToByDocument": "crm:P67i_is_referred_to_by",
"isReferredToByPublication": "crm:P67i_is_referred_to_by",
"observedDimension": "crm:P40_observed_dimension",
"WebResource": "edm:WebResource",
"preview": "edm:preview",
"isRelatedToDocument": "edm:isRelatedTo",
"isRelatedToAgent": "edm:isRelatedTo",
"section": {
"@id": "ore:isAggregatedBy",
"@type": "@id"
},
"CollectionSection": "tpterm:CollectionSection",
"Topic": "tpterm:Topic",
"Taxon": "tpterm:Taxon",
"Subject": "tpterm:Subject",
"Period": "tpterm:Period",
"ObjectType": "tpterm:ObjectType",
"PeriodStyle": "tpterm:PeriodStyle",
"EthnicGroup": "tpterm:EthnicGroup",
"Material": "tpterm:Material",
"Technique": "tpterm:Technique",
"Collaboration": "tpterm:Collaboration",
"Unknown": "tpterm:Unknown",
"FieldCollection": "tpterm:Collected",
"production": "tpterm:production",
"productionSummary": "tpterm:productionSummary",
"isMadeOfSummary": "tpterm:isMadeOfSummary",
"hasRepresentation": "tpterm:hasRepresentation",
"mediumView": "tpterm:medium",
"extentType": "tpterm:extentType",
"length": "tpterm:length",
"identification": "tpterm:identification",
"specimens": "tpterm:specimens",
"role": "tpterm:role"
}
}