@prefix dcterms: .
@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix po: .
@prefix d1: .
@prefix xsd: .
@prefix prov: .
@prefix pav: .
@prefix np: .
@prefix npx: .
@prefix doco: .
@prefix c4o: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
d1: npx:introduces .
sub:paragraph c4o:hasContent "Definition 1. (Problem Definition: Mapping RDF Triples to Quality Issues). Given T a set of RDF triples and Q a set of quality issues, a mapping of triples to quality issues is defined as a partial function φ : T → 2 Q . φ(t) denotes the quality issues associated with t ∈ T . In particular, when φ(t) 6 = ∅ the triple t is considered ‘incorrect’, otherwise it can be affirmed that t is ‘correct’.";
po:contains ;
a doco:Paragraph .
}
sub:provenance {
sub:assertion prov:hadPrimarySource ;
prov:wasAttributedTo orcid:0000-0003-0530-4305 .
}
sub:pubinfo {
this: dcterms:created "2019-11-08T18:05:11+01:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0002-7114-6459 .
}