@@ -6,6 +6,7 @@ class JSON::LD::Context
6
6
add_preloaded ( "http://lov.okfn.org/dataset/lov/context" ) do
7
7
new ( term_definitions : {
8
8
"SAN" => TermDefinition . new ( "SAN" , id : "http://www.irit.fr/recherches/MELODI/ontologies/SAN#" , simple : true , prefix : true ) ,
9
+ "a-loc" => TermDefinition . new ( "a-loc" , id : "https://w3id.org/arco/ontology/location/" , simple : true , prefix : true ) ,
9
10
"acco" => TermDefinition . new ( "acco" , id : "http://purl.org/acco/ns#" , simple : true , prefix : true ) ,
10
11
"acl" => TermDefinition . new ( "acl" , id : "http://www.w3.org/ns/auth/acl#" , simple : true , prefix : true ) ,
11
12
"acm" => TermDefinition . new ( "acm" , id : "http://acm.rkbexplorer.com/ontologies/acm#" , simple : true , prefix : true ) ,
@@ -72,11 +73,13 @@ class JSON::LD::Context
72
73
"ccp" => TermDefinition . new ( "ccp" , id : "http://cookingbigdata.com/linkeddata/ccpricing#" , simple : true , prefix : true ) ,
73
74
"ccr" => TermDefinition . new ( "ccr" , id : "http://cookingbigdata.com/linkeddata/ccregions#" , simple : true , prefix : true ) ,
74
75
"ccsla" => TermDefinition . new ( "ccsla" , id : "http://cookingbigdata.com/linkeddata/ccsla#" , simple : true , prefix : true ) ,
76
+ "cdesc" => TermDefinition . new ( "cdesc" , id : "https://w3id.org/arco/ontology/context-description/" , simple : true , prefix : true ) ,
75
77
"cdm" => TermDefinition . new ( "cdm" , id : "http://purl.org/twc/ontology/cdm.owl#" , simple : true , prefix : true ) ,
76
78
"cdtype" => TermDefinition . new ( "cdtype" , id : "http://purl.org/cld/cdtype/" , simple : true , prefix : true ) ,
77
79
"ceo" => TermDefinition . new ( "ceo" , id : "http://www.ebusiness-unibw.org/ontologies/consumerelectronics/v1#" , simple : true , prefix : true ) ,
78
80
"cerif" => TermDefinition . new ( "cerif" , id : "http://www.eurocris.org/ontologies/cerif/1.3#" , simple : true , prefix : true ) ,
79
81
"cert" => TermDefinition . new ( "cert" , id : "http://www.w3.org/ns/auth/cert#" , simple : true , prefix : true ) ,
82
+ "cevent" => TermDefinition . new ( "cevent" , id : "https://w3id.org/arco/ontology/cultural-event/" , simple : true , prefix : true ) ,
80
83
"cff" => TermDefinition . new ( "cff" , id : "http://purl.oclc.org/NET/ssnx/cf/cf-feature#" , simple : true , prefix : true ) ,
81
84
"cfp" => TermDefinition . new ( "cfp" , id : "http://purl.oclc.org/NET/ssnx/cf/cf-property#" , simple : true , prefix : true ) ,
82
85
"cfrl" => TermDefinition . new ( "cfrl" , id : "http://linkeddata.finki.ukim.mk/lod/ontology/cfrl#" , simple : true , prefix : true ) ,
@@ -96,6 +99,7 @@ class JSON::LD::Context
96
99
"cold" => TermDefinition . new ( "cold" , id : "http://purl.org/configurationontology#" , simple : true , prefix : true ) ,
97
100
"coll" => TermDefinition . new ( "coll" , id : "http://purl.org/co/" , simple : true , prefix : true ) ,
98
101
"comm" => TermDefinition . new ( "comm" , id : "http://vocab.resc.info/communication#" , simple : true , prefix : true ) ,
102
+ "common" => TermDefinition . new ( "common" , id : "http://www.w3.org/2007/uwa/context/common.owl#" , simple : true , prefix : true ) ,
99
103
"con" => TermDefinition . new ( "con" , id : "http://www.w3.org/2000/10/swap/pim/contact#" , simple : true , prefix : true ) ,
100
104
"conversion" => TermDefinition . new ( "conversion" , id : "http://purl.org/twc/vocab/conversion/" , simple : true , prefix : true ) ,
101
105
"coo" => TermDefinition . new ( "coo" , id : "http://purl.org/coo/ns#" , simple : true , prefix : true ) ,
@@ -109,6 +113,7 @@ class JSON::LD::Context
109
113
"csvw" => TermDefinition . new ( "csvw" , id : "http://www.w3.org/ns/csvw#" , simple : true , prefix : true ) ,
110
114
"ct" => TermDefinition . new ( "ct" , id : "http://www.tele.pw.edu.pl/~sims-onto/ConnectivityType.owl#" , simple : true , prefix : true ) ,
111
115
"ctag" => TermDefinition . new ( "ctag" , id : "http://commontag.org/ns#" , simple : true , prefix : true ) ,
116
+ "ctlog" => TermDefinition . new ( "ctlog" , id : "https://w3id.org/arco/ontology/catalogue/" , simple : true , prefix : true ) ,
112
117
"ctorg" => TermDefinition . new ( "ctorg" , id : "http://purl.org/ctic/infraestructuras/organizacion#" , simple : true , prefix : true ) ,
113
118
"ctrl" => TermDefinition . new ( "ctrl" , id : "https://w3id.org/ibp/CTRLont#" , simple : true , prefix : true ) ,
114
119
"ctxdesc" => TermDefinition . new ( "ctxdesc" , id : "http://www.demcare.eu/ontologies/contextdescriptor.owl#" , simple : true , prefix : true ) ,
@@ -134,6 +139,7 @@ class JSON::LD::Context
134
139
"dcndl" => TermDefinition . new ( "dcndl" , id : "http://ndl.go.jp/dcndl/terms/" , simple : true , prefix : true ) ,
135
140
"dcterms" => TermDefinition . new ( "dcterms" , id : "http://purl.org/dc/terms/" , simple : true , prefix : true ) ,
136
141
"dctype" => TermDefinition . new ( "dctype" , id : "http://purl.org/dc/dcmitype/" , simple : true , prefix : true ) ,
142
+ "ddesc" => TermDefinition . new ( "ddesc" , id : "https://w3id.org/arco/ontology/denotative-description/" , simple : true , prefix : true ) ,
137
143
"decision" => TermDefinition . new ( "decision" , id : "https://decision-ontology.googlecode.com/svn/trunk/decision.owl#" , simple : true , prefix : true ) ,
138
144
"demlab" => TermDefinition . new ( "demlab" , id : "http://www.demcare.eu/ontologies/demlab.owl#" , simple : true , prefix : true ) ,
139
145
"deo" => TermDefinition . new ( "deo" , id : "http://purl.org/spar/deo/" , simple : true , prefix : true ) ,
@@ -158,6 +164,7 @@ class JSON::LD::Context
158
164
"dqm" => TermDefinition . new ( "dqm" , id : "http://purl.org/dqm-vocabulary/v1/dqm#" , simple : true , prefix : true ) ,
159
165
"dqv" => TermDefinition . new ( "dqv" , id : "http://www.w3.org/ns/dqv#" , simple : true , prefix : true ) ,
160
166
"dr" => TermDefinition . new ( "dr" , id : "http://purl.org/swan/2.0/discourse-relationships/" , simple : true , prefix : true ) ,
167
+ "drama" => TermDefinition . new ( "drama" , id : "http://www.purl.org/drammar#" , simple : true , prefix : true ) ,
161
168
"drm" => TermDefinition . new ( "drm" , id : "http://vocab.data.gov/def/drm#" , simple : true , prefix : true ) ,
162
169
"ds" => TermDefinition . new ( "ds" , id : "http://purl.org/ctic/dcat#" , simple : true , prefix : true ) ,
163
170
"dsn" => TermDefinition . new ( "dsn" , id : "http://purl.org/dsnotify/vocab/eventset/" , simple : true , prefix : true ) ,
@@ -198,6 +205,7 @@ class JSON::LD::Context
198
205
"fabio" => TermDefinition . new ( "fabio" , id : "http://purl.org/spar/fabio/" , simple : true , prefix : true ) ,
199
206
"faldo" => TermDefinition . new ( "faldo" , id : "http://biohackathon.org/resource/faldo#" , simple : true , prefix : true ) ,
200
207
"fea" => TermDefinition . new ( "fea" , id : "http://vocab.data.gov/def/fea#" , simple : true , prefix : true ) ,
208
+ "fel" => TermDefinition . new ( "fel" , id : "http://w3id.org/vcb/fel#" , simple : true , prefix : true ) ,
201
209
"fiesta-iot" => TermDefinition . new ( "fiesta-iot" , id : "http://purl.org/iot/ontology/fiesta-iot#" , simple : true , prefix : true ) ,
202
210
"foaf" => TermDefinition . new ( "foaf" , id : "http://xmlns.com/foaf/0.1/" , simple : true , prefix : true ) ,
203
211
"fog" => TermDefinition . new ( "fog" , id : "https://w3id.org/fog#" , simple : true , prefix : true ) ,
@@ -240,6 +248,7 @@ class JSON::LD::Context
240
248
"gn" => TermDefinition . new ( "gn" , id : "http://www.geonames.org/ontology#" , simple : true , prefix : true ) ,
241
249
"gndo" => TermDefinition . new ( "gndo" , id : "http://d-nb.info/standards/elementset/gnd#" , simple : true , prefix : true ) ,
242
250
"gold" => TermDefinition . new ( "gold" , id : "http://purl.org/linguistics/gold/" , simple : true , prefix : true ) ,
251
+ "gom" => TermDefinition . new ( "gom" , id : "https://w3id.org/gom#" , simple : true , prefix : true ) ,
243
252
"gov" => TermDefinition . new ( "gov" , id : "http://gov.genealogy.net/ontology.owl#" , simple : true , prefix : true ) ,
244
253
"gr" => TermDefinition . new ( "gr" , id : "http://purl.org/goodrelations/v1#" , simple : true , prefix : true ) ,
245
254
"grddl" => TermDefinition . new ( "grddl" , id : "http://www.w3.org/2003/g/data-view#" , simple : true , prefix : true ) ,
@@ -488,6 +497,7 @@ class JSON::LD::Context
488
497
"qb4o" => TermDefinition . new ( "qb4o" , id : "http://purl.org/qb4olap/cubes#" , simple : true , prefix : true ) ,
489
498
"qu" => TermDefinition . new ( "qu" , id : "http://purl.oclc.org/NET/ssnx/qu/qu#" , simple : true , prefix : true ) ,
490
499
"qudt" => TermDefinition . new ( "qudt" , id : "http://qudt.org/schema/qudt#" , simple : true , prefix : true ) ,
500
+ "r-arco" => TermDefinition . new ( "r-arco" , id : "https://w3id.org/arco/ontology/arco/" , simple : true , prefix : true ) ,
491
501
"r4r" => TermDefinition . new ( "r4r" , id : "http://guava.iis.sinica.edu.tw/r4r/" , simple : true , prefix : true ) ,
492
502
"radion" => TermDefinition . new ( "radion" , id : "http://www.w3.org/ns/radion#" , simple : true , prefix : true ) ,
493
503
"rami" => TermDefinition . new ( "rami" , id : "http://iais.fraunhofer.de/vocabs/rami#" , simple : true , prefix : true ) ,
@@ -663,6 +673,7 @@ class JSON::LD::Context
663
673
"voag" => TermDefinition . new ( "voag" , id : "http://voag.linkedmodel.org/voag#" , simple : true , prefix : true ) ,
664
674
"vocals" => TermDefinition . new ( "vocals" , id : "http://w3id.org/rsp/vocals#" , simple : true , prefix : true ) ,
665
675
"void" => TermDefinition . new ( "void" , id : "http://rdfs.org/ns/void#" , simple : true , prefix : true ) ,
676
+ "voidext" => TermDefinition . new ( "voidext" , id : "http://purl.org/query/voidext#" , simple : true , prefix : true ) ,
666
677
"voidwh" => TermDefinition . new ( "voidwh" , id : "http://www.ics.forth.gr/isl/VoIDWarehouse/VoID_Extension_Schema.owl" , simple : true ) ,
667
678
"vra" => TermDefinition . new ( "vra" , id : "http://simile.mit.edu/2003/10/ontologies/vraCore3#" , simple : true , prefix : true ) ,
668
679
"vrank" => TermDefinition . new ( "vrank" , id : "http://purl.org/voc/vrank#" , simple : true , prefix : true ) ,
0 commit comments