ALIADA / aliada-tool

Aliada tool implementation
GNU General Public License v3.0
35 stars 14 forks source link

Linked Data Server: Add new rewriting rules as Adam Horvath suggested #81

Closed idoiamurua closed 9 years ago

idoiamurua commented 9 years ago

The Linked Data Server modul must be extended with more URL rewriting rules as Adam Horvatt suggested.

idoiamurua commented 9 years ago

Add a new parameter called;

The set URI can be the name of a subset of a dataset. There should be a type parameter for the Set URI as well. The VOID dataset can be identified by the domain part of the URI. The VOID subset can be identified by the Set URI. Each dataset contains at least one subset.

e.g.:

<http://library.data.szepmuveszeti.hu> a void:Dataset;
    dcterms:title "Library collection of the Museum of Fine Arts, Budapest";
    void:subset :library.data.szepmuveszeti.hu/set/bib;
    void:subset :library.data.szepmuveszeti.hu/set/auth;
    .
:library.data.szepmuveszeti.hu/set/bib a void:Dataset;
    dcterms:title "Bibliographic data";
    dcterms:description "BlaBlaBla";
    .
: library.data.szepmuveszeti.hu/set/auth a void:Dataset;
    dcterms:title "Authority data";
    dcterms:description "BlaBlaBla";
    .
idoiamurua commented 9 years ago

The new URL rewriting rules are already added in aliada-tool.