Ticket #5 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
