Skip to content
New issue

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

Multiple mappings results in duplicated rdf:type triples #127

Open
Abbe98 opened this issue Nov 15, 2023 · 0 comments
Open

Multiple mappings results in duplicated rdf:type triples #127

Abbe98 opened this issue Nov 15, 2023 · 0 comments

Comments

@Abbe98
Copy link

Abbe98 commented Nov 15, 2023

Example:

wdt:P6 a owl:ObjectProperty ;
	owl:equivalentProperty <http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of> ;
	a owl:ObjectProperty ;
	owl:equivalentProperty <https://schema.org/isPartOf> ;
	a owl:ObjectProperty ;
	owl:equivalentProperty <https://www.wikidata.org/entity/P361> .

But because Wikibase already sets wdt:P6 a owl:ObjectProperty elsewhere, the following would be expected:

wdt:P6 owl:equivalentProperty <http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of> ;
	owl:equivalentProperty <https://schema.org/isPartOf> ;
	owl:equivalentProperty <https://www.wikidata.org/entity/P361> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant