rdf-vocab 3.2.5 → 3.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,6 @@ module RDF::Vocab
9
9
 
10
10
  # Ontology definition
11
11
  ontology :"http://www.w3.org/1999/xhtml#",
12
- "http://www.w3.org/1999/xhtml/vocab#stylesheet": "http://www.w3.org/StyleSheets/TR/base",
13
12
  "http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt"
14
13
  end
15
14
  end
data/lib/rdf/vocab.rb CHANGED
@@ -9,19 +9,7 @@ module RDF
9
9
 
10
10
  # @!visibility private
11
11
  VOCABS = {
12
- acl: {
13
- uri: "http://www.w3.org/ns/auth/acl#",
14
- patch: %{
15
- @prefix acl: <http://www.w3.org/ns/auth/acl#> .
16
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
17
- DeleteExisting {
18
- acl:Access acl:label "access"@en .
19
- } .
20
- AddNew {
21
- acl:Access rdfs:label "access"@en .
22
- } .
23
- }
24
- },
12
+ acl: {uri: "http://www.w3.org/ns/auth/acl#"},
25
13
  as: {uri: "https://www.w3.org/ns/activitystreams#", source: 'etc/as.ttl'},
26
14
  bf2: {uri: 'http://id.loc.gov/ontologies/bibframe/'},
27
15
  bibframe: {
@@ -69,7 +57,10 @@ module RDF
69
57
  class_name: "DataCite",
70
58
  skip: true
71
59
  },
72
- dbo: {uri: "http://dbpedia.org/ontology/", source: "http://dbpedia.org/data3/.ttl"},
60
+ dbo: {
61
+ uri: "http://dbpedia.org/ontology/",
62
+ skip: true # as of 2023-07-23, not available for download at previous location
63
+ },
73
64
  dc: {uri: "http://purl.org/dc/terms/"},
74
65
  dc11: {uri: "http://purl.org/dc/elements/1.1/"},
75
66
  dcat: {
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: 3.2.5
4
+ version: 3.2.7
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: 2023-04-05 00:00:00.000000000 Z
13
+ date: 2023-07-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf
@@ -402,7 +402,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
402
402
  - !ruby/object:Gem::Version
403
403
  version: '0'
404
404
  requirements: []
405
- rubygems_version: 3.4.6
405
+ rubygems_version: 3.3.26
406
406
  signing_key:
407
407
  specification_version: 4
408
408
  summary: A library of RDF vocabularies