dbpedia / mappings-tracker

This project is used for tracking mapping issues in mappings.dbpedia.org
9 stars 6 forks source link

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

Open pheyvaer opened 7 years ago

pheyvaer commented 7 years ago

<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 commented 7 years ago

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

VladimirAlexiev commented 7 years ago

http://mappings.dbpedia.org/index.php/OntologyProperty:StartDate