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

dbo:startDate is not equivalent to schema:startDate #96

Open
pheyvaer opened this issue Jul 7, 2017 · 2 comments
Open

dbo:startDate is not equivalent to schema:startDate #96

pheyvaer opened this issue Jul 7, 2017 · 2 comments

Comments

@pheyvaer
Copy link

pheyvaer commented Jul 7, 2017

<http://dbpedia.org/ontology/endDate> <http://www.w3.org/2002/07/owl#equivalentProperty> <http://schema.org/endDate>. is incorrect. Both properties mean the same; however, the domain of schema:startDate is broader then dbo:startDate, so they should not be considered equivalent.

@VladimirAlexiev
Copy link
Member

Indeed, dbo:startDate rdfs:range xsd:date and examination select * {?x dbo:startDate ?y} shows that's true. So changed to rdfs:subPropertyOf

@VladimirAlexiev
Copy link
Member

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

2 participants