-
Notifications
You must be signed in to change notification settings - Fork 0
/
context-dc.json
114 lines (102 loc) · 3.08 KB
/
context-dc.json
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
{
"@context": {
"nma": "https://api.nma.gov.au/term/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/terms/",
"dcmitype": "http://purl.org/dc/dcmitype/",
"foaf": "http://xmlns.com/foaf/0.1/",
"schema": "http://schema.org/",
"crm": "http://www.cidoc-crm.org/cidoc-crm/",
"ore": "http://www.openarchives.org/ore/terms/",
"id": "@id",
"type": "@type",
"seeAlso": "rdfs:seeAlso",
"StillImage": "dcmitype:StillImage",
"MovingImage": "dcmitype:MovingImage",
"Sound": "dcmitype:Sound",
"Text": "dcmitype:Text",
"place": "dc:Location",
"party": "foaf:Agent",
"narrative": "ore:Aggregation",
"Collection": "ore:Aggregation",
"object": "crm:E19_Physical_Object",
"media": "schema:MediaObject",
"ImageObject": "schema:ImageObject",
"VideoObject": "schema:VideoObject",
"AudioObject": "schema:AudioObject",
"Link": "schema:WebPage",
"title": "dc:title",
"creator": "dc:creator",
"contributor": "dc:contributor",
"spatial": "dc:spatial",
"temporal": "dc:temporal",
"description": "dc:description",
"physicalDescription": "dc:description",
"educationalSignificance": "dc:description",
"significanceStatement": "dc:description",
"publisher": "dc:publisher",
"issued": {
"@id": "dc:issued",
"@type": "xsd:dateTime"
},
"modified": {
"@id": "dc:modified",
"@type": "xsd:dateTime"
},
"extent": "dc:extent",
"medium": "dc:medium",
"identifier": "dc:identifier",
"source": "dc:source",
"relation": "dc:relation",
"isPartOf": "dc:isPartOf",
"hasPart": "dc:hasPart",
"isVersionOf": "dc:isVersionOf",
"hasVersion": "dc:hasVersion",
"hasFormat": "dc:hasFormat",
"rights": "dc:rights",
"name": "foaf:name",
"givenName": "foaf:givenName",
"familyName": "foaf:familyName",
"gender": "foaf:gender",
"collection": "ore:isAggregatedBy",
"aggregetes": "ore:aggregetes",
"isAggregetedBy": "ore:isAggregetedBy",
"additionalType": "schema:additionalType",
"interactionType": "schema:interactionType",
"roleName": "schema:roleName",
"startDate": "schema:startDate",
"endDate": "schema:endDate",
"location": "schema:location",
"geo": "schema:geo",
"height": {
"@id": "schema:height",
"@type": "xsd:decimal"
},
"width": {
"@id": "schema:width",
"@type": "xsd:decimal"
},
"depth": {
"@id": "schema:depth",
"@type": "xsd:decimal"
},
"weight": {
"@id": "schema:weight",
"@type": "xsd:decimal"
},
"unitText": "schema:unitText",
"_meta": "nma:meta",
"weightUnitText": "nma:weightUnitText",
"rightsTitle": "nma:rightsTitle",
"rightsReason": "nma:rightsReason",
"acknowledgement": "nma:acknowledgement",
"middleName": "nma:middleName",
"alternativeNames": "nma:alternativeNames",
"diameter": {
"@id": "nma:diameter",
"@type": "xsd:decimal"
}
}
}