- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Sat, 16 Feb 2013 16:08:43 +0100
- To: Adrian Gschwend <ktk@netlabs.org>
- Cc: public-webid@w3.org
- Message-ID: <CAKaEYhJwJEE-t8h789JwjFgG-tzDkYFi2fod3h9kL37FNZNbRw@mail.gmail.com>
On 16 February 2013 15:33, Adrian Gschwend <ktk@netlabs.org> wrote: > On 16.02.13 12:10, Melvin Carvalho wrote: > > > Hi Kingsley, just trying to understand the problem better. When I > > click, http://purl.org/goodrelations/v1#BusinessEntity it takes me to > > the section of the GR vocab that is related to BusinessEntity (via html > > anchors). What should it be doing? > > That's only because you requested it from a web browser, if you get that > as RDF (via rapper for example) it will make a request to > http://purl.org/goodrelations/v1 and instead of giving you the answer to > what you really want to know (#BusinessEntity) it downloads the whole > ontology which according to rapper is 1834 triples. Everything after the > # is handled client side and does not even get through the webserver. > > This is not handy at all when you start to write code, you get way more > than you wanted to know and it gets harder to implement local caching > for example. Did that done that, really no fun to implement properly > with hash based URIs. > > So I'm really no fan of hash based URIs either, especially on bigger > ontologies/datasets. > Tabulator handles this quite well in that it will filter on the data item that you requested. Sure if the author has chosen to make a large page you'll pull in a lot of data. Isnt that true on the normal web tho? You could have a million images on a web page, but it's probably not a good idea... > > cu > > Adrian > > > > > > -- > Adrian Gschwend > @ netlabs.org > > ktk [a t] netlabs.org > ------- > Open Source Project > http://www.netlabs.org > >
Received on Saturday, 16 February 2013 15:09:14 UTC