SPARQL best practice for egov?

We had some discussion about the relationship between a RDF URL and a
SPARQL endpoint as well as other resources such as graph metadata.  The
conclusion seemed to be that there are various vocabularies where a
triple in the graph could point to the endpoint that points to metadata.
The issue with this is that you would then have to get the entire graph
to get this one triple - which kind of missed the point if you have a
large dataset that you want to query instead of download.

 

I can imagine two conventions that could help solve this: 

1) That every resource should respond to a SPARQL endpoint.  This would
then allow you to query that one resource directly to subset the data
and/or to get the triple that points to metadata.

2) That a standard manipulation is done on a URI to get metadata about
resources, which would include the query point.  For example:
http://www.example.com/rdf/people.rfd#cory could have metadata at
http://www.example.com/rdf/metadata.rdf.  There are some existing
solutions that use this approach.

 

Can we set a "best practice" for open government data?  My preference
would be the first.  Thoughts?

 

-Cory

Received on Friday, 23 April 2010 13:17:22 UTC