sparql
how I can use sparql to query from my own rdf file using dotNetRDF library?
I use dotNetRDF library to write sparql queries. I Define a remote endpoint using \"http://dbpedia.org/sparql\" as DBPedia SPARQL endpoint and \"http://dbpedia.org\" as Default Graph URI:[详细]
2023-02-24 06:14 分类:问答SPARQL Queries on Sub atomic particle ontology
I am attempting to write SPARQL queries on the ontology periodic.owl available from http://robertdavidstevens.wordpress.com/category/ontologies/[详细]
2023-02-24 01:11 分类:问答Unable to query local version of Linked Movie Database
I am trying to query a local version of Linked Movie Database using SPARQL. The file is开发者_运维问答 in N-Triples format and its size is approximately 450mb.I am using servlets for implementation.No[详细]
2023-02-23 12:23 分类:问答SPARQL XML results from DBpedia and Jena
I get the following XML from the DBpedia SPARQL end point: <?xml version=\"1.0\"?> <sparql xmlns=\"http://www.w3.org/2005/sparql-results#\">[详细]
2023-02-23 07:01 分类:问答Selecting some distinct and some not-distinct tags in SPARQL
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[详细]
2023-02-18 20:48 分类:问答Creating a RDF in Jython
How do we create RDF database in Jyth开发者_StackOverflowon? I use this to implement SparQL in Jython. So I need to create the database first.See RDFAlchemyJython for reusing most well known Java tool[详细]
2023-02-18 17:02 分类:问答Getting DBPedia Infobox categories
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[详细]
2023-02-18 01:54 分类:问答How to match an exact word through SPARQL
My application needs to match the correct word i.e. say C or C++ with SPARQL. I have the following SPARQL query[详细]
2023-02-17 21:52 分类:问答Desktop SPARQL client for Jena (TDB)?
I\'m working on an app that uses Jena for storage (with the TDB backend). I\'m looking for something like the equivalent of Squirrel, that lets me see what\'s being stored, run queries etc. This seems[详细]
2023-02-17 12:40 分类:问答is the code that i have written for sparql execution correct?
m开发者_如何学运维y code: package sample; import java.io.File; import java.io.FileInputStream; import java.io.IOException;[详细]
2023-02-16 17:03 分类:问答
加载中,请稍侯......