lib/rdf/vocab.rb in rdf-vocab-3.2.6 vs lib/rdf/vocab.rb in rdf-vocab-3.2.7

- old
+ new

@@ -7,23 +7,11 @@ module Vocab autoload :VERSION, 'rdf/vocab/version' # @!visibility private VOCABS = { - acl: { - uri: "http://www.w3.org/ns/auth/acl#", - patch: %{ - @prefix acl: <http://www.w3.org/ns/auth/acl#> . - @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - DeleteExisting { - acl:Access acl:label "access"@en . - } . - AddNew { - acl:Access rdfs:label "access"@en . - } . - } - }, + acl: {uri: "http://www.w3.org/ns/auth/acl#"}, as: {uri: "https://www.w3.org/ns/activitystreams#", source: 'etc/as.ttl'}, bf2: {uri: 'http://id.loc.gov/ontologies/bibframe/'}, bibframe: { uri: "http://id.loc.gov/ontologies/bibframe/", class_name: "Bibframe" @@ -67,10 +55,13 @@ datacite: { uri: "http://purl.org/spar/datacite/", class_name: "DataCite", skip: true }, - dbo: {uri: "http://dbpedia.org/ontology/", source: "http://dbpedia.org/data3/.ttl"}, + dbo: { + uri: "http://dbpedia.org/ontology/", + skip: true # as of 2023-07-23, not available for download at previous location + }, dc: {uri: "http://purl.org/dc/terms/"}, dc11: {uri: "http://purl.org/dc/elements/1.1/"}, dcat: { uri: "http://www.w3.org/ns/dcat#" },