Skip to content

Commit

Permalink
Finish 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 3, 2019
2 parents 5942074 + af1aa79 commit a28049e
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 217 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.10
3.0.11
12 changes: 1 addition & 11 deletions lib/rdf/vocab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,7 @@ module Vocab
dc11: {uri: "http://purl.org/dc/elements/1.1/"},
dcat: {
uri: "http://www.w3.org/ns/dcat#",
patch: %{
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
DeleteExisting {
dcat:landingPage rdfs:subPropertyOf foaf:Page .
} .
AddNew {
dcat:landingPage rdfs:subPropertyOf foaf:page .
} .
}
source: "https://w3c.github.io/dxwg/dcat/rdf/dcat.ttl"
},
dcmitype: {
uri: "http://purl.org/dc/dcmitype/",
Expand Down
Loading

0 comments on commit a28049e

Please sign in to comment.