@prefix this: . @prefix np: . @prefix dct: . @prefix xsd: . @prefix orcid: . @prefix prov: . this:\#%23Head { this: np:hasAssertion this:\#%23assertion; np:hasProvenance this:\#%23provenance; np:hasPublicationInfo this:\#%23pubinfo; a np:Nanopublication . } this:\#%23assertion { a xsd:String . } this:\#%23provenance { this:\#%23assertion prov:wasAttributedTo orcid:0000-0003-1621-8365 . } this:\#%23pubinfo { this: dct:created "2021-08-28T16:51:02.526+05:30"^^xsd:dateTime; dct:creator orcid:0000-0003-1621-8365 . }