Jump to content

VoID: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
this is the general introduction of voiD, not the rather technical, will come up with some more motivation soon
Line 1: Line 1:
{{dated prod|concern = Parts Copy of http://semanticweb.org/wiki/VoiD, no establishment of notability, please do so, or delete.|month = November|day = 28|year = 2008|time = 22:06|timestamp = 20081128220620}}
<!-- Do not use the "dated prod" template directly; the above line is generated by "subst:prod|reason" -->
<!-- Do not use the "dated prod" template directly; the above line is generated by "subst:prod|reason" -->
{{expert|date=November 2008}}
{{expert|date=November 2008}}
Line 5: Line 4:
== Overview ==
== Overview ==
The Vocabulary of Interlinked Datasets (voiD) is an RDF vocabulary and a set of instructions that enables the discovery and usage of [[Linked Data|linked data]] sets. A linked dataset is a collection of data, published and maintained by a single provider, available as RDF on the Web, where at least some of the resources in the dataset are identified by dereferencable URIs.
The Vocabulary of Interlinked Datasets (voiD) is an RDF vocabulary and a set of instructions that enables the discovery and usage of [[Linked Data|linked data]] sets. A linked dataset is a collection of data, published and maintained by a single provider, available as RDF on the Web, where at least some of the resources in the dataset are identified by dereferencable URIs.

== Example ==

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/elements/1.1/> .
@prefix void: <http://rdfs.org/ns/void#> .
:DBpedia rdf:type void:Dataset ;
foaf:homepage <http://dbpedia.org/> .
:DBLP rdf:type void:Dataset ;
foaf:homepage <http://www4.wiwiss.fu-berlin.de/dblp/all> ;
dcterms:subject <http://dbpedia.org/resource/Computer_science> ;
dcterms:subject <http://dbpedia.org/resource/Journal> ;
dcterms:subject <http://dbpedia.org/resource/Proceedings> .
:DBpedia void:containsLinks :DBpedia2DBLP .
:DBpedia2DBLP rdf:type void:Linkset ;
void:target :DBLP .





Revision as of 22:11, 28 November 2008

Overview

The Vocabulary of Interlinked Datasets (voiD) is an RDF vocabulary and a set of instructions that enables the discovery and usage of linked data sets. A linked dataset is a collection of data, published and maintained by a single provider, available as RDF on the Web, where at least some of the resources in the dataset are identified by dereferencable URIs.


References