Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I have 开发者_运维技巧below 2 queries. The first query retrieves the literacy rate from CIA Factbook endpoint available at http://www4.wiwiss.fu-berlin.de/factbook/sparql. The second query is for the
I am looking into developing Iphone app that will use Data from wikipedia.I learned that you can query wiki using sparql end point.Does any one know any websites that can be used to query such data.I
How to get a list of properties for a specif开发者_StackOverflow中文版ic class? Consider the class dbpedia-owl:Person. All instances of the Person class have some properties prefixed with dbpprop:. Ho
I am trying to query a TDB database that has a few entries of RDF from a DBpedia dataset for testing, later on it will have much more entries.
I am trying to run this query on http://dbpedia.org/sparql but I get an error that my query is too expensive. When I run the query trough http://dbpedia.org/snorql/ I get:
I\'ve got a problem with the DBpedia SPARQL endpoint because the properties of the properties like the label of rdf:type are not stocked in the endpoint. So when I run this query:
Ok so i have this query PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT (COUNT(?instance) AS ?count) WHERE {
Is it possible to get the list of films in function of their genre? I 开发者_高级运维tried this:
I am trying to get the resource describing country Romania by the country name with this query: PREFIX foaf: <http://xmlns.com/foaf/0.1/>