Closed cristianvasquez closed 4 months ago
The pipeline produces RDF for Organizations with redundant owl:sameAs triples.
In particular things of the type <a> owl:sameAs <a> .
<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> .
owl:sameAs was added by the mapping step. Being tracked here: https://github.com/OP-TED/ted-rdf-mapping-eforms/issues/30
owl:sameAs
The pipeline produces RDF for Organizations with redundant owl:sameAs triples.
In particular things of the type
<a> owl:sameAs <a> .
for example: