@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix pav: . @prefix prov: . @prefix orcid: . @prefix np: . @prefix npx: . @prefix fabio: . @prefix pc: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:bibliographicCitation "Maedche, Staab. Ontology learning for the Semantic Web. 2001. IEEE Intelligent Systems"; dct:title "Ontology learning for the Semantic Web"; fabio:hasPublicationYear "2001"^^xsd:gYear . orcid:0000-0003-3734-6091 pc:hasRead . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-3734-6091 . } sub:pubinfo { this: dct:created "2017-04-03T14:18:54+02:00"^^xsd:dateTime; pav:createdBy orcid:0000-0003-3734-6091; a npx:ExampleNanopub . }