json-ld-preloaded 3.1.5 → 3.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/json/ld/preloaded/hydra.rb +7 -0
- data/lib/json/ld/preloaded/lov.rb +9 -0
- data/lib/json/ld/preloaded/prefix.rb +60 -8
- data/lib/json/ld/preloaded/schema.rb +2785 -2705
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42d5382343d5981d561a38c9c85fd214586cc901d35f1b576953cb215ad11e90
|
4
|
+
data.tar.gz: 49853cfde405b522a423034608a0540c97faf5193c172dc542ae796bd5f82be4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76c641dfa28d960e8dc866e75b6b122532b7f090c43e75b1283ef6343b56534f8b4b78af707912743836209c14cd8434dcd48ed0e0b76183cfd36f318a6a7e20
|
7
|
+
data.tar.gz: dea500daa0c2e811ad7d2dd109d5cb125ccf28b8632dab52892923686cb25dfae8b12aff5a58ca77ebb8db7a4540f3e93b8113e02b3c5806ac1bbfbb7369163b
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.
|
1
|
+
3.1.6
|
@@ -11,6 +11,7 @@ class JSON::LD::Context
|
|
11
11
|
"Collection" => TermDefinition.new("Collection", id: "http://www.w3.org/ns/hydra/core#Collection", simple: true),
|
12
12
|
"Error" => TermDefinition.new("Error", id: "http://www.w3.org/ns/hydra/core#Error", simple: true),
|
13
13
|
"ExplicitRepresentation" => TermDefinition.new("ExplicitRepresentation", id: "http://www.w3.org/ns/hydra/core#ExplicitRepresentation", simple: true),
|
14
|
+
"HeaderSpecification" => TermDefinition.new("HeaderSpecification", id: "http://www.w3.org/ns/hydra/core#HeaderSpecification", simple: true),
|
14
15
|
"IriTemplate" => TermDefinition.new("IriTemplate", id: "http://www.w3.org/ns/hydra/core#IriTemplate", simple: true),
|
15
16
|
"IriTemplateMapping" => TermDefinition.new("IriTemplateMapping", id: "http://www.w3.org/ns/hydra/core#IriTemplateMapping", simple: true),
|
16
17
|
"Link" => TermDefinition.new("Link", id: "http://www.w3.org/ns/hydra/core#Link", simple: true),
|
@@ -26,6 +27,7 @@ class JSON::LD::Context
|
|
26
27
|
"cc" => TermDefinition.new("cc", id: "http://creativecommons.org/ns#", simple: true, prefix: true),
|
27
28
|
"cc:attributionURL" => TermDefinition.new("cc:attributionURL", id: "http://creativecommons.org/ns#attributionURL", type_mapping: "@id"),
|
28
29
|
"cc:license" => TermDefinition.new("cc:license", id: "http://creativecommons.org/ns#license", type_mapping: "@id"),
|
30
|
+
"closedSet" => TermDefinition.new("closedSet", id: "http://www.w3.org/ns/hydra/core#possibleValue", type_mapping: "http://www.w3.org/2001/XMLSchema#boolean"),
|
29
31
|
"collection" => TermDefinition.new("collection", id: "http://www.w3.org/ns/hydra/core#collection", simple: true),
|
30
32
|
"comment" => TermDefinition.new("comment", id: "http://www.w3.org/2000/01/rdf-schema#comment", simple: true),
|
31
33
|
"dc" => TermDefinition.new("dc", id: "http://purl.org/dc/terms/", simple: true, prefix: true),
|
@@ -36,9 +38,12 @@ class JSON::LD::Context
|
|
36
38
|
"entrypoint" => TermDefinition.new("entrypoint", id: "http://www.w3.org/ns/hydra/core#entrypoint", type_mapping: "@id"),
|
37
39
|
"expects" => TermDefinition.new("expects", id: "http://www.w3.org/ns/hydra/core#expects", type_mapping: "@vocab"),
|
38
40
|
"expectsHeader" => TermDefinition.new("expectsHeader", id: "http://www.w3.org/ns/hydra/core#expectsHeader", type_mapping: "http://www.w3.org/2001/XMLSchema#string"),
|
41
|
+
"extension" => TermDefinition.new("extension", id: "http://www.w3.org/ns/hydra/core#extension", type_mapping: "@id"),
|
39
42
|
"first" => TermDefinition.new("first", id: "http://www.w3.org/ns/hydra/core#first", type_mapping: "@id"),
|
40
43
|
"freetextQuery" => TermDefinition.new("freetextQuery", id: "http://www.w3.org/ns/hydra/core#freetextQuery", simple: true),
|
44
|
+
"headerName" => TermDefinition.new("headerName", id: "http://www.w3.org/ns/hydra/core#headerName", simple: true),
|
41
45
|
"hydra" => TermDefinition.new("hydra", id: "http://www.w3.org/ns/hydra/core#", simple: true, prefix: true),
|
46
|
+
"isDefinedBy" => TermDefinition.new("isDefinedBy", id: "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", type_mapping: "@id"),
|
42
47
|
"label" => TermDefinition.new("label", id: "http://www.w3.org/2000/01/rdf-schema#label", simple: true),
|
43
48
|
"last" => TermDefinition.new("last", id: "http://www.w3.org/ns/hydra/core#last", type_mapping: "@id"),
|
44
49
|
"limit" => TermDefinition.new("limit", id: "http://www.w3.org/ns/hydra/core#limit", type_mapping: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"),
|
@@ -47,6 +52,7 @@ class JSON::LD::Context
|
|
47
52
|
"member" => TermDefinition.new("member", id: "http://www.w3.org/ns/hydra/core#member", type_mapping: "@id"),
|
48
53
|
"memberAssertion" => TermDefinition.new("memberAssertion", id: "http://www.w3.org/ns/hydra/core#memberAssertion", simple: true),
|
49
54
|
"method" => TermDefinition.new("method", id: "http://www.w3.org/ns/hydra/core#method", simple: true),
|
55
|
+
"name" => TermDefinition.new("name", id: "http://www.w3.org/ns/hydra/core#name", type_mapping: "http://www.w3.org/2001/XMLSchema#string"),
|
50
56
|
"next" => TermDefinition.new("next", id: "http://www.w3.org/ns/hydra/core#next", type_mapping: "@id"),
|
51
57
|
"object" => TermDefinition.new("object", id: "http://www.w3.org/ns/hydra/core#object", type_mapping: "@vocab"),
|
52
58
|
"offset" => TermDefinition.new("offset", id: "http://www.w3.org/ns/hydra/core#offset", type_mapping: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"),
|
@@ -55,6 +61,7 @@ class JSON::LD::Context
|
|
55
61
|
"pageIndex" => TermDefinition.new("pageIndex", id: "http://www.w3.org/ns/hydra/core#pageIndex", type_mapping: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"),
|
56
62
|
"pageReference" => TermDefinition.new("pageReference", id: "http://www.w3.org/ns/hydra/core#pageReference"),
|
57
63
|
"possibleStatus" => TermDefinition.new("possibleStatus", id: "http://www.w3.org/ns/hydra/core#possibleStatus", type_mapping: "@id"),
|
64
|
+
"possibleValue" => TermDefinition.new("possibleValue", id: "http://www.w3.org/ns/hydra/core#possibleValue", simple: true),
|
58
65
|
"preferredPrefix" => TermDefinition.new("preferredPrefix", id: "http://purl.org/vocab/vann/preferredNamespacePrefix", simple: true),
|
59
66
|
"previous" => TermDefinition.new("previous", id: "http://www.w3.org/ns/hydra/core#previous", type_mapping: "@id"),
|
60
67
|
"property" => TermDefinition.new("property", id: "http://www.w3.org/ns/hydra/core#property", type_mapping: "@vocab"),
|
@@ -305,6 +305,7 @@ class JSON::LD::Context
|
|
305
305
|
"ioto" => TermDefinition.new("ioto", id: "http://www.irit.fr/recherches/MELODI/ontologies/IoT-O#", simple: true, prefix: true),
|
306
306
|
"iottaxolite" => TermDefinition.new("iottaxolite", id: "http://purl.org/iot/vocab/iot-taxonomy-lite#", simple: true, prefix: true),
|
307
307
|
"ipo" => TermDefinition.new("ipo", id: "http://purl.org/ipo/core#", simple: true, prefix: true),
|
308
|
+
"irao" => TermDefinition.new("irao", id: "http://ontology.ethereal.cz/irao/", simple: true, prefix: true),
|
308
309
|
"irw" => TermDefinition.new("irw", id: "http://www.ontologydesignpatterns.org/ont/web/irw.owl#", simple: true, prefix: true),
|
309
310
|
"is" => TermDefinition.new("is", id: "http://purl.org/ontology/is/core#", simple: true, prefix: true),
|
310
311
|
"isbd" => TermDefinition.new("isbd", id: "http://iflastandards.info/ns/isbd/elements/", simple: true, prefix: true),
|
@@ -330,11 +331,13 @@ class JSON::LD::Context
|
|
330
331
|
"ldr" => TermDefinition.new("ldr", id: "http://purl.oclc.org/NET/ldr/ns#", simple: true, prefix: true),
|
331
332
|
"ldvm" => TermDefinition.new("ldvm", id: "http://linked.opendata.cz/ontology/ldvm/", simple: true, prefix: true),
|
332
333
|
"lemon" => TermDefinition.new("lemon", id: "http://lemon-model.net/lemon#", simple: true, prefix: true),
|
334
|
+
"lexdcp" => TermDefinition.new("lexdcp", id: "http://www.w3.org/ns/lemon/decomp#", simple: true, prefix: true),
|
333
335
|
"lexinfo" => TermDefinition.new("lexinfo", id: "http://www.lexinfo.net/ontology/2.0/lexinfo#", simple: true, prefix: true),
|
334
336
|
"lgdo" => TermDefinition.new("lgdo", id: "http://linkedgeodata.org/ontology/", simple: true, prefix: true),
|
335
337
|
"li" => TermDefinition.new("li", id: "http://def.seegrid.csiro.au/isotc211/iso19115/2003/lineage#", simple: true, prefix: true),
|
336
338
|
"lib" => TermDefinition.new("lib", id: "http://purl.org/library/", simple: true, prefix: true),
|
337
339
|
"lifecycle" => TermDefinition.new("lifecycle", id: "http://purl.org/vocab/lifecycle/schema#", simple: true, prefix: true),
|
340
|
+
"lime" => TermDefinition.new("lime", id: "http://www.w3.org/ns/lemon/lime#", simple: true, prefix: true),
|
338
341
|
"limo" => TermDefinition.new("limo", id: "http://purl.org/limo-ontology/limo#", simple: true, prefix: true),
|
339
342
|
"limoo" => TermDefinition.new("limoo", id: "http://purl.org/LiMo/0.1#", simple: true, prefix: true),
|
340
343
|
"lingvo" => TermDefinition.new("lingvo", id: "https://w3id.org/vocab/lingvoj#", simple: true, prefix: true),
|
@@ -446,6 +449,7 @@ class JSON::LD::Context
|
|
446
449
|
"omnlc" => TermDefinition.new("omnlc", id: "http://open-multinet.info/ontology/omn-lifecycle#", simple: true, prefix: true),
|
447
450
|
"onc" => TermDefinition.new("onc", id: "http://www.ics.forth.gr/isl/oncm/core#", simple: true, prefix: true),
|
448
451
|
"ont" => TermDefinition.new("ont", id: "http://purl.org/net/ns/ontology-annot#", simple: true, prefix: true),
|
452
|
+
"ontolex" => TermDefinition.new("ontolex", id: "http://www.w3.org/ns/lemon/ontolex#", simple: true, prefix: true),
|
449
453
|
"ontopic" => TermDefinition.new("ontopic", id: "http://www.ontologydesignpatterns.org/ont/dul/ontopic.owl#", simple: true, prefix: true),
|
450
454
|
"ontosec" => TermDefinition.new("ontosec", id: "http://www.semanticweb.org/ontologies/2008/11/OntologySecurity.owl#", simple: true, prefix: true),
|
451
455
|
"onyx" => TermDefinition.new("onyx", id: "http://www.gsi.dit.upm.es/ontologies/onyx/ns#", simple: true, prefix: true),
|
@@ -560,6 +564,7 @@ class JSON::LD::Context
|
|
560
564
|
"rel" => TermDefinition.new("rel", id: "http://purl.org/vocab/relationship/", simple: true, prefix: true),
|
561
565
|
"remetca" => TermDefinition.new("remetca", id: "http://www.purl.org/net/remetca#", simple: true, prefix: true),
|
562
566
|
"rev" => TermDefinition.new("rev", id: "http://purl.org/stuff/rev#", simple: true, prefix: true),
|
567
|
+
"rico" => TermDefinition.new("rico", id: "https://www.ica.org/standards/RiC/ontology#", simple: true, prefix: true),
|
563
568
|
"rlog" => TermDefinition.new("rlog", id: "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#", simple: true, prefix: true),
|
564
569
|
"ro" => TermDefinition.new("ro", id: "http://purl.org/wf4ever/ro#", simple: true, prefix: true),
|
565
570
|
"rooms" => TermDefinition.new("rooms", id: "http://vocab.deri.ie/rooms#", simple: true, prefix: true),
|
@@ -567,6 +572,7 @@ class JSON::LD::Context
|
|
567
572
|
"rr" => TermDefinition.new("rr", id: "http://www.w3.org/ns/r2rml#", simple: true, prefix: true),
|
568
573
|
"rsctx" => TermDefinition.new("rsctx", id: "http://softeng.polito.it/rsctx#", simple: true, prefix: true),
|
569
574
|
"rss" => TermDefinition.new("rss", id: "http://purl.org/rss/1.0/", simple: true, prefix: true),
|
575
|
+
"rto" => TermDefinition.new("rto", id: "https://w3id.org/rail/topo#", simple: true, prefix: true),
|
570
576
|
"ru" => TermDefinition.new("ru", id: "http://purl.org/imbi/ru-meta.owl#", simple: true, prefix: true),
|
571
577
|
"ruto" => TermDefinition.new("ruto", id: "http://rdfunit.aksw.org/ns/core#", simple: true, prefix: true),
|
572
578
|
"s4ac" => TermDefinition.new("s4ac", id: "http://ns.inria.fr/s4ac/v2#", simple: true, prefix: true),
|
@@ -615,6 +621,7 @@ class JSON::LD::Context
|
|
615
621
|
"security" => TermDefinition.new("security", id: "http://securitytoolbox.appspot.com/securityMain#", simple: true, prefix: true),
|
616
622
|
"sem" => TermDefinition.new("sem", id: "http://semanticweb.cs.vu.nl/2009/11/sem/", simple: true, prefix: true),
|
617
623
|
"semio" => TermDefinition.new("semio", id: "http://www.lingvoj.org/semio#", simple: true, prefix: true),
|
624
|
+
"semiotics" => TermDefinition.new("semiotics", id: "http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl#", simple: true, prefix: true),
|
618
625
|
"semsur" => TermDefinition.new("semsur", id: "http://purl.org/SemSur/", simple: true, prefix: true),
|
619
626
|
"seo" => TermDefinition.new("seo", id: "http://purl.org/seo/", simple: true, prefix: true),
|
620
627
|
"seq" => TermDefinition.new("seq", id: "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#", simple: true, prefix: true),
|
@@ -661,6 +668,7 @@ class JSON::LD::Context
|
|
661
668
|
"swpo" => TermDefinition.new("swpo", id: "http://sw-portal.deri.org/ontologies/swportal#", simple: true, prefix: true),
|
662
669
|
"swrc" => TermDefinition.new("swrc", id: "http://swrc.ontoware.org/ontology#", simple: true, prefix: true),
|
663
670
|
"swrl" => TermDefinition.new("swrl", id: "http://www.w3.org/2003/11/swrl#", simple: true, prefix: true),
|
671
|
+
"synsem" => TermDefinition.new("synsem", id: "http://www.w3.org/ns/lemon/synsem#", simple: true, prefix: true),
|
664
672
|
"tac" => TermDefinition.new("tac", id: "http://ns.bergnet.org/tac/0.1/triple-access-control#", simple: true, prefix: true),
|
665
673
|
"tag" => TermDefinition.new("tag", id: "http://www.holygoat.co.uk/owl/redwood/0.1/tags/", simple: true, prefix: true),
|
666
674
|
"tao" => TermDefinition.new("tao", id: "http://vocab.deri.ie/tao#", simple: true, prefix: true),
|
@@ -711,6 +719,7 @@ class JSON::LD::Context
|
|
711
719
|
"vaem" => TermDefinition.new("vaem", id: "http://www.linkedmodel.org/schema/vaem#", simple: true, prefix: true),
|
712
720
|
"vag" => TermDefinition.new("vag", id: "http://www.essepuntato.it/2013/10/vagueness/", simple: true, prefix: true),
|
713
721
|
"vann" => TermDefinition.new("vann", id: "http://purl.org/vocab/vann/", simple: true, prefix: true),
|
722
|
+
"vartrans" => TermDefinition.new("vartrans", id: "http://www.w3.org/ns/lemon/vartrans#", simple: true, prefix: true),
|
714
723
|
"vcard" => TermDefinition.new("vcard", id: "http://www.w3.org/2006/vcard/ns#", simple: true, prefix: true),
|
715
724
|
"vdpp" => TermDefinition.new("vdpp", id: "http://data.lirmm.fr/ontologies/vdpp#", simple: true, prefix: true),
|
716
725
|
"veo" => TermDefinition.new("veo", id: "http://linkeddata.finki.ukim.mk/lod/ontology/veo#", simple: true, prefix: true),
|
@@ -133,12 +133,14 @@ class JSON::LD::Context
|
|
133
133
|
"bbccore" => TermDefinition.new("bbccore", id: "http://www.bbc.co.uk/ontologies/coreconcepts/", simple: true, prefix: true),
|
134
134
|
"bbcprov" => TermDefinition.new("bbcprov", id: "http://www.bbc.co.uk/ontologies/provenance/", simple: true, prefix: true),
|
135
135
|
"bblfish" => TermDefinition.new("bblfish", id: "http://bblfish.net/people/henry/card#", simple: true, prefix: true),
|
136
|
+
"bcfowl" => TermDefinition.new("bcfowl", id: "http://lbd.arch.rwth-aachen.de/bcfOWL#", simple: true, prefix: true),
|
136
137
|
"bci" => TermDefinition.new("bci", id: "https://w3id.org/BCI-ontology#", simple: true, prefix: true),
|
137
138
|
"bcnbio" => TermDefinition.new("bcnbio", id: "http://datos.bcn.cl/ontologies/bcn-biographies#", simple: true, prefix: true),
|
138
139
|
"bcncon" => TermDefinition.new("bcncon", id: "http://datos.bcn.cl/ontologies/bcn-congress#", simple: true, prefix: true),
|
139
140
|
"bcngeo" => TermDefinition.new("bcngeo", id: "http://datos.bcn.cl/ontologies/bcn-geographics#", simple: true, prefix: true),
|
140
141
|
"bcnnorms" => TermDefinition.new("bcnnorms", id: "http://datos.bcn.cl/ontologies/bcn-norms#", simple: true, prefix: true),
|
141
142
|
"bco" => TermDefinition.new("bco", id: "http://purl.obolibrary.org/obo/bco.owl#", simple: true, prefix: true),
|
143
|
+
"bcom" => TermDefinition.new("bcom", id: "https://w3id.org/bcom#", simple: true, prefix: true),
|
142
144
|
"bd" => TermDefinition.new("bd", id: "http://www.bigdata.com/rdf#", simple: true, prefix: true),
|
143
145
|
"bdc" => TermDefinition.new("bdc", id: "http://dbpedia.org/resource/Category:", simple: true, prefix: true),
|
144
146
|
"bdd" => TermDefinition.new("bdd", id: "https://api.bloomberg.com/eap/catalogs/bbg/fields/", simple: true, prefix: true),
|
@@ -204,6 +206,7 @@ class JSON::LD::Context
|
|
204
206
|
"bob" => TermDefinition.new("bob", id: "http://good.dad/meaning/bob#", simple: true, prefix: true),
|
205
207
|
"book" => TermDefinition.new("book", id: "http://purl.org/NET/book/vocab#", simple: true, prefix: true),
|
206
208
|
"bookmark" => TermDefinition.new("bookmark", id: "http://www.w3.org/2002/01/bookmark#", simple: true, prefix: true),
|
209
|
+
"bop" => TermDefinition.new("bop", id: "https://w3id.org/bop#", simple: true, prefix: true),
|
207
210
|
"bot" => TermDefinition.new("bot", id: "https://w3id.org/bot#", simple: true, prefix: true),
|
208
211
|
"botany" => TermDefinition.new("botany", id: "http://purl.org/NET/biol/botany#", simple: true, prefix: true),
|
209
212
|
"bp" => TermDefinition.new("bp", id: "http://www.biopax.org/release/biopax-level3.owl#", simple: true, prefix: true),
|
@@ -247,6 +250,7 @@ class JSON::LD::Context
|
|
247
250
|
"cbim" => TermDefinition.new("cbim", id: "http://www.coinsweb.nl/cbim-2.0.rdf#", simple: true, prefix: true),
|
248
251
|
"cbo" => TermDefinition.new("cbo", id: "http://comicmeta.org/cbo/", simple: true, prefix: true),
|
249
252
|
"cbs" => TermDefinition.new("cbs", id: "http://betalinkeddata.cbs.nl/def/cbs#", simple: true, prefix: true),
|
253
|
+
"cbv" => TermDefinition.new("cbv", id: "https://ns.gs1.org/cbv/", simple: true, prefix: true),
|
250
254
|
"cc" => TermDefinition.new("cc", id: "http://creativecommons.org/ns#", simple: true, prefix: true),
|
251
255
|
"ccard" => TermDefinition.new("ccard", id: "http://purl.org/commerce/creditcard#", simple: true, prefix: true),
|
252
256
|
"cci" => TermDefinition.new("cci", id: "http://cookingbigdata.com/linkeddata/ccinstances#", simple: true, prefix: true),
|
@@ -278,6 +282,7 @@ class JSON::LD::Context
|
|
278
282
|
"changeset" => TermDefinition.new("changeset", id: "http://purl.org/vocab/changeset/schema#", simple: true, prefix: true),
|
279
283
|
"chear" => TermDefinition.new("chear", id: "http://hadatac.org/ont/chear#", simple: true, prefix: true),
|
280
284
|
"chebi" => TermDefinition.new("chebi", id: "http://bio2rdf.org/chebi:", simple: true, prefix: true),
|
285
|
+
"check" => TermDefinition.new("check", id: "http://pornhub.com/", simple: true, prefix: true),
|
281
286
|
"chembl" => TermDefinition.new("chembl", id: "http://rdf.ebi.ac.uk/terms/chembl#", simple: true, prefix: true),
|
282
287
|
"cheminf" => TermDefinition.new("cheminf", id: "http://www.semanticweb.org/ontologies/cheminf.owl#", simple: true, prefix: true),
|
283
288
|
"chemsci" => TermDefinition.new("chemsci", id: "https://w3id.org/skgo/chemsci#", simple: true, prefix: true),
|
@@ -287,7 +292,9 @@ class JSON::LD::Context
|
|
287
292
|
"cidoc" => TermDefinition.new("cidoc", id: "http://www.cidoc-crm.org/cidoc-crm/", simple: true, prefix: true),
|
288
293
|
"cidoccrm" => TermDefinition.new("cidoccrm", id: "http://purl.org/NET/cidoc-crm/core#", simple: true, prefix: true),
|
289
294
|
"cim" => TermDefinition.new("cim", id: "http://iec.ch/TC57/2013/CIM-schema-cim16#", simple: true, prefix: true),
|
295
|
+
"cinema" => TermDefinition.new("cinema", id: "http://www.semanticweb.org/julien/morgann/cinema#", simple: true, prefix: true),
|
290
296
|
"cis" => TermDefinition.new("cis", id: "http://purl.org/NET/cloudisus#", simple: true, prefix: true),
|
297
|
+
"citedcat" => TermDefinition.new("citedcat", id: "https://w3id.org/citedcat-ap/", simple: true, prefix: true),
|
291
298
|
"cito" => TermDefinition.new("cito", id: "http://purl.org/spar/cito/", simple: true, prefix: true),
|
292
299
|
"citof" => TermDefinition.new("citof", id: "http://www.essepuntato.it/2013/03/cito-functions#", simple: true, prefix: true),
|
293
300
|
"city" => TermDefinition.new("city", id: "http://datos.localidata.com/def/City#", simple: true, prefix: true),
|
@@ -320,6 +327,7 @@ class JSON::LD::Context
|
|
320
327
|
"commerce" => TermDefinition.new("commerce", id: "http://search.yahoo.com/searchmonkey/commerce/", simple: true, prefix: true),
|
321
328
|
"common" => TermDefinition.new("common", id: "http://www.w3.org/2007/uwa/context/common.owl#", simple: true, prefix: true),
|
322
329
|
"commons" => TermDefinition.new("commons", id: "http://commons.psi.enakting.org/def/", simple: true, prefix: true),
|
330
|
+
"comp" => TermDefinition.new("comp", id: "http://semweb.mmlab.be/ns/rml-compression#", simple: true, prefix: true),
|
323
331
|
"company" => TermDefinition.new("company", id: "http://intellimind.io/ns/company#", simple: true, prefix: true),
|
324
332
|
"compass" => TermDefinition.new("compass", id: "http://purl.org/net/compass#", simple: true, prefix: true),
|
325
333
|
"composer" => TermDefinition.new("composer", id: "http://dbpedia.org/ontology/composer/", simple: true, prefix: true),
|
@@ -328,7 +336,7 @@ class JSON::LD::Context
|
|
328
336
|
"condition" => TermDefinition.new("condition", id: "http://www.kinjal.com/condition:", simple: true, prefix: true),
|
329
337
|
"conf" => TermDefinition.new("conf", id: "http://richard.cyganiak.de/2007/pubby/config.rdf#", simple: true, prefix: true),
|
330
338
|
"conference" => TermDefinition.new("conference", id: "https://w3id.org/scholarlydata/ontology/conference-ontology.owl#", simple: true, prefix: true),
|
331
|
-
"conll" => TermDefinition.new("conll", id: "
|
339
|
+
"conll" => TermDefinition.new("conll", id: "https://universaldependencies.org/format.html#", simple: true, prefix: true),
|
332
340
|
"connard" => TermDefinition.new("connard", id: "https://mail.google.com/mail/u/1/#", simple: true, prefix: true),
|
333
341
|
"conserv" => TermDefinition.new("conserv", id: "http://conserv.deri.ie/ontology#", simple: true, prefix: true),
|
334
342
|
"constant" => TermDefinition.new("constant", id: "http://qudt.org/vocab/constant/", simple: true, prefix: true),
|
@@ -354,6 +362,7 @@ class JSON::LD::Context
|
|
354
362
|
"cpa" => TermDefinition.new("cpa", id: "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#", simple: true, prefix: true),
|
355
363
|
"cpack" => TermDefinition.new("cpack", id: "http://cliopatria.swi-prolog.org/schema/cpack#", simple: true, prefix: true),
|
356
364
|
"cpant" => TermDefinition.new("cpant", id: "http://purl.org/NET/cpan-uri/terms#", simple: true, prefix: true),
|
365
|
+
"cpg" => TermDefinition.new("cpg", id: "http://modellingdh.github.io/ont/odp/pgc/", simple: true, prefix: true),
|
357
366
|
"cpi" => TermDefinition.new("cpi", id: "http://www.ebusiness-unibw.org/ontologies/cpi/ns#", simple: true, prefix: true),
|
358
367
|
"cpm" => TermDefinition.new("cpm", id: "http://catalogus-professorum.org/cpm/2/", simple: true, prefix: true),
|
359
368
|
"cpov" => TermDefinition.new("cpov", id: "http://data.europa.eu/m8g/", simple: true, prefix: true),
|
@@ -410,7 +419,7 @@ class JSON::LD::Context
|
|
410
419
|
"d2s" => TermDefinition.new("d2s", id: "https://w3id.org/d2s/", simple: true, prefix: true),
|
411
420
|
"d3s" => TermDefinition.new("d3s", id: "http://vocbench.solidaridad.cloud/taxonomies#", simple: true, prefix: true),
|
412
421
|
"da" => TermDefinition.new("da", id: "https://www.wowman.org/index.php?id=1&type=get#", simple: true, prefix: true),
|
413
|
-
"daap" => TermDefinition.new("daap", id: "http://daap.
|
422
|
+
"daap" => TermDefinition.new("daap", id: "http://daap.dsi.universite-paris-saclay.fr/wiki/", simple: true, prefix: true),
|
414
423
|
"dady" => TermDefinition.new("dady", id: "http://purl.org/NET/dady#", simple: true, prefix: true),
|
415
424
|
"daia" => TermDefinition.new("daia", id: "http://purl.org/ontology/daia/", simple: true, prefix: true),
|
416
425
|
"daiaserv" => TermDefinition.new("daiaserv", id: "http://purl.org/ontology/daia/Service/", simple: true, prefix: true),
|
@@ -542,6 +551,7 @@ class JSON::LD::Context
|
|
542
551
|
"doco" => TermDefinition.new("doco", id: "http://purl.org/spar/doco/", simple: true, prefix: true),
|
543
552
|
"dogont" => TermDefinition.new("dogont", id: "http://elite.polito.it/ontologies/dogont.owl#", simple: true, prefix: true),
|
544
553
|
"doi" => TermDefinition.new("doi", id: "https://doi.org/", simple: true, prefix: true),
|
554
|
+
"dom" => TermDefinition.new("dom", id: "https://html.spec.whatwg.org/#", simple: true, prefix: true),
|
545
555
|
"donto" => TermDefinition.new("donto", id: "http://reference.data.gov.au/def/ont/dataset#", simple: true, prefix: true),
|
546
556
|
"door" => TermDefinition.new("door", id: "http://kannel.open.ac.uk/ontology#", simple: true, prefix: true),
|
547
557
|
"dossier" => TermDefinition.new("dossier", id: "https://data.omgeving.vlaanderen.be/ns/dossier#", simple: true, prefix: true),
|
@@ -581,6 +591,7 @@ class JSON::LD::Context
|
|
581
591
|
"dvia" => TermDefinition.new("dvia", id: "http://data.eurecom.fr/ontology/dvia#", simple: true, prefix: true),
|
582
592
|
"dwc" => TermDefinition.new("dwc", id: "http://rs.tdwg.org/dwc/terms/", simple: true, prefix: true),
|
583
593
|
"dwciri" => TermDefinition.new("dwciri", id: "http://rs.tdwg.org/dwc/iri/", simple: true, prefix: true),
|
594
|
+
"ea" => TermDefinition.new("ea", id: "http://eaontology.protect.linkeddata.es/def/", simple: true, prefix: true),
|
584
595
|
"eame" => TermDefinition.new("eame", id: "http://www.semanticweb.org/ontologia_EA#", simple: true, prefix: true),
|
585
596
|
"ean" => TermDefinition.new("ean", id: "http://openean.kaufkauf.net/id/", simple: true, prefix: true),
|
586
597
|
"earl" => TermDefinition.new("earl", id: "http://www.w3.org/ns/earl#", simple: true, prefix: true),
|
@@ -636,6 +647,7 @@ class JSON::LD::Context
|
|
636
647
|
"employee" => TermDefinition.new("employee", id: "http://www.employee.com/data#", simple: true, prefix: true),
|
637
648
|
"emtr" => TermDefinition.new("emtr", id: "http://purl.org/NET/ssnext/electricmeters#", simple: true, prefix: true),
|
638
649
|
"enc" => TermDefinition.new("enc", id: "http://www.w3.org/2001/04/xmlenc#", simple: true, prefix: true),
|
650
|
+
"encargado" => TermDefinition.new("encargado", id: "http://semRAT.edu/", simple: true, prefix: true),
|
639
651
|
"ends" => TermDefinition.new("ends", id: "http://labs.mondeca.com/vocab/endpointStatus#", simple: true, prefix: true),
|
640
652
|
"enhancer" => TermDefinition.new("enhancer", id: "http://stanbol.apache.org/ontology/enhancer/enhancer#", simple: true, prefix: true),
|
641
653
|
"ens" => TermDefinition.new("ens", id: "http://models.okkam.org/ENS-core-vocabulary.owl#", simple: true, prefix: true),
|
@@ -643,6 +655,7 @@ class JSON::LD::Context
|
|
643
655
|
"environ" => TermDefinition.new("environ", id: "http://eulersharp.sourceforge.net/2003/03swap/environment#", simple: true, prefix: true),
|
644
656
|
"eol" => TermDefinition.new("eol", id: "http://purl.org/biodiversity/eol/", simple: true, prefix: true),
|
645
657
|
"ep" => TermDefinition.new("ep", id: "http://eprints.org/ontology/", simple: true, prefix: true),
|
658
|
+
"epcis" => TermDefinition.new("epcis", id: "https://ns.gs1.org/epcis/", simple: true, prefix: true),
|
646
659
|
"eppl" => TermDefinition.new("eppl", id: "https://w3id.org/ep-plan#", simple: true, prefix: true),
|
647
660
|
"epplan" => TermDefinition.new("epplan", id: "https://w3id.org/ep-plan#", simple: true, prefix: true),
|
648
661
|
"eppo" => TermDefinition.new("eppo", id: "https://gd.eppo.int/taxon/", simple: true, prefix: true),
|
@@ -698,6 +711,7 @@ class JSON::LD::Context
|
|
698
711
|
"evident" => TermDefinition.new("evident", id: "http://purl.org/net/evident#", simple: true, prefix: true),
|
699
712
|
"evopat" => TermDefinition.new("evopat", id: "http://ns.aksw.org/Evolution/", simple: true, prefix: true),
|
700
713
|
"evset" => TermDefinition.new("evset", id: "http://dsnotify.org/vocab/eventset/0.1/", simple: true, prefix: true),
|
714
|
+
"ewg" => TermDefinition.new("ewg", id: "http://ethoinformatics.org/", simple: true, prefix: true),
|
701
715
|
"ex" => TermDefinition.new("ex", id: "http://example.org/", simple: true, prefix: true),
|
702
716
|
"example" => TermDefinition.new("example", id: "http://www.example.org/rdf#", simple: true, prefix: true),
|
703
717
|
"exif" => TermDefinition.new("exif", id: "http://www.w3.org/2003/12/exif/ns#", simple: true, prefix: true),
|
@@ -708,6 +722,7 @@ class JSON::LD::Context
|
|
708
722
|
"eye" => TermDefinition.new("eye", id: "http://jena.hpl.hp.com/Eyeball#", simple: true, prefix: true),
|
709
723
|
"ezcontext" => TermDefinition.new("ezcontext", id: "http://ontologies.ezweb.morfeo-project.org/ezcontext/ns#", simple: true, prefix: true),
|
710
724
|
"eztag" => TermDefinition.new("eztag", id: "http://ontologies.ezweb.morfeo-project.org/eztag/ns#", simple: true, prefix: true),
|
725
|
+
"faas" => TermDefinition.new("faas", id: "http://semantic-faas.com/ontology#", simple: true, prefix: true),
|
711
726
|
"fab" => TermDefinition.new("fab", id: "http://purl.org/fab/ns#", simple: true, prefix: true),
|
712
727
|
"fabio" => TermDefinition.new("fabio", id: "http://purl.org/spar/fabio/", simple: true, prefix: true),
|
713
728
|
"factbook" => TermDefinition.new("factbook", id: "http://wifo5-04.informatik.uni-mannheim.de/factbook/ns#", simple: true, prefix: true),
|
@@ -756,6 +771,7 @@ class JSON::LD::Context
|
|
756
771
|
"foam" => TermDefinition.new("foam", id: "https://www.koerperfettwaage-test.de/", simple: true, prefix: true),
|
757
772
|
"fog" => TermDefinition.new("fog", id: "https://w3id.org/fog#", simple: true, prefix: true),
|
758
773
|
"foio" => TermDefinition.new("foio", id: "https://w3id.org/seas/FeatureOfInterestOntology/", simple: true, prefix: true),
|
774
|
+
"folio" => TermDefinition.new("folio", id: "http://IBCNServices.github.io/Folio-Ontology/Folio.owl#", simple: true, prefix: true),
|
759
775
|
"foo" => TermDefinition.new("foo", id: "http://filmontology.org/ontology/1.0/", simple: true, prefix: true),
|
760
776
|
"food" => TermDefinition.new("food", id: "http://purl.org/foodontology#", simple: true, prefix: true),
|
761
777
|
"form" => TermDefinition.new("form", id: "http://deductions-software.com/ontologies/forms.owl.ttl#", simple: true, prefix: true),
|
@@ -787,6 +803,7 @@ class JSON::LD::Context
|
|
787
803
|
"fun" => TermDefinition.new("fun", id: "http://w3id.org/sparql-generate/fn/", simple: true, prefix: true),
|
788
804
|
"func" => TermDefinition.new("func", id: "http://www.w3.org/2007/rif-builtin-function#", simple: true, prefix: true),
|
789
805
|
"fuseki" => TermDefinition.new("fuseki", id: "http://jena.apache.org/fuseki#", simple: true, prefix: true),
|
806
|
+
"fx" => TermDefinition.new("fx", id: "http://sparql.xyz/facade-x/ns/", simple: true, prefix: true),
|
790
807
|
"gadm" => TermDefinition.new("gadm", id: "http://gadm.geovocab.org/ontology#", simple: true, prefix: true),
|
791
808
|
"gaf" => TermDefinition.new("gaf", id: "http://groundedannotationframework.org/", simple: true, prefix: true),
|
792
809
|
"galaksiya" => TermDefinition.new("galaksiya", id: "http://ontoloji.galaksiya.com/vocab/", simple: true, prefix: true),
|
@@ -794,6 +811,7 @@ class JSON::LD::Context
|
|
794
811
|
"gas" => TermDefinition.new("gas", id: "http://www.bigdata.com/rdf/gas#", simple: true, prefix: true),
|
795
812
|
"gastro" => TermDefinition.new("gastro", id: "http://www.ebsemantics.net/gastro#", simple: true, prefix: true),
|
796
813
|
"gawd" => TermDefinition.new("gawd", id: "http://gawd.atlantides.org/terms/", simple: true, prefix: true),
|
814
|
+
"gax" => TermDefinition.new("gax", id: "http://w3id.org/gaia-x/core#", simple: true, prefix: true),
|
797
815
|
"gazetteer" => TermDefinition.new("gazetteer", id: "http://data.ordnancesurvey.co.uk/ontology/50kGazetteer/", simple: true, prefix: true),
|
798
816
|
"gbol" => TermDefinition.new("gbol", id: "http://gbol.life/0.1#", simple: true, prefix: true),
|
799
817
|
"gbv" => TermDefinition.new("gbv", id: "http://purl.org/ontology/gbv/", simple: true, prefix: true),
|
@@ -817,6 +835,7 @@ class JSON::LD::Context
|
|
817
835
|
"geocontext" => TermDefinition.new("geocontext", id: "http://www.geocontext.org/publ/2013/vocab#", simple: true, prefix: true),
|
818
836
|
"geod" => TermDefinition.new("geod", id: "http://vocab.lenka.no/geo-deling#", simple: true, prefix: true),
|
819
837
|
"geodata" => TermDefinition.new("geodata", id: "http://sws.geonames.org/", simple: true, prefix: true),
|
838
|
+
"geodcat" => TermDefinition.new("geodcat", id: "http://data.europa.eu/930/", simple: true, prefix: true),
|
820
839
|
"geoes" => TermDefinition.new("geoes", id: "http://geo.linkeddata.es/resource/", simple: true, prefix: true),
|
821
840
|
"geof" => TermDefinition.new("geof", id: "http://www.opengis.net/def/function/geosparql/", simple: true, prefix: true),
|
822
841
|
"geofabric" => TermDefinition.new("geofabric", id: "http://linked.data.gov.au/def/geofabric#", simple: true, prefix: true),
|
@@ -841,6 +860,7 @@ class JSON::LD::Context
|
|
841
860
|
"gfo" => TermDefinition.new("gfo", id: "http://www.onto-med.de/ontologies/gfo.owl#", simple: true, prefix: true),
|
842
861
|
"gg" => TermDefinition.new("gg", id: "http://www.gemeentegeschiedenis.nl/gg-schema#", simple: true, prefix: true),
|
843
862
|
"ggbn" => TermDefinition.new("ggbn", id: "http://data.ggbn.org/schemas/ggbn/terms/", simple: true, prefix: true),
|
863
|
+
"ghga" => TermDefinition.new("ghga", id: "http://w3id.org/ghga/", simple: true, prefix: true),
|
844
864
|
"gist" => TermDefinition.new("gist", id: "https://ontologies.semanticarts.com/gist/", simple: true, prefix: true),
|
845
865
|
"giving" => TermDefinition.new("giving", id: "http://ontologi.es/giving#", simple: true, prefix: true),
|
846
866
|
"gl" => TermDefinition.new("gl", id: "http://schema.geolink.org/", simple: true, prefix: true),
|
@@ -961,6 +981,7 @@ class JSON::LD::Context
|
|
961
981
|
"ideotalex" => TermDefinition.new("ideotalex", id: "http://www.ideotalex.eu/datos/recurso/", simple: true, prefix: true),
|
962
982
|
"ido" => TermDefinition.new("ido", id: "http://purl.obolibrary.org/obo/ido.owl#", simple: true, prefix: true),
|
963
983
|
"idot" => TermDefinition.new("idot", id: "http://identifiers.org/idot/", simple: true, prefix: true),
|
984
|
+
"idpo" => TermDefinition.new("idpo", id: "https://w3id.org/idpo#", simple: true, prefix: true),
|
964
985
|
"ids" => TermDefinition.new("ids", id: "https://w3id.org/idsa/core/", simple: true, prefix: true),
|
965
986
|
"idsc" => TermDefinition.new("idsc", id: "https://w3id.org/idsa/code/", simple: true, prefix: true),
|
966
987
|
"ifc" => TermDefinition.new("ifc", id: "http://ifcowl.openbimstandards.org/IFC2X3_Final#", simple: true, prefix: true),
|
@@ -988,6 +1009,7 @@ class JSON::LD::Context
|
|
988
1009
|
"inno" => TermDefinition.new("inno", id: "http://purl.org/innovation/ns#", simple: true, prefix: true),
|
989
1010
|
"input" => TermDefinition.new("input", id: "http://volt-name.space/vocab/input#", simple: true, prefix: true),
|
990
1011
|
"insdc" => TermDefinition.new("insdc", id: "http://ddbj.nig.ac.jp/ontologies/sequence#", simple: true, prefix: true),
|
1012
|
+
"interop" => TermDefinition.new("interop", id: "http://www.w3.org/ns/solid/interop#", simple: true, prefix: true),
|
991
1013
|
"interval" => TermDefinition.new("interval", id: "http://reference.data.gov.uk/def/intervals/", simple: true, prefix: true),
|
992
1014
|
"intervals" => TermDefinition.new("intervals", id: "http://reference.data.gov.uk/def/intervals/", simple: true, prefix: true),
|
993
1015
|
"io" => TermDefinition.new("io", id: "https://iaco.me/", simple: true, prefix: true),
|
@@ -1063,6 +1085,7 @@ class JSON::LD::Context
|
|
1063
1085
|
"knows" => TermDefinition.new("knows", id: "http://semantic.komc/usu/2020/knows#", simple: true, prefix: true),
|
1064
1086
|
"koly" => TermDefinition.new("koly", id: "http://www.ensias.ma/", simple: true, prefix: true),
|
1065
1087
|
"kontakt" => TermDefinition.new("kontakt", id: "http://richard.cyganiak.de/", simple: true, prefix: true),
|
1088
|
+
"kpd" => TermDefinition.new("kpd", id: "http://purl.org/kpd/", simple: true, prefix: true),
|
1066
1089
|
"ksam" => TermDefinition.new("ksam", id: "http://kulturarvsdata.se/ksamsok#", simple: true, prefix: true),
|
1067
1090
|
"kupkb" => TermDefinition.new("kupkb", id: "http://www.e-lico.eu/data/kupkb/", simple: true, prefix: true),
|
1068
1091
|
"kw" => TermDefinition.new("kw", id: "http://kwantu.net/kw/", simple: true, prefix: true),
|
@@ -1102,7 +1125,7 @@ class JSON::LD::Context
|
|
1102
1125
|
"ldr" => TermDefinition.new("ldr", id: "http://purl.oclc.org/NET/ldr/ns#", simple: true, prefix: true),
|
1103
1126
|
"ldt" => TermDefinition.new("ldt", id: "https://www.w3.org/ns/ldt#", simple: true, prefix: true),
|
1104
1127
|
"ldvm" => TermDefinition.new("ldvm", id: "http://linked.opendata.cz/ontology/ldvm/", simple: true, prefix: true),
|
1105
|
-
"leak" => TermDefinition.new("leak", id: "http://
|
1128
|
+
"leak" => TermDefinition.new("leak", id: "http://data.ontotext.com/resource/leak/", simple: true, prefix: true),
|
1106
1129
|
"leaks" => TermDefinition.new("leaks", id: "https://cuzin.com/", simple: true, prefix: true),
|
1107
1130
|
"led" => TermDefinition.new("led", id: "http://led.kmi.open.ac.uk/term/", simple: true, prefix: true),
|
1108
1131
|
"legal" => TermDefinition.new("legal", id: "http://www.w3.org/ns/legal#", simple: true, prefix: true),
|
@@ -1196,6 +1219,7 @@ class JSON::LD::Context
|
|
1196
1219
|
"lsmap" => TermDefinition.new("lsmap", id: "http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-data.owl#", simple: true, prefix: true),
|
1197
1220
|
"lso" => TermDefinition.new("lso", id: "http://linkedspending.aksw.org/ontology/", simple: true, prefix: true),
|
1198
1221
|
"lsq" => TermDefinition.new("lsq", id: "http://lsq.aksw.org/vocab#", simple: true, prefix: true),
|
1222
|
+
"lsqr" => TermDefinition.new("lsqr", id: "http://lsq.aksw.org/", simple: true, prefix: true),
|
1199
1223
|
"lsqv" => TermDefinition.new("lsqv", id: "http://lsq.aksw.org/vocab#", simple: true, prefix: true),
|
1200
1224
|
"lsweb" => TermDefinition.new("lsweb", id: "http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-data.owl#", simple: true, prefix: true),
|
1201
1225
|
"lswmo" => TermDefinition.new("lswmo", id: "http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-modelling.owl#", simple: true, prefix: true),
|
@@ -1204,6 +1228,7 @@ class JSON::LD::Context
|
|
1204
1228
|
"lu" => TermDefinition.new("lu", id: "http://www.ontologydesignpatterns.org/ont/framenet/abox/lu/", simple: true, prefix: true),
|
1205
1229
|
"luc" => TermDefinition.new("luc", id: "http://www.ontotext.com/owlim/lucene#", simple: true, prefix: true),
|
1206
1230
|
"ludo" => TermDefinition.new("ludo", id: "http://ns.inria.fr/ludo/v1#", simple: true, prefix: true),
|
1231
|
+
"luigiusai" => TermDefinition.new("luigiusai", id: "https://www.luigiusai.it/wp#", simple: true, prefix: true),
|
1207
1232
|
"lv" => TermDefinition.new("lv", id: "http://purl.org/lobid/lv#", simple: true, prefix: true),
|
1208
1233
|
"lv2" => TermDefinition.new("lv2", id: "http://lv2plug.in/ns/lv2core/", simple: true, prefix: true),
|
1209
1234
|
"lvont" => TermDefinition.new("lvont", id: "http://lexvo.org/ontology#", simple: true, prefix: true),
|
@@ -1213,6 +1238,7 @@ class JSON::LD::Context
|
|
1213
1238
|
"lyou" => TermDefinition.new("lyou", id: "http://purl.org/linkingyou/", simple: true, prefix: true),
|
1214
1239
|
"m3" => TermDefinition.new("m3", id: "http://sensormeasurement.appspot.com/m3#", simple: true, prefix: true),
|
1215
1240
|
"m3lite" => TermDefinition.new("m3lite", id: "http://purl.org/iot/vocab/m3-lite#", simple: true, prefix: true),
|
1241
|
+
"m8g" => TermDefinition.new("m8g", id: "http://data.europa.eu/m8g/", simple: true, prefix: true),
|
1216
1242
|
"ma" => TermDefinition.new("ma", id: "http://www.w3.org/ns/ma-ont#", simple: true, prefix: true),
|
1217
1243
|
"mads" => TermDefinition.new("mads", id: "http://www.loc.gov/mads/rdf/v1#", simple: true, prefix: true),
|
1218
1244
|
"madsrdf" => TermDefinition.new("madsrdf", id: "http://www.loc.gov/mads/rdf/v1#", simple: true, prefix: true),
|
@@ -1233,6 +1259,7 @@ class JSON::LD::Context
|
|
1233
1259
|
"maso" => TermDefinition.new("maso", id: "http://securitytoolbox.appspot.com/MASO#", simple: true, prefix: true),
|
1234
1260
|
"master1" => TermDefinition.new("master1", id: "http://idl.u-grenoble3.fr/", simple: true, prefix: true),
|
1235
1261
|
"math" => TermDefinition.new("math", id: "http://www.w3.org/2000/10/swap/math#", simple: true, prefix: true),
|
1262
|
+
"matrycs" => TermDefinition.new("matrycs", id: "http://matrycs.com/", simple: true, prefix: true),
|
1236
1263
|
"matvoc" => TermDefinition.new("matvoc", id: "http://stream-ontology.com/matvoc/", simple: true, prefix: true),
|
1237
1264
|
"mb" => TermDefinition.new("mb", id: "http://dbtune.org/musicbrainz/resource/instrument/", simple: true, prefix: true),
|
1238
1265
|
"mbgd" => TermDefinition.new("mbgd", id: "http://mbgd.genome.ad.jp/owl/mbgd.owl#", simple: true, prefix: true),
|
@@ -1254,6 +1281,7 @@ class JSON::LD::Context
|
|
1254
1281
|
"mem" => TermDefinition.new("mem", id: "http://mementoweb.org/ns#", simple: true, prefix: true),
|
1255
1282
|
"memento" => TermDefinition.new("memento", id: "http://mementoweb.org/ns#", simple: true, prefix: true),
|
1256
1283
|
"memo" => TermDefinition.new("memo", id: "http://ontologies.smile.deri.ie/2009/02/27/memo#", simple: true, prefix: true),
|
1284
|
+
"memorix" => TermDefinition.new("memorix", id: "https://memorix.io/ontology#", simple: true, prefix: true),
|
1257
1285
|
"merge" => TermDefinition.new("merge", id: "http://jazz.net/ns/lqe/merge/", simple: true, prefix: true),
|
1258
1286
|
"mesh" => TermDefinition.new("mesh", id: "http://id.nlm.nih.gov/mesh/", simple: true, prefix: true),
|
1259
1287
|
"mesh2021" => TermDefinition.new("mesh2021", id: "http://id.nlm.nih.gov/mesh/2021/", simple: true, prefix: true),
|
@@ -1306,8 +1334,10 @@ class JSON::LD::Context
|
|
1306
1334
|
"mp" => TermDefinition.new("mp", id: "http://jicamaro.info/mp#", simple: true, prefix: true),
|
1307
1335
|
"mpeg7" => TermDefinition.new("mpeg7", id: "http://rhizomik.net/ontologies/2005/03/Mpeg7-2001.owl#", simple: true, prefix: true),
|
1308
1336
|
"mpg123" => TermDefinition.new("mpg123", id: "https://devuan.net.br/wiki/mpg123/", simple: true, prefix: true),
|
1309
|
-
"mr" => TermDefinition.new("mr", id: "http://marineregions.org/
|
1337
|
+
"mr" => TermDefinition.new("mr", id: "http://marineregions.org/ns/ontology#", simple: true, prefix: true),
|
1310
1338
|
"mrel" => TermDefinition.new("mrel", id: "http://id.loc.gov/vocabulary/relators/", simple: true, prefix: true),
|
1339
|
+
"mrk" => TermDefinition.new("mrk", id: "http://www.mydomain.org/Mrk-ns#", simple: true, prefix: true),
|
1340
|
+
"mrt" => TermDefinition.new("mrt", id: "http://marineregions.org/ns/placetypes#", simple: true, prefix: true),
|
1311
1341
|
"ms" => TermDefinition.new("ms", id: "http://purl.org/obo/owl/MS#", simple: true, prefix: true),
|
1312
1342
|
"msm" => TermDefinition.new("msm", id: "http://iserve.kmi.open.ac.uk/ns/msm#", simple: true, prefix: true),
|
1313
1343
|
"msr" => TermDefinition.new("msr", id: "http://www.telegraphis.net/ontology/measurement/measurement#", simple: true, prefix: true),
|
@@ -1336,6 +1366,7 @@ class JSON::LD::Context
|
|
1336
1366
|
"mysql" => TermDefinition.new("mysql", id: "http://web-semantics.org/ns/mysql/", simple: true, prefix: true),
|
1337
1367
|
"name" => TermDefinition.new("name", id: "http://example.org/name#", simple: true, prefix: true),
|
1338
1368
|
"namespaces" => TermDefinition.new("namespaces", id: "https://vg.no/", simple: true, prefix: true),
|
1369
|
+
"nanopub" => TermDefinition.new("nanopub", id: "http://www.nanopub.org/nschema#", simple: true, prefix: true),
|
1339
1370
|
"nao" => TermDefinition.new("nao", id: "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#", simple: true, prefix: true),
|
1340
1371
|
"nas" => TermDefinition.new("nas", id: "https://data.nasa.gov/ontologies/atmonto/NAS#", simple: true, prefix: true),
|
1341
1372
|
"nature" => TermDefinition.new("nature", id: "http://deductions.github.io/nature_observation.owl.ttl#", simple: true, prefix: true),
|
@@ -1381,11 +1412,13 @@ class JSON::LD::Context
|
|
1381
1412
|
"npgd" => TermDefinition.new("npgd", id: "http://ns.nature.com/datasets/", simple: true, prefix: true),
|
1382
1413
|
"npgg" => TermDefinition.new("npgg", id: "http://ns.nature.com/graphs/", simple: true, prefix: true),
|
1383
1414
|
"npgx" => TermDefinition.new("npgx", id: "http://ns.nature.com/extensions/", simple: true, prefix: true),
|
1415
|
+
"nprl" => TermDefinition.new("nprl", id: "http://data.nobelprize.org/resource/laureate/", simple: true, prefix: true),
|
1384
1416
|
"nrl" => TermDefinition.new("nrl", id: "http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#", simple: true, prefix: true),
|
1385
1417
|
"nrv" => TermDefinition.new("nrv", id: "http://ns.inria.fr/nrv#", simple: true, prefix: true),
|
1386
1418
|
"ns1" => TermDefinition.new("ns1", id: "http://www.w3.org/1999/xhtml/vocab#", simple: true, prefix: true),
|
1387
1419
|
"ns2" => TermDefinition.new("ns2", id: "http://ogp.me/ns#video:", simple: true, prefix: true),
|
1388
1420
|
"nsa" => TermDefinition.new("nsa", id: "http://multimedialab.elis.ugent.be/organon/ontologies/ninsuna#", simple: true, prefix: true),
|
1421
|
+
"nsd" => TermDefinition.new("nsd", id: "https://w3id.org/nsd#", simple: true, prefix: true),
|
1389
1422
|
"nsg" => TermDefinition.new("nsg", id: "https://neuroshapes.org/", simple: true, prefix: true),
|
1390
1423
|
"nsl" => TermDefinition.new("nsl", id: "http://purl.org/ontology/storyline/", simple: true, prefix: true),
|
1391
1424
|
"nsogi" => TermDefinition.new("nsogi", id: "http://prefix.cc/nsogi:", simple: true, prefix: true),
|
@@ -1439,7 +1472,9 @@ class JSON::LD::Context
|
|
1439
1472
|
"odw" => TermDefinition.new("odw", id: "http://odw.tw/", simple: true, prefix: true),
|
1440
1473
|
"oecc" => TermDefinition.new("oecc", id: "http://www.oegov.org/core/owl/cc#", simple: true, prefix: true),
|
1441
1474
|
"oecd" => TermDefinition.new("oecd", id: "http://oecd.270a.info/dataset/", simple: true, prefix: true),
|
1475
|
+
"oeso" => TermDefinition.new("oeso", id: "http://www.opensilex.org/vocabularies/oeso#", simple: true, prefix: true),
|
1442
1476
|
"of" => TermDefinition.new("of", id: "http://owlrep.eu01.aws.af.cm/fridge#", simple: true, prefix: true),
|
1477
|
+
"ofn" => TermDefinition.new("ofn", id: "http://www.ontotext.com/sparql/functions/", simple: true, prefix: true),
|
1443
1478
|
"ofrd" => TermDefinition.new("ofrd", id: "http://purl.org/opdm/refrigerator#", simple: true, prefix: true),
|
1444
1479
|
"og" => TermDefinition.new("og", id: "http://ogp.me/ns#", simple: true, prefix: true),
|
1445
1480
|
"ogbd" => TermDefinition.new("ogbd", id: "http://www.ogbd.fr/2012/ontologie#", simple: true, prefix: true),
|
@@ -1594,6 +1629,7 @@ class JSON::LD::Context
|
|
1594
1629
|
"oxi" => TermDefinition.new("oxi", id: "http://omerxi.com/ontologies/core.owl.ttl#", simple: true, prefix: true),
|
1595
1630
|
"p20" => TermDefinition.new("p20", id: "http://zbw.eu/beta/p20/vocab/", simple: true, prefix: true),
|
1596
1631
|
"p3p" => TermDefinition.new("p3p", id: "http://www.w3.org/2002/01/p3prdfv1#", simple: true, prefix: true),
|
1632
|
+
"paf" => TermDefinition.new("paf", id: "https://paf.link/", simple: true, prefix: true),
|
1597
1633
|
"paia" => TermDefinition.new("paia", id: "http://purl.org/ontology/paia#", simple: true, prefix: true),
|
1598
1634
|
"pair" => TermDefinition.new("pair", id: "http://virtual-assembly.org/pair/PAIR_LOD_V3.owl/", simple: true, prefix: true),
|
1599
1635
|
"pam" => TermDefinition.new("pam", id: "http://prismstandard.org/namespaces/pam/2.0/", simple: true, prefix: true),
|
@@ -1697,6 +1733,7 @@ class JSON::LD::Context
|
|
1697
1733
|
"powder" => TermDefinition.new("powder", id: "http://www.w3.org/2007/05/powder#", simple: true, prefix: true),
|
1698
1734
|
"powla" => TermDefinition.new("powla", id: "http://purl.org/powla/powla.owl#", simple: true, prefix: true),
|
1699
1735
|
"pp" => TermDefinition.new("pp", id: "http://peoplesplaces.de/ontology#", simple: true, prefix: true),
|
1736
|
+
"ppeer" => TermDefinition.new("ppeer", id: "http://parliament.uk/ontologies/peerage/", simple: true, prefix: true),
|
1700
1737
|
"pplan" => TermDefinition.new("pplan", id: "http://purl.org/net/p-plan#", simple: true, prefix: true),
|
1701
1738
|
"ppn" => TermDefinition.new("ppn", id: "http://parliament.uk/ontologies/person-name/", simple: true, prefix: true),
|
1702
1739
|
"ppo" => TermDefinition.new("ppo", id: "http://vocab.deri.ie/ppo#", simple: true, prefix: true),
|
@@ -1852,7 +1889,8 @@ class JSON::LD::Context
|
|
1852
1889
|
"rdapf" => TermDefinition.new("rdapf", id: "http://rdaregistry.info/termList/presFormat/", simple: true, prefix: true),
|
1853
1890
|
"rdapm" => TermDefinition.new("rdapm", id: "http://rdaregistry.info/termList/RDAproductionMethod/", simple: true, prefix: true),
|
1854
1891
|
"rdapmt" => TermDefinition.new("rdapmt", id: "http://rdaregistry.info/termList/prodTactile/", simple: true, prefix: true),
|
1855
|
-
"rdapo" => TermDefinition.new("rdapo", id: "http://rdaregistry.info/
|
1892
|
+
"rdapo" => TermDefinition.new("rdapo", id: "http://rdaregistry.info/Elements/p/object/", simple: true, prefix: true),
|
1893
|
+
"rdapol" => TermDefinition.new("rdapol", id: "http://rdaregistry.info/termList/RDAPolarity/", simple: true, prefix: true),
|
1856
1894
|
"rdare" => TermDefinition.new("rdare", id: "http://rdaregistry.info/termList/RDARegionalEncoding/", simple: true, prefix: true),
|
1857
1895
|
"rdarel" => TermDefinition.new("rdarel", id: "http://rdvocab.info/RDARelationshipsWEMI/", simple: true, prefix: true),
|
1858
1896
|
"rdarel2" => TermDefinition.new("rdarel2", id: "http://metadataregistry.org/uri/schema/RDARelationshipsGR2/", simple: true, prefix: true),
|
@@ -1880,6 +1918,7 @@ class JSON::LD::Context
|
|
1880
1918
|
"rdawo" => TermDefinition.new("rdawo", id: "http://rdaregistry.info/Elements/w/object/", simple: true, prefix: true),
|
1881
1919
|
"rdax" => TermDefinition.new("rdax", id: "http://rdaregistry.info/Elements/x/", simple: true, prefix: true),
|
1882
1920
|
"rdaxd" => TermDefinition.new("rdaxd", id: "http://rdaregistry.info/Elements/x/datatype/", simple: true, prefix: true),
|
1921
|
+
"rdaxo" => TermDefinition.new("rdaxo", id: "http://rdaregistry.info/Elements/x/object/", simple: true, prefix: true),
|
1883
1922
|
"rdaz" => TermDefinition.new("rdaz", id: "http://rdaregistry.info/Elements/z/", simple: true, prefix: true),
|
1884
1923
|
"rdb" => TermDefinition.new("rdb", id: "http://www.dbs.cs.uni-duesseldorf.de/RDF/relational#", simple: true, prefix: true),
|
1885
1924
|
"rdf" => TermDefinition.new("rdf", id: "http://www.w3.org/1999/02/22-rdf-syntax-ns#", simple: true, prefix: true),
|
@@ -1932,6 +1971,7 @@ class JSON::LD::Context
|
|
1932
1971
|
"rls" => TermDefinition.new("rls", id: "https://w3id.org/lovcube/ns/relovstats#", simple: true, prefix: true),
|
1933
1972
|
"rm" => TermDefinition.new("rm", id: "http://jazz.net/ns/rm#", simple: true, prefix: true),
|
1934
1973
|
"rml" => TermDefinition.new("rml", id: "http://semweb.mmlab.be/ns/rml#", simple: true, prefix: true),
|
1974
|
+
"rmlt" => TermDefinition.new("rmlt", id: "http://semweb.mmlab.be/ns/rml-target#", simple: true, prefix: true),
|
1935
1975
|
"rmo" => TermDefinition.new("rmo", id: "http://eatld.et.tu-dresden.de/rmo#", simple: true, prefix: true),
|
1936
1976
|
"rnews" => TermDefinition.new("rnews", id: "http://iptc.org/std/rNews/2011-10-07#", simple: true, prefix: true),
|
1937
1977
|
"ro" => TermDefinition.new("ro", id: "http://purl.org/obo/owl/ro#", simple: true, prefix: true),
|
@@ -1963,6 +2003,7 @@ class JSON::LD::Context
|
|
1963
2003
|
"roterms" => TermDefinition.new("roterms", id: "http://purl.org/wf4ever/roterms#", simple: true, prefix: true),
|
1964
2004
|
"rov" => TermDefinition.new("rov", id: "http://www.w3.org/ns/regorg#", simple: true, prefix: true),
|
1965
2005
|
"rpath" => TermDefinition.new("rpath", id: "https://w3id.org/lodsight/rdf-path#", simple: true, prefix: true),
|
2006
|
+
"rpg" => TermDefinition.new("rpg", id: "http://rpg.data.is4.site/", simple: true, prefix: true),
|
1966
2007
|
"rpubl" => TermDefinition.new("rpubl", id: "http://rinfo.lagrummet.se/ns/2008/11/rinfo/publ#", simple: true, prefix: true),
|
1967
2008
|
"rr" => TermDefinition.new("rr", id: "http://www.w3.org/ns/r2rml#", simple: true, prefix: true),
|
1968
2009
|
"rs" => TermDefinition.new("rs", id: "http://rightsstatements.org/vocab/", simple: true, prefix: true),
|
@@ -2046,6 +2087,7 @@ class JSON::LD::Context
|
|
2046
2087
|
"sdterms" => TermDefinition.new("sdterms", id: "http://statisticaldata.linkedwidgets.org/terms/", simple: true, prefix: true),
|
2047
2088
|
"search" => TermDefinition.new("search", id: "http://sindice.com/vocab/search#", simple: true, prefix: true),
|
2048
2089
|
"seas" => TermDefinition.new("seas", id: "https://w3id.org/seas/", simple: true, prefix: true),
|
2090
|
+
"seasd" => TermDefinition.new("seasd", id: "https://w3id.org/seas/", simple: true, prefix: true),
|
2049
2091
|
"sec" => TermDefinition.new("sec", id: "https://w3id.org/security#", simple: true, prefix: true),
|
2050
2092
|
"security" => TermDefinition.new("security", id: "http://securitytoolbox.appspot.com/securityMain#", simple: true, prefix: true),
|
2051
2093
|
"sede" => TermDefinition.new("sede", id: "http://eventography.org/sede/0.1/", simple: true, prefix: true),
|
@@ -2063,6 +2105,7 @@ class JSON::LD::Context
|
|
2063
2105
|
"sesame" => TermDefinition.new("sesame", id: "http://www.openrdf.org/schema/sesame#", simple: true, prefix: true),
|
2064
2106
|
"session" => TermDefinition.new("session", id: "http://redfoot.net/2005/session#", simple: true, prefix: true),
|
2065
2107
|
"set" => TermDefinition.new("set", id: "http://www.w3.org/2000/10/swap/set#", simple: true, prefix: true),
|
2108
|
+
"setl" => TermDefinition.new("setl", id: "http://purl.org/twc/vocab/setl/", simple: true, prefix: true),
|
2066
2109
|
"sf" => TermDefinition.new("sf", id: "http://www.opengis.net/ont/sf#", simple: true, prefix: true),
|
2067
2110
|
"sfd" => TermDefinition.new("sfd", id: "http://semantic-forms.cc:9112/ldp/", simple: true, prefix: true),
|
2068
2111
|
"sfl" => TermDefinition.new("sfl", id: "http://data.finlex.fi/schema/sfl/", simple: true, prefix: true),
|
@@ -2084,6 +2127,7 @@ class JSON::LD::Context
|
|
2084
2127
|
"si" => TermDefinition.new("si", id: "http://sisteminformasi.com/", simple: true, prefix: true),
|
2085
2128
|
"sider" => TermDefinition.new("sider", id: "http://www4.wiwiss.fu-berlin.de/sider/resource/sider/", simple: true, prefix: true),
|
2086
2129
|
"sig" => TermDefinition.new("sig", id: "http://purl.org/signature#", simple: true, prefix: true),
|
2130
|
+
"signify" => TermDefinition.new("signify", id: "http://purl.org/signify/ns#", simple: true, prefix: true),
|
2087
2131
|
"sim" => TermDefinition.new("sim", id: "http://purl.org/ontology/similarity/", simple: true, prefix: true),
|
2088
2132
|
"sindice" => TermDefinition.new("sindice", id: "http://vocab.sindice.net/", simple: true, prefix: true),
|
2089
2133
|
"sio" => TermDefinition.new("sio", id: "http://semanticscience.org/resource/", simple: true, prefix: true),
|
@@ -2106,11 +2150,13 @@ class JSON::LD::Context
|
|
2106
2150
|
"skosthes" => TermDefinition.new("skosthes", id: "http://purl.org/iso25964/skos-thes#", simple: true, prefix: true),
|
2107
2151
|
"skosxl" => TermDefinition.new("skosxl", id: "http://www.w3.org/2008/05/skos-xl#", simple: true, prefix: true),
|
2108
2152
|
"sl" => TermDefinition.new("sl", id: "http://www.semanlink.net/2001/00/semanlink-schema#", simple: true, prefix: true),
|
2153
|
+
"slm" => TermDefinition.new("slm", id: "http://urn.fi/URN:NBN:fi:au:slm:", simple: true, prefix: true),
|
2109
2154
|
"sm" => TermDefinition.new("sm", id: "http://topbraid.org/sparqlmotion#", simple: true, prefix: true),
|
2110
2155
|
"smartapi" => TermDefinition.new("smartapi", id: "http://smart-api.io/ontology/1.0/smartapi#", simple: true, prefix: true),
|
2111
2156
|
"smf" => TermDefinition.new("smf", id: "http://topbraid.org/sparqlmotionfunctions#", simple: true, prefix: true),
|
2112
2157
|
"smg" => TermDefinition.new("smg", id: "http://ns.cerise-project.nl/energy/def/cim-smartgrid#", simple: true, prefix: true),
|
2113
2158
|
"smiley" => TermDefinition.new("smiley", id: "http://www.smileyontology.com/ns#", simple: true, prefix: true),
|
2159
|
+
"smithy" => TermDefinition.new("smithy", id: "https://awslabs.github.io/smithy/rdf-1.0#", simple: true, prefix: true),
|
2114
2160
|
"sml" => TermDefinition.new("sml", id: "http://topbraid.org/sparqlmotionlib#", simple: true, prefix: true),
|
2115
2161
|
"smxm" => TermDefinition.new("smxm", id: "http://smxm.ga/", simple: true, prefix: true),
|
2116
2162
|
"snac" => TermDefinition.new("snac", id: "http://socialarchive.iath.virginia.edu/", simple: true, prefix: true),
|
@@ -2363,6 +2409,7 @@ class JSON::LD::Context
|
|
2363
2409
|
"sql" => TermDefinition.new("sql", id: "http://ns.inria.fr/ast/sql#", simple: true, prefix: true),
|
2364
2410
|
"sr" => TermDefinition.new("sr", id: "http://www.openrdf.org/config/repository/sail#", simple: true, prefix: true),
|
2365
2411
|
"sro" => TermDefinition.new("sro", id: "http://salt.semanticauthoring.org/ontologies/sro#", simple: true, prefix: true),
|
2412
|
+
"srr" => TermDefinition.new("srr", id: "https://w3id.org/srr#", simple: true, prefix: true),
|
2366
2413
|
"sru" => TermDefinition.new("sru", id: "http://www.loc.gov/zing/srw/", simple: true, prefix: true),
|
2367
2414
|
"srv" => TermDefinition.new("srv", id: "http://www.daml.org/services/owl-s/1.2/Service.owl#", simple: true, prefix: true),
|
2368
2415
|
"srx" => TermDefinition.new("srx", id: "http://www.w3.org/2005/sparql-results#", simple: true, prefix: true),
|
@@ -2440,6 +2487,7 @@ class JSON::LD::Context
|
|
2440
2487
|
"tb" => TermDefinition.new("tb", id: "https://w3id.org/timebank#", simple: true, prefix: true),
|
2441
2488
|
"tblcard" => TermDefinition.new("tblcard", id: "http://www.w3.org/People/Berners-Lee/card#", simple: true, prefix: true),
|
2442
2489
|
"tcga" => TermDefinition.new("tcga", id: "http://purl.org/tcga/core#", simple: true, prefix: true),
|
2490
|
+
"tci" => TermDefinition.new("tci", id: "https://w3id.org/lbs/tci#", simple: true, prefix: true),
|
2443
2491
|
"td" => TermDefinition.new("td", id: "https://www.w3.org/2019/wot/td#", simple: true, prefix: true),
|
2444
2492
|
"td5" => TermDefinition.new("td5", id: "http://td5.org/#", simple: true, prefix: true),
|
2445
2493
|
"tdb" => TermDefinition.new("tdb", id: "http://jena.hpl.hp.com/2008/tdb#", simple: true, prefix: true),
|
@@ -2454,6 +2502,7 @@ class JSON::LD::Context
|
|
2454
2502
|
"test" => TermDefinition.new("test", id: "http://test2.example.com/", simple: true, prefix: true),
|
2455
2503
|
"test2" => TermDefinition.new("test2", id: "http://this.invalid/test2#", simple: true, prefix: true),
|
2456
2504
|
"text" => TermDefinition.new("text", id: "http://jena.apache.org/text#", simple: true, prefix: true),
|
2505
|
+
"textgrid" => TermDefinition.new("textgrid", id: "https://textgridrep.org/", simple: true, prefix: true),
|
2457
2506
|
"tg" => TermDefinition.new("tg", id: "http://www.turnguard.com/turnguard#", simple: true, prefix: true),
|
2458
2507
|
"tgm" => TermDefinition.new("tgm", id: "http://id.loc.gov/vocabulary/graphicMaterials/", simple: true, prefix: true),
|
2459
2508
|
"tgn" => TermDefinition.new("tgn", id: "http://vocab.getty.edu/tgn/", simple: true, prefix: true),
|
@@ -2508,9 +2557,10 @@ class JSON::LD::Context
|
|
2508
2557
|
"twitter" => TermDefinition.new("twitter", id: "http://stocktwits.com/", simple: true, prefix: true),
|
2509
2558
|
"tx" => TermDefinition.new("tx", id: "http://swtmp.gitlab.io/vocabulary/templates.owl#", simple: true, prefix: true),
|
2510
2559
|
"txn" => TermDefinition.new("txn", id: "http://lod.taxonconcept.org/ontology/txn.owl#", simple: true, prefix: true),
|
2511
|
-
"type" => TermDefinition.new("type", id: "
|
2560
|
+
"type" => TermDefinition.new("type", id: "https://webiomed.ai/blog/obzor-rossiiskikh-sistem-podderzhki-priniatiia-vrachebnykh-reshenii/", simple: true, prefix: true),
|
2512
2561
|
"tzont" => TermDefinition.new("tzont", id: "http://www.w3.org/2006/timezone#", simple: true, prefix: true),
|
2513
2562
|
"ub" => TermDefinition.new("ub", id: "http://www.lehigh.edu/~zhp2/2004/0401/univ-bench.owl#", simple: true, prefix: true),
|
2563
|
+
"uberon" => TermDefinition.new("uberon", id: "http://purl.obolibrary.org/obo/UBERON_", simple: true),
|
2514
2564
|
"ubiq" => TermDefinition.new("ubiq", id: "http://server.ubiqore.com/ubiq/core#", simple: true, prefix: true),
|
2515
2565
|
"uby" => TermDefinition.new("uby", id: "http://purl.org/olia/ubyCat.owl#", simple: true, prefix: true),
|
2516
2566
|
"uc" => TermDefinition.new("uc", id: "http://ucuenca.edu.ec/ontology#", simple: true, prefix: true),
|
@@ -2533,6 +2583,7 @@ class JSON::LD::Context
|
|
2533
2583
|
"uniprot" => TermDefinition.new("uniprot", id: "http://purl.uniprot.org/core/", simple: true, prefix: true),
|
2534
2584
|
"unit" => TermDefinition.new("unit", id: "http://qudt.org/vocab/unit/", simple: true, prefix: true),
|
2535
2585
|
"units" => TermDefinition.new("units", id: "http://eulersharp.sourceforge.net/2003/03swap/units#", simple: true, prefix: true),
|
2586
|
+
"univ" => TermDefinition.new("univ", id: "http://univ.io/", simple: true, prefix: true),
|
2536
2587
|
"unspsc" => TermDefinition.new("unspsc", id: "http://ontoview.org/schema/unspsc/1#", simple: true, prefix: true),
|
2537
2588
|
"uom" => TermDefinition.new("uom", id: "http://www.opengis.net/def/uom/OGC/1.0/", simple: true, prefix: true),
|
2538
2589
|
"up" => TermDefinition.new("up", id: "http://purl.uniprot.org/core/", simple: true, prefix: true),
|
@@ -2564,7 +2615,7 @@ class JSON::LD::Context
|
|
2564
2615
|
"vext" => TermDefinition.new("vext", id: "http://ldf.fi/void-ext#", simple: true, prefix: true),
|
2565
2616
|
"vf" => TermDefinition.new("vf", id: "https://w3id.org/valueflows#", simple: true, prefix: true),
|
2566
2617
|
"vgo" => TermDefinition.new("vgo", id: "http://purl.org/net/VideoGameOntology#", simple: true, prefix: true),
|
2567
|
-
"viaf" => TermDefinition.new("viaf", id: "http://viaf.org/
|
2618
|
+
"viaf" => TermDefinition.new("viaf", id: "http://viaf.org/viaf/", simple: true, prefix: true),
|
2568
2619
|
"video" => TermDefinition.new("video", id: "http://purl.org/ontology/video#", simple: true, prefix: true),
|
2569
2620
|
"videogame" => TermDefinition.new("videogame", id: "http://purl.org/net/vgo#", simple: true, prefix: true),
|
2570
2621
|
"vidont" => TermDefinition.new("vidont", id: "http://vidont.org/", simple: true, prefix: true),
|
@@ -2694,7 +2745,7 @@ class JSON::LD::Context
|
|
2694
2745
|
"wsdl" => TermDefinition.new("wsdl", id: "http://www.w3.org/ns/wsdl-rdf#", simple: true, prefix: true),
|
2695
2746
|
"wsl" => TermDefinition.new("wsl", id: "http://www.wsmo.org/ns/wsmo-lite#", simple: true, prefix: true),
|
2696
2747
|
"wv" => TermDefinition.new("wv", id: "http://vocab.org/waiver/terms/", simple: true, prefix: true),
|
2697
|
-
"xapi" => TermDefinition.new("xapi", id: "
|
2748
|
+
"xapi" => TermDefinition.new("xapi", id: "https://w3id.org/xapi/ontology#", simple: true, prefix: true),
|
2698
2749
|
"xbrli" => TermDefinition.new("xbrli", id: "http://www.xbrl.org/2003/instance#", simple: true, prefix: true),
|
2699
2750
|
"xbrll" => TermDefinition.new("xbrll", id: "https://w3id.org/vocab/xbrll#", simple: true, prefix: true),
|
2700
2751
|
"xch" => TermDefinition.new("xch", id: "http://oanda2rdf.appspot.com/xch/", simple: true, prefix: true),
|
@@ -2726,6 +2777,7 @@ class JSON::LD::Context
|
|
2726
2777
|
"xslopm" => TermDefinition.new("xslopm", id: "http://purl.org/net/opmv/types/xslt#", simple: true, prefix: true),
|
2727
2778
|
"xt" => TermDefinition.new("xt", id: "http://purl.org/twc/vocab/cross-topix#", simple: true, prefix: true),
|
2728
2779
|
"xtypes" => TermDefinition.new("xtypes", id: "http://purl.org/xtypes/", simple: true, prefix: true),
|
2780
|
+
"xyz" => TermDefinition.new("xyz", id: "http://sparql.xyz/facade-x/data/", simple: true, prefix: true),
|
2729
2781
|
"ya" => TermDefinition.new("ya", id: "http://blogs.yandex.ru/schema/foaf/", simple: true, prefix: true),
|
2730
2782
|
"yaco" => TermDefinition.new("yaco", id: "https://www.irit.fr/recherches/MELODI/ontologies/cinema#", simple: true, prefix: true),
|
2731
2783
|
"yago" => TermDefinition.new("yago", id: "http://yago-knowledge.org/resource/", simple: true, prefix: true),
|