@prefix this: . @prefix sub: . @prefix xsd: . @prefix dc: . @prefix prov: . @prefix pav: . @prefix np: . @prefix doco: . @prefix c4o: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:paragraph c4o:hasContent "Definition 2. (Find Stage). Given a set T of RDF triples and a set Q of quality issues, the Find stage consists on crowdsourcing the mappings φ̇ : T → 2 Q . The input of the Find stage is represented as F i = (T , Q), and the output F o = (T , φ̇(T ))."; a doco:Paragraph . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dc:created "2019-11-08T18:05:11+01:00"^^xsd:dateTime; pav:createdBy . }