DBpedia is a community project focused on transforming Wikipedia content in structured data represented using RDF Language statements.
I'd like to do something like { SELECT ?page, "A" AS ?type WHERE { ?s rdfs:label "Microsoft"@en; foaf:page ?page } } …
sparql dbpediaI cannot understand how can I query DBpedia using Jena. In the tutorials like here(Listing 4) model is initialized as …
sparql semantic-web jena dbpediaThe following SPARQL query doesn't get the results I want because they are in other languages than English, regardless of …
sparql dbpediaHow to get a list of properties for a specific class? Consider the class dbpedia-owl:Person. All instances of the …
sparql semantic-web dbpediaI have a question about a SPARQL query that I'm trying to build from a tutorial. I want to generate …
sparql dbpedia virtuosoI am exploring how I can use Wikipedia's taxonomy information to extract Tags/Keywords from my content. I found articles …
dbpedia named-entity-extractionI'm trying to use a SPARQL query to retrieve information about a DBpedia resource (a Person). I'd like to use …
sparql dbpediaI would want to get a structured version of a Wikiquote page via JSON (basically I need all phrases) Example: …
ruby wikipedia dbpedia wikipedia-api