developers
Driving the bathing water quality API from JavaScript
Submitted by Ian on Fri, 18/05/2012 - 11:07am
- Ian's blog
- Login to post comments
- Read more
Simple Security for Fuseki
Submitted by Brian on Fri, 24/06/2011 - 11:55amThis entry describes an interim solution for providing a minimal level of access control to a Fuseki server.
Fuseki, a part of the Jena family of linked data tools, is an Open Source SPARQL server. It provides the REST-style SPARQL HTTP Update, and SPARQL Query and SPARQL Update using the SPARQL protocol over HTTP.
Though a security model is expected to be developed in future, Fuseki currently has no means of restricting access to the server.
- Brian's blog
- Login to post comments
- Read more
Linked data API slide set
Submitted by Dave on Sat, 20/11/2010 - 10:02pmI recently gave a lightning talk on the Linked Data API at the Open Government Data Camp.
It was a very high level summary (only had 10 mins in total) but a couple of people asked for a pointer to the slides so they are: here.
- Dave's blog
- Login to post comments
- Read more
Using Interval Set URIs in Statistical Data
Submitted by Stuart on Wed, 24/03/2010 - 12:44pmStatistical publications generally include at least one dimension comprised of the time intervals over which data has been aggregated. Linked data vocabularies for representing statistical information, such as SCOVO and current SDMX/Linked-Data collaborative activities refer to time intervals as 'things' or 'objects' rather than as literal values. This will typically involves the assignment of a URI so that multiple references can be made to the same interval.
- Stuart's blog
- Login to post comments
- Read more
An RDF to JSON converter on Google App Engine
Submitted by Dave on Fri, 08/01/2010 - 2:19pmAs part of our work on the SDX project we felt one requirement was to enable typical web developers to exploit the RDF linked data in a simpler, more developer friendly form. In particular it would be nice to be able to access an RDF model of a resource as JSON to simply using it from ajax clients.
- Dave's blog
- Login to post comments
- Read more
Generating RDF from CSV - example using xlwrap
Submitted by Ian on Thu, 24/12/2009 - 4:01pmAlthough there is a dump of the RDF data from CKAN available on-line, it's the full CKAN dataset and not the UK Government-specific set. For some ongoing experiments, I want some CKAN data in RDF for the published government data listed on data.hmg.gov.uk. The source data is published, however, in CSV and JSON format.
- Ian's blog
- Login to post comments
- Read more
RDF Result sets
Submitted by Dave on Tue, 22/12/2009 - 2:15pm[This entry is a cross-post of an earlier personal blog post.]
In some recent semantic web applications, where we’ve been creating user interfaces over REST style interfaces over RDF data sets, we found a common pattern emerging – ResultSets. The approach we took has been documented but it’s buried in other details so I’d like to pull out the essential pattern in this post.
Situation
OWL 2 for RDF Vocabularies
Submitted by Dave on Tue, 22/12/2009 - 2:15pm[This entry is a cross-post of an earlier personal blog post.]
- Dave's blog
- Login to post comments
- Read more
Investigating VoID and CKAN
Submitted by Ian on Sun, 20/12/2009 - 6:51pmFor some experiments we're doing at the moment, I need some datasets from CKAN that also include VoID markup. Fortunately, the metadata from CKAN has been translated to RDF: there's no official reference that I can find, but this thread describes the main points. Sadly, the CKAN RDF does not include any elements from VoID.
