OP-TED / ted-rdf-conversion-pipeline

TED Semantic Web Services
Apache License 2.0
5 stars 5 forks source link

Organizations owl sameAs itself #545

Closed cristianvasquez closed 4 months ago

cristianvasquez commented 5 months ago

The pipeline produces RDF for Organizations with redundant owl:sameAs triples.

In particular things of the type <a> owl:sameAs <a> .

for example:

<http://data.europa.eu/a4g/resource/id_6a7d08d4-7611-44ab-8559-8a5b328515ce_Organization_ORG-6815> owl:sameAs <http://data.europa.eu/a4g/resource/id_6a7d08d4-7611-44ab-8559-8a5b328515ce_Organization_ORG-6815> .
cristianvasquez commented 4 months ago

owl:sameAs was added by the mapping step. Being tracked here: https://github.com/OP-TED/ted-rdf-mapping-eforms/issues/30