@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 4. (Microtask). A microtask m is a set of 3-tuples (t, h t , Q), where t is an RDF triple, h t corre- sponds to human-readable information that describes t, and Q is the set of quality issues to be assessed on triple 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 . }