rdf-vocab 2.0.0.beta1 → 2.0.0.beta4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab/acl.rb +1 -1
  3. data/lib/rdf/vocab/bibframe.rb +1 -1
  4. data/lib/rdf/vocab/bibo.rb +1 -1
  5. data/lib/rdf/vocab/cc.rb +58 -11
  6. data/lib/rdf/vocab/cert.rb +2 -2
  7. data/lib/rdf/vocab/cnt.rb +1 -1
  8. data/lib/rdf/vocab/crm.rb +1 -1
  9. data/lib/rdf/vocab/datacite.rb +69 -12
  10. data/lib/rdf/vocab/dc.rb +1 -1
  11. data/lib/rdf/vocab/dc11.rb +1 -1
  12. data/lib/rdf/vocab/dcat.rb +1 -1
  13. data/lib/rdf/vocab/dcmitype.rb +1 -1
  14. data/lib/rdf/vocab/disco.rb +369 -0
  15. data/lib/rdf/vocab/doap.rb +1 -1
  16. data/lib/rdf/vocab/dwc.rb +1 -1
  17. data/lib/rdf/vocab/ebucore.rb +14 -14
  18. data/lib/rdf/vocab/edm.rb +1 -1
  19. data/lib/rdf/vocab/exif.rb +1 -1
  20. data/lib/rdf/vocab/fcrepo4.rb +1 -1
  21. data/lib/rdf/vocab/foaf.rb +1 -1
  22. data/lib/rdf/vocab/geo.rb +1 -1
  23. data/lib/rdf/vocab/geonames.rb +1 -1
  24. data/lib/rdf/vocab/gr.rb +1 -1
  25. data/lib/rdf/vocab/ht.rb +1 -1
  26. data/lib/rdf/vocab/hydra.rb +1 -1
  27. data/lib/rdf/vocab/iana.rb +1 -1
  28. data/lib/rdf/vocab/ical.rb +1 -1
  29. data/lib/rdf/vocab/identifiers.rb +1 -1
  30. data/lib/rdf/vocab/iiif.rb +1 -1
  31. data/lib/rdf/vocab/jsonld.rb +1 -1
  32. data/lib/rdf/vocab/ldp.rb +1 -1
  33. data/lib/rdf/vocab/lrmi.rb +1 -1
  34. data/lib/rdf/vocab/ma.rb +1 -1
  35. data/lib/rdf/vocab/mads.rb +1 -1
  36. data/lib/rdf/vocab/marc_relators.rb +1 -1
  37. data/lib/rdf/vocab/mo.rb +1 -1
  38. data/lib/rdf/vocab/mods.rb +1 -1
  39. data/lib/rdf/vocab/nfo.rb +1 -1
  40. data/lib/rdf/vocab/oa.rb +1 -1
  41. data/lib/rdf/vocab/og.rb +1 -1
  42. data/lib/rdf/vocab/ogc.rb +1 -1
  43. data/lib/rdf/vocab/ore.rb +1 -1
  44. data/lib/rdf/vocab/org.rb +1 -1
  45. data/lib/rdf/vocab/pplan.rb +1 -1
  46. data/lib/rdf/vocab/premis.rb +2 -2
  47. data/lib/rdf/vocab/premis_event_type.rb +1 -1
  48. data/lib/rdf/vocab/prov.rb +1 -1
  49. data/lib/rdf/vocab/ptr.rb +1 -1
  50. data/lib/rdf/vocab/rsa.rb +1 -1
  51. data/lib/rdf/vocab/rss.rb +1 -1
  52. data/lib/rdf/vocab/schema.rb +1 -1
  53. data/lib/rdf/vocab/sioc.rb +1 -1
  54. data/lib/rdf/vocab/sioc_services.rb +1 -1
  55. data/lib/rdf/vocab/skos.rb +1 -1
  56. data/lib/rdf/vocab/skosxl.rb +1 -1
  57. data/lib/rdf/vocab/v.rb +1 -1
  58. data/lib/rdf/vocab/vcard.rb +1 -1
  59. data/lib/rdf/vocab/vmd.rb +1 -1
  60. data/lib/rdf/vocab/void.rb +1 -1
  61. data/lib/rdf/vocab/vs.rb +1 -1
  62. data/lib/rdf/vocab/wdrs.rb +1 -1
  63. data/lib/rdf/vocab/wot.rb +1 -1
  64. data/lib/rdf/vocab/xhtml.rb +1 -1
  65. data/lib/rdf/vocab/xhv.rb +1 -1
  66. data/lib/rdf/vocab.rb +21 -1
  67. metadata +4 -3
data/lib/rdf/vocab/nfo.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#
3
+ # This file generated automatically using rdf vocabulary format from http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/oa.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.openannotation.org/spec/core/20130208/oa.owl
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/oa#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/og.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://ogp.me/ns#
3
+ # This file generated automatically using rdf vocabulary format from http://ogp.me/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/ogc.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://ogp.me/ns
3
+ # This file generated automatically using rdf vocabulary format from http://ogp.me/ns/class#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/ore.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.openarchives.org/ore/terms/
3
+ # This file generated automatically using rdf vocabulary format from http://www.openarchives.org/ore/terms/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/org.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/ns/org#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/org#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://purl.org/net/p-plan#
3
+ # This file generated automatically using rdf vocabulary format from http://purl.org/net/p-plan#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.loc.gov/premis/rdf/v1.rdf
3
+ # This file generated automatically using rdf vocabulary format from http://www.loc.gov/premis/rdf/v1#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -345,7 +345,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
345
345
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
346
346
  :"vs:term_status" => %(stable).freeze
