Skip to content

Commit

Permalink
Merge pull request #86 from nishad/master
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Feb 8, 2021
2 parents 27ab691 + 18e4e97 commit 0724e15
Show file tree
Hide file tree
Showing 4 changed files with 3,318 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ontologies/_index.nq
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
<https://prefix.zazuko.com/doap:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://usefulinc.com/ns/doap#> .
<https://prefix.zazuko.com/doap:> <http://www.w3.org/ns/rdfa#prefix> "doap" .
<https://prefix.zazuko.com/doap:> <http://www.w3.org/ns/rdfa#uri> <http://usefulinc.com/ns/doap#> .
<https://prefix.zazuko.com/dpv:> <http://dbpedia.org/ontology/filename> "ontologies/dpv.nq" .
<https://prefix.zazuko.com/dpv:> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/rdfa#PrefixMapping> .
<https://prefix.zazuko.com/dpv:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://dpvcg.github.io/dpv/dpv.jsonld> .
<https://prefix.zazuko.com/dpv:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://dpvcg.github.io/dpv/dpv.n3> .
<https://prefix.zazuko.com/dpv:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://dpvcg.github.io/dpv/dpv.rdf> .
<https://prefix.zazuko.com/dpv:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://dpvcg.github.io/dpv/dpv.ttl> .
<https://prefix.zazuko.com/dpv:> <http://www.w3.org/ns/rdfa#prefix> "dpv" .
<https://prefix.zazuko.com/dpv:> <http://www.w3.org/ns/rdfa#uri> <http://www.w3.org/ns/dpv#> .
<https://prefix.zazuko.com/dqv:> <http://dbpedia.org/ontology/filename> "ontologies/dqv.nq" .
<https://prefix.zazuko.com/dqv:> <http://purl.org/dc/terms/description> "The Data Quality Vocabulary (DQV) is seen as an extension to DCAT to cover the quality of the data, how frequently is it updated, whether it accepts user corrections, persistence commitments etc. When used by publishers, this vocabulary will foster trust in the data amongst developers." .
<https://prefix.zazuko.com/dqv:> <http://purl.org/dc/terms/title> "Data Quality Vocabulary" .
Expand Down

0 comments on commit 0724e15

Please sign in to comment.