@prefix this: . @prefix sub: . @prefix xsd: . @prefix dc: . @prefix pav: . @prefix prov: . @prefix np: . @prefix ex: . @prefix orcid: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { orcid:0000-0002-1267-0234 ex:hasRead . dc:description "Dražen Prelec, H. Sebastian Seung, John McCoy. A solution to the single-question crowd wisdom problem. 2017. Nature" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dc:created "2017-03-20T15:23:53+01:00"^^xsd:dateTime; dc:license ; pav:createdBy orcid:0000-0002-1267-0234 . }