InTaVia / source-dataset-conversion

scripts and converted datasets accordng to IDM RDF (see IDM RDF repository)
0 stars 0 forks source link

[APIS] bioc:bearer_of and bioc:inheres_in used incorrectly at least for person relations #42

Closed yoge1 closed 1 year ago

yoge1 commented 1 year ago

In APIS data the relations bioc:bearer_of and bioc:inheres_in are used incorrectly. They should be the other way around (see this issue for example on the correct use).

Currently, in APIS the person relations are represented like this:

<http://www.intavia.eu/apis/personproxy/29942> bioc:has_person_relation <http://www.intavia.eu/apis/personrelation/100009> .

<http://www.intavia.eu/apis/personrelation/100009> bioc:bearer_of  <http://www.intavia.eu/apis/personproxy/100008> ;
    a <http://www.intavia.eu/idm-relations5432> ;
    rdfs:label "arbeitete zusammen" .

<http://www.intavia.eu/apis/personproxy/100008> bioc:inheres_in <http://www.intavia.eu/apis/personrelation/100009> .