@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-0003-3734-6091 ex:hasRead . dc:description "A. Maedche, S. Staab. Ontology learning for the Semantic Web. 2001. IEEE Intelligent Systems" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-3734-6091 . } sub:pubinfo { this: dc:created "2017-03-20T11:33:50+01:00"^^xsd:dateTime; dc:license ; pav:createdBy orcid:0000-0003-3734-6091 . }