Re: From zero to Hydra hero

Hi Adrian,

> I also checked Rubens LD Fragments API but that confused me as well
> because I somehow expected to see IriTemplates but I can't find any in
> the entry point of the API.

Note that the triple pattern fragments API doesn't have any designated entry point,
it only has fragments. However, you will see an IriTemplate:

    $ curl -s -H "Accept: text/turtle" http://fragments.dbpedia.org/2014/en?subject=http%3A%2F%2Fdbpedia.org%2Fresource%2FBill_Clinton | grep template
    _:triplePattern hydra:template "http://fragments.dbpedia.org/2014/en{?subject,predicate,object}";

Best,

Ruben

Received on Monday, 19 January 2015 19:25:26 UTC