SmartDataAnalytics / OpenResearch

Public issue system for OPENRESEARCH/ConfIDent
8 stars 3 forks source link

Curation quality check #170

Closed WolfgangFahl closed 3 years ago

WolfgangFahl commented 3 years ago

Use the history information to find out who edited an Entity. First step: Use "Last editor is" property. see https://www.semantic-mediawiki.org/wiki/Help:Special_property_Last_editor_is Rate entities by editor. TIB curators have a high rating. Users with a reasonable amount of edits have a high rating. IP address users have a low rating.

WolfgangFahl commented 3 years ago
 grep CDAT LocalSettings.php
$smwgPageSpecialProperties = array( '_MDAT', '_CDAT' );
# modify for #170
grep CDAT LocalSettings.php
$smwgPageSpecialProperties = array( '_MDAT', '_CDAT','_LEDT' );
WolfgangFahl commented 3 years ago

https://www.openresearch.org/wiki/Property:Last_editor_is grafik

should look like: https://rq.bitplan.com/index.php/Property:Last_editor_is

WolfgangFahl commented 3 years ago
php maintainance/runjobs.php
WolfgangFahl commented 3 years ago

grafik

WolfgangFahl commented 3 years ago

grafik

WolfgangFahl commented 3 years ago

https://www.openresearch.org/wiki/Property:Last_editor_is is available now

WolfgangFahl commented 3 years ago

grafik

WolfgangFahl commented 3 years ago

needs a https://github.com/SmartDataAnalytics/OpenResearch/blob/master/migration/ormigrate/resources/userrating.yaml file for the rating which is protected since it contains person related data.