We then focused on data curation: (1) on the one hand to remove properties and property-values that are useless for computing the LDSD measures, and (2) on the other hand, to solve some data quality issues in DBpedia.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://purl.org/datanode/ex/0.2/DBREC/6#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix dn: <http://purl.org/datanode/ns/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<http://purl.org/datanode/ex/0.2/DBREC/6#>
a foaf:Document ;
rdfs:comment "0) cure the data for the task >> cure, Data, Task 1) remove properties and property-values that are useless for computing LDSD measures >> remove, Property, PropertyValue, Useless, compute, LDSD, Measure, LDSDMeasure 2) solve some data quality issues >> solve, Data, Quality, Issue" ;
rdfs:label "We then focused on data curation: (1) on the one hand to remove properties and property-values that are useless for computing the LDSD measures, and (2) on the other hand, to solve some data quality issues in DBpedia." .
:curated
dn:cleanedFrom :origin ;
dn:hasDeletion :uselessPropertyValues ;
dn:optimizedFrom :origin ;
dn:sameCapability :usefulPropertyValues ;
dn:updatedVersionOf :origin .
:origin
dn:isPortionOf :DBPedia .
:usefulPropertyValues
dn:isSectionOf :origin .
:uselessPropertyValues
dn:differentCapability :usefulPropertyValues ;
dn:disjointSection :usefulPropertyValues .