-
Notifications
You must be signed in to change notification settings - Fork 0
Description
In the DBpedia, in our area of interest, range of the property rdf:type sometimes consists of irrelevant data.
Example can be sto:BBF_TR-069 -- rdf:type -- dbpcy:Rule106652242.
In this case, the unrelated object dbpcy:Rule106652242 is just a result of implementing the predicate rdfs:subClassOf to dbpcy:Protocol106665108.
Thus, we have the full chain dbpcy:Protocol106665108 < dbpcy:Rule106652242 < dbpcy:Direction106786629 < dbpcy:Message106598915 < dbpcy:Communication100033020 < dbpcy:Abstraction100002137 in the list of ranges for rdf:type of the sto:BBF_TR-069.
The question is - should anything from such chains be removed from the enriched ontology?
Another example is sto:SCOR -- rdf:type -- dbpcy:Person100007846.
This case is easier because such a concept is simply wrong and we can exclude the whole chain with dbpcy:Person100007846 in it from the enriched ontology.