rdf 1.1.4.1 → 1.1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README +36 -19
- data/VERSION +1 -1
- data/lib/rdf/cli/vocab-loader.rb +1 -1
- data/lib/rdf/util/file.rb +1 -0
- data/lib/rdf/vocab/cc.rb +1 -1
- data/lib/rdf/vocab/cert.rb +1 -1
- data/lib/rdf/vocab/dc.rb +1 -1
- data/lib/rdf/vocab/dc11.rb +1 -1
- data/lib/rdf/vocab/doap.rb +2 -2
- data/lib/rdf/vocab/exif.rb +1 -1
- data/lib/rdf/vocab/foaf.rb +13 -13
- data/lib/rdf/vocab/geo.rb +1 -1
- data/lib/rdf/vocab/gr.rb +1 -1
- data/lib/rdf/vocab/ht.rb +1 -1
- data/lib/rdf/vocab/ical.rb +1 -1
- data/lib/rdf/vocab/ma.rb +1 -1
- data/lib/rdf/vocab/mo.rb +1 -1
- data/lib/rdf/vocab/og.rb +1 -1
- data/lib/rdf/vocab/owl.rb +1 -1
- data/lib/rdf/vocab/prov.rb +1 -1
- data/lib/rdf/vocab/rdfs.rb +1 -1
- data/lib/rdf/vocab/rsa.rb +1 -1
- data/lib/rdf/vocab/rss.rb +1 -1
- data/lib/rdf/vocab/schema.rb +40 -4
- data/lib/rdf/vocab/sioc.rb +1 -1
- data/lib/rdf/vocab/skos.rb +1 -1
- data/lib/rdf/vocab/skosxl.rb +1 -1
- data/lib/rdf/vocab/v.rb +1 -1
- data/lib/rdf/vocab/vcard.rb +1 -1
- data/lib/rdf/vocab/vmd.rb +1 -1
- data/lib/rdf/vocab/void.rb +1 -1
- data/lib/rdf/vocab/vs.rb +1 -1
- data/lib/rdf/vocab/wdrs.rb +1 -1
- data/lib/rdf/vocab/wot.rb +1 -1
- data/lib/rdf/vocab/xhtml.rb +1 -1
- data/lib/rdf/vocab/xhv.rb +1 -1
- data/lib/rdf/vocab/xsd.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eec07e7c520b29d2c1deb941b01b8857450fec92
|
4
|
+
data.tar.gz: afb0c8ec4aa18b0aae33c3afbd0579b0a6ded620
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b887e58d0de5017fa7f6f111833059ea48e0673c3f04f328912f4daac94d2cacdb65f5bb4fed8112e5e593038e36b816516773448fdad4f23ddc958fd0f9406
|
7
|
+
data.tar.gz: 26d467c0c42baf03b3587f641b2d52870fdb4bb44af8964dd20f7391df2019d408734eb97db2339e339d18b65565987a715da35cd17af7b2aa4f65a66d5b42ef
|
data/README
CHANGED
@@ -312,25 +312,41 @@ from BNode identity (i.e., they each entail the other)
|
|
312
312
|
|
313
313
|
### RDF Vocabularies
|
314
314
|
|
315
|
-
* {RDF}
|
316
|
-
* {RDF::CC}
|
317
|
-
* {RDF::CERT}
|
318
|
-
* {RDF::DC}
|
319
|
-
* {RDF::DC11}
|
320
|
-
* {RDF::DOAP}
|
321
|
-
* {RDF::EXIF}
|
322
|
-
* {RDF::FOAF}
|
323
|
-
* {RDF::GEO}
|
324
|
-
* {RDF::
|
325
|
-
* {RDF::
|
326
|
-
* {RDF::
|
327
|
-
* {RDF::
|
328
|
-
* {RDF::
|
329
|
-
* {RDF::
|
330
|
-
* {RDF::
|
331
|
-
* {RDF::
|
332
|
-
* {RDF::
|
333
|
-
* {RDF::
|
315
|
+
* {RDF} - Resource Description Framework (RDF)
|
316
|
+
* {RDF::CC} - Creative Commons (CC)
|
317
|
+
* {RDF::CERT} - W3 Authentication Certificate (CERT)
|
318
|
+
* {RDF::DC} - Dublin Core (DC)
|
319
|
+
* {RDF::DC11} - Dublin Core 1.1 (DC11) _deprecated_
|
320
|
+
* {RDF::DOAP} - Description of a Project (DOAP)
|
321
|
+
* {RDF::EXIF} - Exchangeable Image File Format (EXIF)
|
322
|
+
* {RDF::FOAF} - Friend of a Friend (FOAF)
|
323
|
+
* {RDF::GEO} - WGS84 Geo Positioning (GEO)
|
324
|
+
* {RDF::GR} - GoodRelations (GR)
|
325
|
+
* {RDF::HT} - Hypertext Transfer Protocol (HT)
|
326
|
+
* {RDF::ICAL} - RDF Calendar Workspace (ICAL)
|
327
|
+
* {RDF::MA} - Media Resources (MA)
|
328
|
+
* {RDF::MO} - Music Ontology (MO)
|
329
|
+
* {RDF::OG} - Open Graph protocol (OG)
|
330
|
+
* {RDF::OWL} - Web Ontology Language (OWL)
|
331
|
+
* {RDF::PROV} - Provenance on the web (PROV)
|
332
|
+
* {RDF::RDFS} - RDF Schema (RDFS)
|
333
|
+
* {RDF::RDFV} - RDF Vocabulary (RDFV)
|
334
|
+
* {RDF::RSA} - W3 RSA Keys (RSA)
|
335
|
+
* {RDF::RSS} - RDF Site Summary (RSS)
|
336
|
+
* {RDF::SCHEMA} - Schema.org (SCHEMA)
|
337
|
+
* {RDF::SIOC} - Semantically-Interlinked Online Communities (SIOC)
|
338
|
+
* {RDF::SKOS} - Simple Knowledge Organization System (SKOS)
|
339
|
+
* {RDF::SKOSXL} - SKOS eXtension for Labels (SKOSXL)
|
340
|
+
* {RDF::V} - RDF data vocabulary (V)
|
341
|
+
* {RDF::VCARD} - Ontology for vCards (VCARD)
|
342
|
+
* {RDF::VMD} - Data-Vocabulary.org (VMD)
|
343
|
+
* {RDF::VOID} - Vocabulary of Interlinked Datasets (VOID)
|
344
|
+
* {RDF::VS} - SemWeb Vocab Status ontology (VS)
|
345
|
+
* {RDF::WDRS} - Protocol for Web Description Resources (WDRS)
|
346
|
+
* {RDF::WOT} - Web of Trust (WOT)
|
347
|
+
* {RDF::XHTML} - Extensible HyperText Markup Language (XHTML)
|
348
|
+
* {RDF::XHV} - XHTML Vocabulary (XHV)
|
349
|
+
* {RDF::XSD} - XML Schema (XSD)
|
334
350
|
|
335
351
|
## Dependencies
|
336
352
|
|
@@ -387,6 +403,7 @@ follows:
|
|
387
403
|
* [Keita Urashima](http://github.com/ursm) - <http://ursm.jp/>
|
388
404
|
* [Pius Uzamere](http://github.com/pius) - <http://pius.me/>
|
389
405
|
* [Judson Lester](https://github.com/nyarly) - <https://github.com/nyarly>
|
406
|
+
* [Peter Vandenabeele](https://github.com/petervandenabeele) - <https://github.com/petervandenabeele>
|
390
407
|
|
391
408
|
## Contributing
|
392
409
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.4.
|
1
|
+
1.1.4.2
|
data/lib/rdf/cli/vocab-loader.rb
CHANGED
@@ -134,7 +134,7 @@ module RDF
|
|
134
134
|
# This file generated automatically using vocab-fetch from #{source}
|
135
135
|
require 'rdf'
|
136
136
|
module #{module_name}
|
137
|
-
class #{class_name} <
|
137
|
+
class #{class_name} < RDF::#{"Strict" if @strict}Vocabulary("#{uri}")
|
138
138
|
).gsub(/^ /, '') if @output_class_file
|
139
139
|
|
140
140
|
# Extract statements with subjects that have the vocabulary prefix and organize into a hash of properties and values
|
data/lib/rdf/util/file.rb
CHANGED
data/lib/rdf/vocab/cc.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://creativecommons.org/ns#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class CC < StrictVocabulary("http://creativecommons.org/ns#")
|
5
|
+
class CC < RDF::StrictVocabulary("http://creativecommons.org/ns#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Jurisdiction,
|
data/lib/rdf/vocab/cert.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/ns/auth/cert#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class CERT < StrictVocabulary("http://www.w3.org/ns/auth/cert#")
|
5
|
+
class CERT < RDF::StrictVocabulary("http://www.w3.org/ns/auth/cert#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Certificate,
|
data/lib/rdf/vocab/dc.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://purl.org/dc/terms/
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class DC < StrictVocabulary("http://purl.org/dc/terms/")
|
5
|
+
class DC < RDF::StrictVocabulary("http://purl.org/dc/terms/")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Agent,
|
data/lib/rdf/vocab/dc11.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://purl.org/dc/elements/1.1/
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class DC11 < StrictVocabulary("http://purl.org/dc/elements/1.1/")
|
5
|
+
class DC11 < RDF::StrictVocabulary("http://purl.org/dc/elements/1.1/")
|
6
6
|
|
7
7
|
# Property definitions
|
8
8
|
property :contributor,
|
data/lib/rdf/vocab/doap.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://usefulinc.com/ns/doap#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class DOAP < StrictVocabulary("http://usefulinc.com/ns/doap#")
|
5
|
+
class DOAP < RDF::StrictVocabulary("http://usefulinc.com/ns/doap#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :ArchRepository,
|
@@ -330,7 +330,7 @@ module RDF
|
|
330
330
|
"dc11:rights" => %(Copyright © 2004-2009 Edd Dumbill).freeze,
|
331
331
|
"dc11:title" => %(Description of a Project \(DOAP\) vocabulary).freeze,
|
332
332
|
label: "".freeze,
|
333
|
-
"owl:imports" => %(foaf:).freeze,
|
333
|
+
"owl:imports" => %(foaf:index.rdf).freeze,
|
334
334
|
type: "owl:Ontology".freeze
|
335
335
|
end
|
336
336
|
end
|
data/lib/rdf/vocab/exif.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2003/12/exif/ns#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class EXIF < StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")
|
5
|
+
class EXIF < RDF::StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :IFD,
|
data/lib/rdf/vocab/foaf.rb
CHANGED
@@ -2,37 +2,37 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://xmlns.com/foaf/0.1/
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class FOAF < StrictVocabulary("http://xmlns.com/foaf/0.1/")
|
5
|
+
class FOAF < RDF::StrictVocabulary("http://xmlns.com/foaf/0.1/")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Agent,
|
9
9
|
comment: %(An agent \(eg. person, group, software or physical artifact\).).freeze,
|
10
10
|
label: "Agent".freeze,
|
11
11
|
"owl:equivalentClass" => %(dc:Agent).freeze,
|
12
|
+
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
12
13
|
type: ["owl:Class".freeze, "rdfs:Class".freeze],
|
13
14
|
"vs:term_status" => %(stable).freeze
|
14
15
|
term :Document,
|
15
16
|
comment: %(A document.).freeze,
|
16
17
|
label: "Document".freeze,
|
17
18
|
"owl:disjointWith" => [%(foaf:Organization).freeze, %(foaf:Project).freeze],
|
18
|
-
"owl:equivalentClass" => %(schema:CreativeWork).freeze,
|
19
19
|
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
20
20
|
type: ["rdfs:Class".freeze, "owl:Class".freeze],
|
21
|
-
"vs:term_status" => %(
|
21
|
+
"vs:term_status" => %(testing).freeze
|
22
22
|
term :Group,
|
23
23
|
comment: %(A class of Agents.).freeze,
|
24
24
|
label: "Group".freeze,
|
25
|
+
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
25
26
|
subClassOf: "foaf:Agent".freeze,
|
26
27
|
type: ["rdfs:Class".freeze, "owl:Class".freeze],
|
27
28
|
"vs:term_status" => %(stable).freeze
|
28
29
|
term :Image,
|
29
30
|
comment: %(An image.).freeze,
|
30
31
|
label: "Image".freeze,
|
31
|
-
"owl:equivalentClass" => %(schema:ImageObject).freeze,
|
32
32
|
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
33
33
|
subClassOf: "foaf:Document".freeze,
|
34
34
|
type: ["rdfs:Class".freeze, "owl:Class".freeze],
|
35
|
-
"vs:term_status" => %(
|
35
|
+
"vs:term_status" => %(testing).freeze
|
36
36
|
term :LabelProperty,
|
37
37
|
comment: %(A foaf:LabelProperty is any RDF property with texual values that serve as labels.).freeze,
|
38
38
|
label: "Label Property".freeze,
|
@@ -79,14 +79,14 @@ module RDF
|
|
79
79
|
comment: %(A person.).freeze,
|
80
80
|
label: "Person".freeze,
|
81
81
|
"owl:disjointWith" => [%(foaf:Organization).freeze, %(foaf:Project).freeze],
|
82
|
-
"owl:equivalentClass" => [%(schema:Person).freeze, %(http://www.w3.org/2000/10/swap/pim/contact#Person).freeze],
|
83
82
|
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
84
|
-
subClassOf: ["foaf:Agent".freeze, "geo:SpatialThing".freeze],
|
83
|
+
subClassOf: ["foaf:Agent".freeze, "http://www.w3.org/2000/10/swap/pim/contact#Person".freeze, "geo:SpatialThing".freeze],
|
85
84
|
type: ["rdfs:Class".freeze, "owl:Class".freeze],
|
86
85
|
"vs:term_status" => %(stable).freeze
|
87
86
|
term :PersonalProfileDocument,
|
88
87
|
comment: %(A personal profile RDF document.).freeze,
|
89
88
|
label: "PersonalProfileDocument".freeze,
|
89
|
+
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
90
90
|
subClassOf: "foaf:Document".freeze,
|
91
91
|
type: ["rdfs:Class".freeze, "owl:Class".freeze],
|
92
92
|
"vs:term_status" => %(testing).freeze
|
@@ -352,7 +352,7 @@ module RDF
|
|
352
352
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
|
353
353
|
"vs:term_status" => %(stable).freeze
|
354
354
|
property :maker,
|
355
|
-
comment: %(An agent that
|
355
|
+
comment: %(An agent that made this thing.).freeze,
|
356
356
|
domain: "owl:Thing".freeze,
|
357
357
|
label: "maker".freeze,
|
358
358
|
"owl:equivalentProperty" => %(dc:creator).freeze,
|
@@ -362,7 +362,7 @@ module RDF
|
|
362
362
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
|
363
363
|
"vs:term_status" => %(stable).freeze
|
364
364
|
property :mbox,
|
365
|
-
comment: %(A
|
365
|
+
comment: %(A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is \(across time and change\) at most one individual that ever has any particular value for foaf:mbox.).freeze,
|
366
366
|
domain: "foaf:Agent".freeze,
|
367
367
|
label: "personal mailbox".freeze,
|
368
368
|
range: "owl:Thing".freeze,
|
@@ -370,7 +370,7 @@ module RDF
|
|
370
370
|
type: ["rdf:Property".freeze, "owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
371
371
|
"vs:term_status" => %(stable).freeze
|
372
372
|
property :mbox_sha1sum,
|
373
|
-
comment: %(The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the
|
373
|
+
comment: %(The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.).freeze,
|
374
374
|
domain: "foaf:Agent".freeze,
|
375
375
|
label: "sha1sum of a personal mailbox URI name".freeze,
|
376
376
|
range: "rdfs:Literal".freeze,
|
@@ -440,7 +440,7 @@ module RDF
|
|
440
440
|
range: "foaf:Document".freeze,
|
441
441
|
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
442
442
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
|
443
|
-
"vs:term_status" => %(
|
443
|
+
"vs:term_status" => %(testing).freeze
|
444
444
|
property :pastProject,
|
445
445
|
comment: %(A project this person has previously worked on.).freeze,
|
446
446
|
domain: "foaf:Person".freeze,
|
@@ -450,7 +450,7 @@ module RDF
|
|
450
450
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
|
451
451
|
"vs:term_status" => %(testing).freeze
|
452
452
|
property :phone,
|
453
|
-
comment: %(A phone,
|
453
|
+
comment: %(A phone, specified using fully qualified tel: URI scheme \(refs: http://www.w3.org/Addressing/schemes.html#tel\).).freeze,
|
454
454
|
label: "phone".freeze,
|
455
455
|
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
456
456
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
|
@@ -576,7 +576,7 @@ module RDF
|
|
576
576
|
"rdfs:isDefinedBy" => %(foaf:).freeze,
|
577
577
|
subPropertyOf: "foaf:page".freeze,
|
578
578
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze],
|
579
|
-
"vs:term_status" => %(
|
579
|
+
"vs:term_status" => %(testing).freeze
|
580
580
|
property :workInfoHomepage,
|
581
581
|
comment: %(A work info homepage of some person; a page about their work for some organization.).freeze,
|
582
582
|
domain: "foaf:Person".freeze,
|
data/lib/rdf/vocab/geo.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2003/01/geo/wgs84_pos#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class GEO < StrictVocabulary("http://www.w3.org/2003/01/geo/wgs84_pos#")
|
5
|
+
class GEO < RDF::StrictVocabulary("http://www.w3.org/2003/01/geo/wgs84_pos#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Point,
|
data/lib/rdf/vocab/gr.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.heppnetz.de/ontologies/goodrelations/v1.owl
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class GR < StrictVocabulary("http://purl.org/goodrelations/v1#")
|
5
|
+
class GR < RDF::StrictVocabulary("http://purl.org/goodrelations/v1#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :ActualProductOrServiceInstance,
|
data/lib/rdf/vocab/ht.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2006/http#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class HT < StrictVocabulary("http://www.w3.org/2006/http#")
|
5
|
+
class HT < RDF::StrictVocabulary("http://www.w3.org/2006/http#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :ConnectRequest,
|
data/lib/rdf/vocab/ical.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2002/12/cal/icaltzd#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class ICAL < StrictVocabulary("http://www.w3.org/2002/12/cal/icaltzd#")
|
5
|
+
class ICAL < RDF::StrictVocabulary("http://www.w3.org/2002/12/cal/icaltzd#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :DomainOf_rrule,
|
data/lib/rdf/vocab/ma.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/ns/ma-ont.rdf
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class MA < StrictVocabulary("http://www.w3.org/ns/ma-ont#")
|
5
|
+
class MA < RDF::StrictVocabulary("http://www.w3.org/ns/ma-ont#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Agent,
|
data/lib/rdf/vocab/mo.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://purl.org/ontology/mo/
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class MO < StrictVocabulary("http://purl.org/ontology/mo/")
|
5
|
+
class MO < RDF::StrictVocabulary("http://purl.org/ontology/mo/")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Activity,
|
data/lib/rdf/vocab/og.rb
CHANGED
data/lib/rdf/vocab/owl.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2002/07/owl#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class OWL < StrictVocabulary("http://www.w3.org/2002/07/owl#")
|
5
|
+
class OWL < RDF::StrictVocabulary("http://www.w3.org/2002/07/owl#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :AllDifferent,
|
data/lib/rdf/vocab/prov.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/ns/prov#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class PROV < StrictVocabulary("http://www.w3.org/ns/prov#")
|
5
|
+
class PROV < RDF::StrictVocabulary("http://www.w3.org/ns/prov#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Accept,
|
data/lib/rdf/vocab/rdfs.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2000/01/rdf-schema#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class RDFS < StrictVocabulary("http://www.w3.org/2000/01/rdf-schema#")
|
5
|
+
class RDFS < RDF::StrictVocabulary("http://www.w3.org/2000/01/rdf-schema#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Class,
|
data/lib/rdf/vocab/rsa.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/ns/auth/rsa#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class RSA < StrictVocabulary("http://www.w3.org/ns/auth/rsa#")
|
5
|
+
class RSA < RDF::StrictVocabulary("http://www.w3.org/ns/auth/rsa#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :RSAKey,
|
data/lib/rdf/vocab/rss.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://purl.org/rss/1.0/schema.rdf
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class RSS < StrictVocabulary("http://purl.org/rss/1.0/")
|
5
|
+
class RSS < RDF::StrictVocabulary("http://purl.org/rss/1.0/")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :channel,
|
data/lib/rdf/vocab/schema.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://schema.org/docs/schema_org_rdfa.html
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class SCHEMA < StrictVocabulary("http://schema.org/")
|
5
|
+
class SCHEMA < RDF::StrictVocabulary("http://schema.org/")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :APIReference,
|
@@ -1532,6 +1532,11 @@ module RDF
|
|
1532
1532
|
label: "Map".freeze,
|
1533
1533
|
subClassOf: "schema:CreativeWork".freeze,
|
1534
1534
|
type: "rdfs:Class".freeze
|
1535
|
+
term :MapCategoryType,
|
1536
|
+
comment: %(An enumeration of several kinds of Map.).freeze,
|
1537
|
+
label: "MapCategoryType".freeze,
|
1538
|
+
subClassOf: "schema:Enumeration".freeze,
|
1539
|
+
type: "rdfs:Class".freeze
|
1535
1540
|
term :MarryAction,
|
1536
1541
|
comment: %(The act of marrying a person.).freeze,
|
1537
1542
|
label: "MarryAction".freeze,
|
@@ -2546,7 +2551,7 @@ module RDF
|
|
2546
2551
|
subClassOf: "schema:BodyOfWater".freeze,
|
2547
2552
|
type: "rdfs:Class".freeze
|
2548
2553
|
term :Role,
|
2549
|
-
comment: %(Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player
|
2554
|
+
comment: %(Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.
|
2550
2555
|
).freeze,
|
2551
2556
|
label: "Role".freeze,
|
2552
2557
|
subClassOf: "schema:Intangible".freeze,
|
@@ -5229,6 +5234,12 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
5229
5234
|
"schema:domainIncludes" => [%(schema:DeliveryEvent).freeze, %(schema:ParcelDelivery).freeze],
|
5230
5235
|
"schema:rangeIncludes" => %(schema:DeliveryMethod).freeze,
|
5231
5236
|
type: "rdf:Property".freeze
|
5237
|
+
property :hasMap,
|
5238
|
+
comment: %(A URL to a map of the place.).freeze,
|
5239
|
+
label: "hasMap".freeze,
|
5240
|
+
"schema:domainIncludes" => %(schema:Place).freeze,
|
5241
|
+
"schema:rangeIncludes" => [%(schema:URL).freeze, %(schema:Map).freeze],
|
5242
|
+
type: "rdf:Property".freeze
|
5232
5243
|
property :hasPOS,
|
5233
5244
|
comment: %(Points-of-Sales operated by the organization or person.).freeze,
|
5234
5245
|
label: "hasPOS".freeze,
|
@@ -5347,7 +5358,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
5347
5358
|
comment: %(URL of an image of the item.).freeze,
|
5348
5359
|
label: "image".freeze,
|
5349
5360
|
"schema:domainIncludes" => %(schema:Thing).freeze,
|
5350
|
-
"schema:rangeIncludes" => %(schema:URL).freeze,
|
5361
|
+
"schema:rangeIncludes" => [%(schema:URL).freeze, %(schema:ImageObject).freeze],
|
5351
5362
|
type: "rdf:Property".freeze
|
5352
5363
|
property :imagingTechnique,
|
5353
5364
|
comment: %(Imaging technique used.).freeze,
|
@@ -5778,13 +5789,20 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
5778
5789
|
label: "map".freeze,
|
5779
5790
|
"schema:domainIncludes" => %(schema:Place).freeze,
|
5780
5791
|
"schema:rangeIncludes" => %(schema:URL).freeze,
|
5792
|
+
"schema:supercededBy" => %(schema:hasMap).freeze,
|
5793
|
+
type: "rdf:Property".freeze
|
5794
|
+
property :mapType,
|
5795
|
+
comment: %(Indicates the kind of Map, from the MapCategoryType Enumeration.).freeze,
|
5796
|
+
label: "mapType".freeze,
|
5797
|
+
"schema:domainIncludes" => %(schema:Map).freeze,
|
5798
|
+
"schema:rangeIncludes" => %(schema:MapCategoryType).freeze,
|
5781
5799
|
type: "rdf:Property".freeze
|
5782
5800
|
property :maps,
|
5783
5801
|
comment: %(A URL to a map of the place \(legacy spelling; see singular form, map\).).freeze,
|
5784
5802
|
label: "maps".freeze,
|
5785
5803
|
"schema:domainIncludes" => %(schema:Place).freeze,
|
5786
5804
|
"schema:rangeIncludes" => %(schema:URL).freeze,
|
5787
|
-
"schema:supercededBy" => %(schema:
|
5805
|
+
"schema:supercededBy" => %(schema:hasMap).freeze,
|
5788
5806
|
type: "rdf:Property".freeze
|
5789
5807
|
property :maxPrice,
|
5790
5808
|
comment: %(The highest price if the price is a range.).freeze,
|
@@ -6128,6 +6146,12 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
6128
6146
|
"schema:domainIncludes" => %(schema:Order).freeze,
|
6129
6147
|
"schema:rangeIncludes" => %(schema:Product).freeze,
|
6130
6148
|
type: "rdf:Property".freeze
|
6149
|
+
property :organizer,
|
6150
|
+
comment: %(An organizer of an Event.).freeze,
|
6151
|
+
label: "organizer".freeze,
|
6152
|
+
"schema:domainIncludes" => %(schema:Event).freeze,
|
6153
|
+
"schema:rangeIncludes" => [%(schema:Person).freeze, %(schema:Organization).freeze],
|
6154
|
+
type: "rdf:Property".freeze
|
6131
6155
|
property :origin,
|
6132
6156
|
comment: %(The place or point where a muscle arises.).freeze,
|
6133
6157
|
label: "origin".freeze,
|
@@ -8489,6 +8513,9 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
8489
8513
|
comment: %(Book format: Paperback.).freeze,
|
8490
8514
|
label: "Paperback".freeze,
|
8491
8515
|
type: "schema:BookFormatType".freeze
|
8516
|
+
term :ParkingMap,
|
8517
|
+
comment: %(A parking map.).freeze,
|
8518
|
+
label: "ParkingMap".freeze
|
8492
8519
|
term :Pathology,
|
8493
8520
|
comment: %(A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness.).freeze,
|
8494
8521
|
label: "Pathology".freeze,
|
@@ -8621,6 +8648,9 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
8621
8648
|
comment: %(A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases.).freeze,
|
8622
8649
|
label: "Rheumatologic".freeze,
|
8623
8650
|
type: "schema:MedicalSpecialty".freeze
|
8651
|
+
term :SeatingMap,
|
8652
|
+
comment: %(A seating map.).freeze,
|
8653
|
+
label: "SeatingMap".freeze
|
8624
8654
|
term :SingleBlindedTrial,
|
8625
8655
|
comment: %(A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not.).freeze,
|
8626
8656
|
label: "SingleBlindedTrial".freeze,
|
@@ -8681,6 +8711,9 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
8681
8711
|
comment: %(A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions.).freeze,
|
8682
8712
|
label: "TraditionalChinese".freeze,
|
8683
8713
|
type: "schema:MedicineSystem".freeze
|
8714
|
+
term :TransitMap,
|
8715
|
+
comment: %(A transit map.).freeze,
|
8716
|
+
label: "TransitMap".freeze
|
8684
8717
|
term :TripleBlindedTrial,
|
8685
8718
|
comment: %(A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to.).freeze,
|
8686
8719
|
label: "TripleBlindedTrial".freeze,
|
@@ -8702,6 +8735,9 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
8702
8735
|
comment: %(Indicates that the item is used.).freeze,
|
8703
8736
|
label: "UsedCondition".freeze,
|
8704
8737
|
type: "schema:OfferItemCondition".freeze
|
8738
|
+
term :VenueMap,
|
8739
|
+
comment: %(A venue map \(e.g. for malls, auditoriums, museums, etc.\).).freeze,
|
8740
|
+
label: "VenueMap".freeze
|
8705
8741
|
term :VitalSign,
|
8706
8742
|
comment: %(VitalSign).freeze,
|
8707
8743
|
label: "VitalSign".freeze,
|
data/lib/rdf/vocab/sioc.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://rdfs.org/sioc/ns#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class SIOC < StrictVocabulary("http://rdfs.org/sioc/ns#")
|
5
|
+
class SIOC < RDF::StrictVocabulary("http://rdfs.org/sioc/ns#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Community,
|
data/lib/rdf/vocab/skos.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2004/02/skos/core#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class SKOS < StrictVocabulary("http://www.w3.org/2004/02/skos/core#")
|
5
|
+
class SKOS < RDF::StrictVocabulary("http://www.w3.org/2004/02/skos/core#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Collection,
|
data/lib/rdf/vocab/skosxl.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/TR/skos-reference/skos-xl.rdf
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class SKOSXL < StrictVocabulary("http://www.w3.org/2008/05/skos-xl#")
|
5
|
+
class SKOSXL < RDF::StrictVocabulary("http://www.w3.org/2008/05/skos-xl#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Label,
|
data/lib/rdf/vocab/v.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from etc/rdf.data-vocab.ttl
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class V < StrictVocabulary("http://rdf.data-vocabulary.org/#")
|
5
|
+
class V < RDF::StrictVocabulary("http://rdf.data-vocabulary.org/#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Address,
|
data/lib/rdf/vocab/vcard.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2006/vcard/ns#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class VCARD < StrictVocabulary("http://www.w3.org/2006/vcard/ns#")
|
5
|
+
class VCARD < RDF::StrictVocabulary("http://www.w3.org/2006/vcard/ns#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Acquaintance,
|
data/lib/rdf/vocab/vmd.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from etc/data-vocab.ttl
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class VMD < StrictVocabulary("http://data-vocabulary.org/")
|
5
|
+
class VMD < RDF::StrictVocabulary("http://data-vocabulary.org/")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Address,
|
data/lib/rdf/vocab/void.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://vocab.deri.ie/void.rdf
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class VOID < StrictVocabulary("http://rdfs.org/ns/void#")
|
5
|
+
class VOID < RDF::StrictVocabulary("http://rdfs.org/ns/void#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Dataset,
|
data/lib/rdf/vocab/vs.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2003/06/sw-vocab-status/ns#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class VS < StrictVocabulary("http://www.w3.org/2003/06/sw-vocab-status/ns#")
|
5
|
+
class VS < RDF::StrictVocabulary("http://www.w3.org/2003/06/sw-vocab-status/ns#")
|
6
6
|
|
7
7
|
# Property definitions
|
8
8
|
property :moreinfo,
|
data/lib/rdf/vocab/wdrs.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/2007/05/powder-s#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class WDRS < StrictVocabulary("http://www.w3.org/2007/05/powder-s#")
|
5
|
+
class WDRS < RDF::StrictVocabulary("http://www.w3.org/2007/05/powder-s#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Document,
|
data/lib/rdf/vocab/wot.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://xmlns.com/wot/0.1/index.rdf
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class WOT < StrictVocabulary("http://xmlns.com/wot/0.1/")
|
5
|
+
class WOT < RDF::StrictVocabulary("http://xmlns.com/wot/0.1/")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :EncryptedDocument,
|
data/lib/rdf/vocab/xhtml.rb
CHANGED
data/lib/rdf/vocab/xhv.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.w3.org/1999/xhtml/vocab#
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class XHV < Vocabulary("http://www.w3.org/1999/xhtml/vocab#")
|
5
|
+
class XHV < RDF::Vocabulary("http://www.w3.org/1999/xhtml/vocab#")
|
6
6
|
|
7
7
|
# Property definitions
|
8
8
|
property :alert,
|
data/lib/rdf/vocab/xsd.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file generated automatically using vocab-fetch from etc/xsd.ttl
|
3
3
|
require 'rdf'
|
4
4
|
module RDF
|
5
|
-
class XSD < Vocabulary("http://www.w3.org/2001/XMLSchema#")
|
5
|
+
class XSD < RDF::Vocabulary("http://www.w3.org/2001/XMLSchema#")
|
6
6
|
|
7
7
|
# Datatype definitions
|
8
8
|
term :NCName,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.4.
|
4
|
+
version: 1.1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arto Bendiken
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf-spec
|