@prefix this: <http://purl.org/np/RA4RdTETk5KyBqwMwa8JDUbJb96A7A86WLH4397s_lu2U> .
@prefix sub: <http://purl.org/np/RA4RdTETk5KyBqwMwa8JDUbJb96A7A86WLH4397s_lu2U#> .
@prefix po: <http://www.essepuntato.it/2008/12/pattern#> .
@prefix f3: <http://purl.org/np/RAllHpa22UVMDTHKkHYAm4ob73_y9VvRWon1Rhnf-EJQc> .
@prefix foot8: <http://purl.org/np/RARSOYsA7VIfQGT-dOWYe6ImcOGzCR8WbLHImrdagmG88> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix doco: <http://purl.org/spar/doco/> .
@prefix c4o: <http://purl.org/spar/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 "An important aspect when generating microtasks from RDF data (or machine-readable data in general) is developing useful human-understandable interfaces (Algorithm 1, line 9) for the target non-expert crowds. In microtasks, optimal user interfaces reduce ambiguity as well as the probability to retrieve erroneous answers from the crowd due to a misinterpretation of the task. Therefore, before start to resolve one of our tasks, the crowd workers were instructed with details and examples about each quality issue. After reading the instructions, workers proceed to resolve the given task. Figure 3 depicts the interface of a microtask generated for the Find stage in our approach. To display each triple, we retrieved the values of the foaf:name or rdfs:label properties for subjects, predicates, and datatypes. The name of languages in language-tagged strings were parsed using a conversion table from the best current practices BCP 47 [7], as suggested by the RDF specification 7 . Language tags and datatypes of objects were highlighted, such that workers can easily identify them [Footnote 8] . Additionally, in order to provide contextual information, we implemented a simple wrapper which extracts the corresponding data encoded in the infobox of the Wikipedia article associated with the resource – specified via foaf:isPrimaryTopicOf . The crowd has the possibility to select one or several quality issues per triple." ;
    po:contains <http://purl.org/np/RARSOYsA7VIfQGT-dOWYe6ImcOGzCR8WbLHImrdagmG88#footnote> , <http://purl.org/np/RAllHpa22UVMDTHKkHYAm4ob73_y9VvRWon1Rhnf-EJQc#figure> ;
    a doco:Paragraph .
  foot8: npx:introduces <http://purl.org/np/RARSOYsA7VIfQGT-dOWYe6ImcOGzCR8WbLHImrdagmG88#footnote> .
  f3: npx:introduces <http://purl.org/np/RAllHpa22UVMDTHKkHYAm4ob73_y9VvRWon1Rhnf-EJQc#figure> .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/SW-160239> ;
    prov:wasAttributedTo <https://orcid.org/0000-0003-0530-4305> .
}
sub:pubinfo {
  this: dc:created "2019-11-08T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy <https://orcid.org/0000-0002-7114-6459> .
}