We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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> .
The text was updated successfully, but these errors were encountered:
owl:sameAs was added by the mapping step. Being tracked here: OP-TED/ted-rdf-mapping-eforms#30
owl:sameAs
Sorry, something went wrong.
No branches or pull requests
The pipeline produces RDF for Organizations with redundant owl:sameAs triples.
In particular things of the type
<a> owl:sameAs <a> .
for example:
The text was updated successfully, but these errors were encountered: