Ticket #5 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

RdfAlchemy access to SPARQL endpoints

Reported by: phil Owned by: phil
Priority: major Milestone: RDFAlchemy 0.2
Component: rdfAlchemy Keywords: SPARQL
Cc: Billing Source:
Max Authorized Hours:

Description

Read only access to SPARQL endpoints. Should probably come with eager loading of multiple predicates

Take a look at  this python SPARQL client or maybe just roll a shortened version since we are only doing one query

SELECT ?p ?o 
WHERE { <http://some.com/uriref> ?p ?o}

Change History

Changed 4 years ago by phil

  • status changed from new to closed
  • resolution set to fixed

SPARQL support now in the trunk let the bugs fly!

Note: See TracTickets for help on using tickets.