poldrack / cogat

Cognitive Atlas
http://www.cognitiveatlas.org
13 stars 2 forks source link

SKOS formatting in RDF #13

Open poldrack opened 9 years ago

poldrack commented 9 years ago

From Oscar Corcho:

When I download the RDF (link at the bottom of the page) I get a small RDF representation for that skos concept, and it has: skos:altLabelEPQ, EPI/skos:altLabel

In fact, it should be: skos:altLabelEPQ/skos:altLabel skos:altLabelEPI/skos:altLabel

ocorcho commented 9 years ago

I am writing it so that the code can be read better:

Browsing http://www.cognitiveatlas.org/term/id/trm_55a6ae8f44ac3

When I download the RDF (link at the bottom of the page) I get a small RDF representation for that skos concept, and it has:

<skos:altLabel>EPQ, EPI</skos:altLabel>

In fact, it should be:

<skos:altLabel>EPQ</skos:altLabel>
<skos:altLabel>EPI</skos:altLabel>
poldrack commented 9 years ago

thanks! russ

Oscar Corcho wrote:

I am writing it so that the code can be read better:

Browsing http://www.cognitiveatlas.org/term/id/trm_55a6ae8f44ac3

When I download the RDF (link at the bottom of the page) I get a small RDF representation for that skos concept, and it has:

|skos:altLabelEPQ, EPI/skos:altLabel|

In fact, it should be:

skos:altLabelEPQ/skos:altLabel skos:altLabelEPI/skos:altLabel

— Reply to this email directly or view it on GitHub https://github.com/poldrack/cogat/issues/13#issuecomment-123412573.