@prefix this: . @prefix sub: . @prefix xsd: . @prefix rdfs: . @prefix dct: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix nt: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:plane dct:description "Supersonic airliner"; a ; rdfs:label "Concorde"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1501-1082 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB"; npx:hasSignature "Y34r5Wuze6wEvK3etUdknKVqRxnrIw3QVZv4c7KvZEKgpw4DypFx97gPTpECFmNmIiqgBoTlmhXptYJ6fp7tWKiuQK/oOWz8d6x/Gmvr31NqhXffC6WCzmpi69LAerWT+mq6zD7vUGTpX56BkRYPTifBk+BN0j4nxs2DJ6hJKho="; npx:hasSignatureTarget this: . this: dct:created "2020-07-08T13:11:40.328Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1501-1082; npx:introduces sub:plane; nt:wasCreatedFromTemplate . }