Re: Pre-release of my partial TPF implementation

Hi again!

So, I was trying to get away with not testing the whole stack, which jumped 
up and bit me once I deployed it on my production box... And another two 
pre-releases before I realized what was wrong.

Anyway I have it running in production now, on http://data.lenka.no/ which 
for now only consist of a small Norwegian dataset. 

The default serialization when using a browser that typically sets a Accept 
header with preference for HTML is to return RDFa with the data in the HTML 
head, so you don't see anything without view source. 

Then, it kinda makes more sense to see the Turtle, and then you can do a TPF 
query like for example:
wget --header="Accept: text/turtle" -O - 
'http://data.lenka.no/fragments?subject=http://data.lenka.no/geo/inndeling/06'

I had some trouple installing Ruben's client that I will probably not 
resolve today, so please poke at it and let me know if there's something 
wrong. If not, I will soon roll a release.

Best,

Kjetil

Received on Friday, 17 October 2014 13:08:58 UTC