English 中文(简体)
Pick and RDF/SPARQL
原标题:

Anyone have any interest in intergrating RDF and/or SPARQL with a PICK database? Has anyone tried this yet? I have some thoughts about what to try. One idea is to figure out how to create a file with a dictionary that defines some correlatives that allow data to be pulled from the file as RDF, as one or many of n-triple, turtle, n3 or XML. Another idea is a PICK BASIC SPARQL endpoint.

Unfortunately, I no longer work in a place where a PICK database is available for testing. I suppose I could set up a Maverick instance, but I d rather do this on D3 or U2.

最佳回答

Having had a quick skim read of the Wikipedia article on PICK the basic ideas of hash file based data management seem similar to some of the stuff used in various existing disk based Triple stores such as 4store (http://4store.org). I could be completely misreading this and be wrong of course!

You can always try your question on SemanticOverflow as well - http://www.semanticoverflow.com

问题回答

You can download a free Universe or Unidata personal edition from the Rocket Software website. These are similar to Pick and even have a Pick option when creating a new account (at least Universe does).

Rocket Software





相关问题
Defining cardinality for a RDF statement

Im having a problem with RDF. I have a couple of triples defined as : <User rdf:about="#T"> <hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">T</hasName> <...

Duplicate triple in RDF, authoritative view?

if a triple store contains twice the same triple, what is (if any exist) the authoritative position about this redundancy ? Additionally, should a triplestore be allowed to store twice the same ...

Pick and RDF/SPARQL

Anyone have any interest in intergrating RDF and/or SPARQL with a PICK database? Has anyone tried this yet? I have some thoughts about what to try. One idea is to figure out how to create a file with ...

Using contexts in rdflib

I am having trouble finding a clear, sensible example of usage of context with rdflib. ConjunctiveGraph does not accept contexts, and Graph is deprecated. How am I supposed to create and operate on ...

What is the difference between RDF and OWL? [closed]

I am trying to grasp the concept of Semantic Web. I am finding it hard to understand what exactly is the difference between RDF and OWL. Is OWL an extension of RDF or these two are totally different ...

Problem with SPARQLWrapper (Python)

I m making a SPARQL query against the Sesame store in localhost, using SPARQLWrapper: sparql = SPARQLWrapper( http://localhost:8080/openrdf-sesame/repositories/rep/statements ) sparql.setQuery(...

热门标签