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
Hi I have a query like this: SELECT ?a ?b WHERE { ?c property:name \"myThing\"@en ?c property:firstValue ?b
I recently came across the working draft for SPARQL 1.1 Federation Extensions and wondered whether this was already possible using Named Graphs (not to detract from the usefulness of the aforementione
How would I search an RDF database to find the segments of the graph that overlap the most with a sample graph?
I\'m looking to use SPARQL for a relatively basic task: Given a FOAF graph, I\'d like to parse theelements I find in there, get theirtags (if they开发者_StackOverflow中文版 exist) and then, use those
Ineed to retrieve a column\'s value once the query is executed. The query runs and gives me the correct answer in the Eclipse console. I need to just retrieve one of the attribute value from the row.
What is the best way to access the members of an rdf list? I\'m using rdflib (python) but an answer given in plain SPARQL is also ok (this type of answer can be used through rdfextras, a rdflib helper