I am trying to 开发者_JAVA百科get the value of property genre in the following dbpedia link using sparql in jena http://dbpedia.org/page/Black_Sabbath
How can I select random sample from DBpedia using the sparql endpoint? This query SELECT ?s WHERE { ?s ?p ?o . FILTER ( 1 > bif:rnd (10, ?s, ?p, ?o) ) } LIMIT 10
I get the following XML from the DBpedia SPARQL end point: <?xml version=\"1.0\"?> <sparql xmlns=\"http://www.w3.org/2005/sparql-results#\">
I\'m trying to query DBPedia for a list of properties relating to a given class in the ontology, but since the human-readable \"labels\" aren\'t always clear, I\'d also like to provide an example from
I\'m currently looking for a way to query DBPedia\'s Infobox Onyology database via the SPARQL endpoint to get a list of the classes, the subclasses of a selected class, and the properties of a given c
So I\'ve tried a lot of different things and have been searching for a solution, but haven\'t had any luck...
I\'m trying to get the abstract of the Manchester United soccer team, problem is the wiki link has periods in it. When I tried this,
I\'m trying to use a SPARQL query to retrieve information about a DBpe开发者_JAVA百科dia resource (a Person). I\'d like to use the same query to retrieve data about any Person by parameterizing the re
I\'m trying to use a SPARQL query against DBpedia to retrieve a list of musicals and some associated properties. However, despite using the appropriate filters (as far as I can tell), the results incl
I am really getting crazy with DBPedia... I thought you did not need to be an engineer to run a query against it, but did 开发者_如何学JAVAnot suceed after X tries and hours of reading...