CPAN as linked data
Toby Inkster
mail at tobyinkster.co.uk
Tue Jul 20 12:31:00 CEST 2010
On Mon, 19 Jul 2010 19:45:29 -0400
Gregory Williams <greg at evilfunhouse.com> wrote:
> Great! But should I be seeing any results to the default SPARQL query
> at that endpoint?
Supposedly, but I can't get any either. Very strange.
This yields no results:
PREFIX doap: <http://usefulinc.com/ns/doap#>
SELECT ?dist
WHERE {
?dist a doap:Project .
}
LIMIT 20
Despite the fact that this:
DESCRIBE <http://purl.org/NET/cpan-uri/dist/JSON/project>
Provides lots of data, including an rdf:type doap:Project triple.
--
Toby A Inkster
<mailto:mail at tobyinkster.co.uk>
<http://tobyinkster.co.uk>
More information about the Dev
mailing list