[OTDev] Dataset metadata API extensions

Egon Willighagen egon.willighagen at gmail.com
Tue Mar 15 10:39:55 CET 2011


Hi Nina,

On Tue, Mar 15, 2011 at 9:21 AM, Nina Jeliazkova
<jeliazkova.nina at gmail.com> wrote:
> 3) In order to specify the distribution license of the dataset, add
> dcterms:license [1] to the metadata representation, e.g.

I find it very important to have annotation like this... the matching
annotation is whom has copyright over the data? Is that available
already?

> curl -H "Accept:text/n3"
>> http://apps.ideaconsult.net:8080/ambit2/dataset/1/metadata
>>
>> <http://apps.ideaconsult.net:8080/ambit2/dataset/112>
>>       a       ot:Dataset ;
>>       dc:title "ToxCast_ToxRefDB_20091214.txt" ;
>>       dcterms:license "http://www.opendatacommons.org/licenses/pddl" .

A bit pedantic, but the dcterms:license has resources as range, so the
output should probably be:

<http://apps.ideaconsult.net:8080/ambit2/dataset/112>
       dcterms:license <http://www.opendatacommons.org/licenses/pddl> .

This looks like an important addition to the API to me! Thanx!

Egon

-- 
Dr E.L. Willighagen
Postdoctoral Researcher
Institutet för miljömedicin
Karolinska Institutet
Homepage: http://egonw.github.com/
LinkedIn: http://se.linkedin.com/in/egonw
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers



More information about the Development mailing list