cygri / void

An RDF schema and associated documentation for expressing metadata about RDF datasets
http://www.w3.org/TR/void/
15 stars 1 forks source link

Incorrect void:subset example in Section 5.2 #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The spec says:

[[
:DBpedia_Geonames a void:Linkset;
    void:target :DBpedia;
    void:target :Geonames;
    void:subset :DBpedia;
    void:triples 252000;
    .

The example expresses that the DBpedia dataset contains a linkset of 252,000 
links to Geonames.
]]
http://www.w3.org/TR/void/#linkset-subset

Per the definition of void:subset, the triple should be in the other direction.

Originally reported by Alasdair Gray, see here:
http://www.w3.org/mid/E8D85778-D01B-4D91-B7B7-925664BB1BD4@cyganiak.de

Original issue reported on code.google.com by richard....@gmail.com on 29 Sep 2012 at 10:12