Hello,
is there a way to display/retrieve RDF with Blanknodes via Linkeddata?
There might be a solution using a smart URL to SPARQL rewrite rule.
I was looking at:
http://dbpedia.org/ontology/genre
and
http://dbpedia.org/ontology/MusicalArtist
and if you click on the blank nodes an error is thrown currently.

Also a sql subquery could be used to resolve a blanknode via dynamic urls.
Delivering a concise bound description would also be a solution[1]
Is work currently undertaken into this direction or maybe does a solution exist?

Regards,
Sebastian Hellmann

[1] http://www.w3.org/Submission/CBD/

select * WHERE {?a ?b ?c. ?c ?d ?e. ?e ?f <http://dbpedia.org/ontology/MusicalArtist> . FILTER (?f != rdf:type) }


Reply via email to