dbpedia / mappings-tracker

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

delete ascentDate, ascent from Mapping_en_talk:Geobox #20

Closed VladimirAlexiev closed 9 years ago

VladimirAlexiev commented 9 years ago

http://mappings.dbpedia.org/index.php/Mapping_en_talk:Geobox

The prop ascentDate is used only in http://mappings.dbpedia.org/index.php/Mapping_en_talk:Geobox. It also uses ascent (which is also used for celestial bodies, aircraft etc).

Checking at http://dbpedia.org/sparql

select * {?x dbpedia-owl:ascentDate ?y}
select * {?x dbpedia-owl:ascent ?y}

we find nothing.

On the other hand we got firstAscentYear and firstAscentPerson, and they return stuff:

select * {?x dbpedia-owl:firstAscentYear ?y}
select * {?x dbpedia-owl:firstAscentPerson ?y}

So I'm deleting ascentDate & ascent from Mapping_en_talk:Geobox and deleting property ascentDate.

VladimirAlexiev commented 9 years ago

Furthermore, exploring the template on wikipedia doesn't show these properties used in any of the templates. And there are more ascent-related properties, if it actually appears and we want to map it properly.