347
347
  property :hasContentLocationValue,
348
- comment: %(Examples: http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ \(file\), c:\apache2\htdocs\index.html \(file\), 64 [offset from start of file c:\apache2\htdocs\image\logo.gif] \(bitstream\)).freeze,
348
+ comment: %(Examples: http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ \(file\), c:pache2htdocsindex.html \(file\), 64 [offset from start of file c:pache2htdocsimagelogo.gif] \(bitstream\)).freeze,
349
349
  domain: "premis:ContentLocation".freeze,
350
350
  label: "hasContentLocationValue".freeze,
351
351
  range: "xsd:string".freeze,
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://id.loc.gov/vocabulary/preservation/eventType.nt
3
+ # This file generated automatically using rdf vocabulary format from http://id.loc.gov/vocabulary/preservation/eventType/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/ns/prov#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/prov#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/ptr.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/2009/pointers#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/2009/pointers#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/rsa.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/ns/auth/rsa#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/auth/rsa#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/rss.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://purl.org/rss/1.0/schema.rdf
3
+ # This file generated automatically using rdf vocabulary format from http://purl.org/rss/1.0/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://schema.org/docs/schema_org_rdfa.html
3
+ # This file generated automatically using rdf vocabulary format from http://schema.org/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://rdfs.org/sioc/ns#
3
+ # This file generated automatically using rdf vocabulary format from http://rdfs.org/sioc/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://rdfs.org/sioc/services#
3
+ # This file generated automatically using rdf vocabulary format from http://rdfs.org/sioc/services#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/2004/02/skos/core#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/2004/02/skos/core#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/TR/skos-reference/skos-xl.rdf
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/2008/05/skos-xl#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/v.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from etc/rdf.data-vocab.ttl
3
+ # This file generated automatically using rdf vocabulary format from http://rdf.data-vocabulary.org/#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/2006/vcard/ns#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/2006/vcard/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/vmd.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from etc/data-vocab.ttl
3
+ # This file generated automatically using rdf vocabulary format from http://data-vocabulary.org/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://vocab.deri.ie/void.rdf
3
+ # This file generated automatically using rdf vocabulary format from http://rdfs.org/ns/void#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/vs.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/2003/06/sw-vocab-status/ns#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/06/sw-vocab-status/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/2007/05/powder-s#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/2007/05/powder-s#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/wot.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://xmlns.com/wot/0.1/index.rdf
3
+ # This file generated automatically using rdf vocabulary format from http://xmlns.com/wot/0.1/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/1999/xhtml#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab/xhv.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # frozen_string_literal: true
3
- # This file generated automatically using vocab-fetch from http://www.w3.org/1999/xhtml/vocab#
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml/vocab#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
data/lib/rdf/vocab.rb CHANGED
@@ -15,7 +15,10 @@ module RDF
15
15
  extra: {hasAccompaniment: {type: "rdf:Property",label: "has accompaniment"}}
16
16
  },
17
17
  bibo: {uri: "http://purl.org/ontology/bibo/"},
18
- cc: {uri: "http://creativecommons.org/ns#"},
18
+ cc: {
19
+ uri: "http://creativecommons.org/ns#",
20
+ source: "etc/cc.ttl" # Source incorrectly uses https identifiers
21
+ },
19
22
  cert: {
20
23
  uri: "http://www.w3.org/ns/auth/cert#",
21
24
  patch: %{
@@ -72,6 +75,23 @@ module RDF
72
75
  uri: "http://purl.org/dc/dcmitype/",
73
76
  class_name: "DCMIType"
74
77
  },
78
+ disco: {
79
+ uri: "http://rdf-vocabulary.ddialliance.org/discovery#",
80
+ source: "https://raw.githubusercontent.com/linked-statistics/disco-spec/master/discovery.ttl",
81
+ patch: %{
82
+ @prefix dcmitype: <http://purl.org/dc/dcmitype/> .
83
+ @prefix dcterms: <http://purl.org/dc/terms/> .
84
+ @prefix disco: <http://rdf-vocabulary.ddialliance.org/discovery#> .
85
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
86
+ DeleteExisting {
87
+ disco:DataFile rdfs:subClassOf dcterms:Dataset .
88
+ } .
89
+ AddNew {
90
+ disco:DataFile rdfs:subClassOf dcmitype:Dataset .
91
+ disco:Representation a rdfs:Class .
92
+ } .
93
+ }
94
+ },
75
95
  doap: {
76
96
  uri: "http://usefulinc.com/ns/doap#",
77
97
  patch: %{
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta1
4
+ version: 2.0.0.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-02-22 00:00:00.000000000 Z
13
+ date: 2016-04-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf
@@ -165,6 +165,7 @@ files:
165
165
  - lib/rdf/vocab/dc11.rb
166
166
  - lib/rdf/vocab/dcat.rb
167
167
  - lib/rdf/vocab/dcmitype.rb
168
+ - lib/rdf/vocab/disco.rb
168
169
  - lib/rdf/vocab/doap.rb
169
170
  - lib/rdf/vocab/dwc.rb
170
171
  - lib/rdf/vocab/ebucore.rb
@@ -240,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
241
  version: 1.3.1
241
242
  requirements: []
242
243
  rubyforge_project:
243
- rubygems_version: 2.5.1
244
+ rubygems_version: 2.4.8
244
245
  signing_key:
245
246
  specification_version: 4
246
247
  summary: A library of RDF vocabularies