Open poldrack opened 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>
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.
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