-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.jsonld
123 lines (121 loc) · 3.37 KB
/
context.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
{
"@context" : {
"dc" : "http://purl.org/dc/elements/1.1/",
"dct" : "http://purl.org/dc/terms/",
"foaf" : "http://xmlns.com/foaf/0.1/",
"frapo" : "http://purl.org/cerif/frapo/",
"gn" : "http://www.geonames.org/ontology#",
"gndo" : "https://d-nb.info/standards/elementset/gnd#",
"schema" : "http://schema.org/",
"skos" : "http://www.w3.org/2004/02/skos/core#",
"zbwext" : "http://zbw.eu/namespaces/zbw-extensions/",
"Pm20Folder" : "zbwext:Pm20Folder",
"CompanyFolder" : "zbwext:CompanyFolder",
"PersonFolder" : "zbwext:PersonFolder",
"SubjectFolder" : "zbwext:SubjectFolder",
"WareFolder" : "zbwext:WareFolder",
"viewUrl" : {
"@id" : "zbwext:viewUrl",
"@type":"@id"
},
"wdIdentifier" : {
"@id" : "zbwext:wdIdentifier",
"@container" : "@set"
},
"wikipediaPage" : {
"@id" : "foaf:page",
"@type":"@id",
"@container" : "@set"
},
"about" : {
"@id" : "schema:about"
},
"location" : {
"@id" : "schema:location",
"@container" : "@set"
},
"industry" : {
"@id" : "schema:industry",
"@container" : "@set"
},
"altLabel" : {
"@id" : "skos:altLabel",
"@container" : "@set"
},
"temporal" : {
"@id" : "dct:temporal",
"@container" : "@set"
},
"note" : {
"@id" : "skos:note",
"@container" : "@set"
},
"prefLabel" : "skos:prefLabel",
"organizationType" : "dc:type",
"identifier" : "dct:identifier",
"birthDate" : "schema:birthDate",
"deathDate" : "schema:deathDate",
"hasOccupation" : "schema:hasOccupation",
"nationality" : "schema:nationality",
"dateOfBirthAndDeath" : "gndo:dateOfBirthAndDeath",
"gndIdentifier" : "gndo:gndIdentifier",
"foundingDate" : "schema:foundingDate",
"dissolutionDate" : "schema:dissolutionDate",
"member" : {
"@id" : "schema:member",
"@container" : "@set"
},
"relatedPerson" : {
"@id" : "gndo:relatedPerson",
"@container" : "@set"
},
"hasPart" : {
"@id" : "dct:hasPart",
"@container" : "@set"
},
"roleName" : "schema:roleName",
"url" : "schema:url",
"name" : "schema:name",
"isPartOf" : "dct:isPartOf",
"precedingCorporateBody" : {
"@id" : "gndo:precedingCorporateBody",
"@container" : "@set"
},
"succeedingCorporateBody" : {
"@id" : "gndo:succeedingCorporateBody",
"@container" : "@set"
},
"relatedCorporateBody" : {
"@id" : "gndo:relatedCorporateBody",
"@container" : "@set"
},
"parentOrganization" : {
"@id" : "schema:parentOrganization",
"@container" : "@set"
},
"subOrganization" : {
"@id" : "schema:subOrganization",
"@container" : "@set"
},
"broaderLocation" : {
"@id" : "zbwext:broaderLocation",
"@container" : "@set"
},
"includesInstitutionNamed" : {
"@id" : "zbwext:includesInstitutionNamed",
"@container" : "@set"
},
"activity" : {
"@id" : "zbwext:activity",
"@container" : "@set"
},
"fromTo" : "zbwext:fromTo",
"totalDocCount" : "zbwext:totalDocCount",
"freeDocCount" : "zbwext:freeDocCount",
"reportCount" : "zbwext:reportCount",
"editorialNote" : "skos:editorialNote",
"notation" : "skos:notation",
"locatedIn" : "gn:locatedIn",
"hasCountryCode" : "frapo:hasCountryCode"
}
}