@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { a ; . sub:_1 a ; rdfs:comment "test"@en; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "en"; a ; rdf:value "test"@en . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { rdfs:label "Barbara Honhoff" . a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaToOTFFmW8wgoraArHhTibRMYdeJ4Kq0pHKYeJJ1YI6ejOG8aMEgqYStAx1uzDtOxULO/RgXrxkWQxe4FiM51sgFFgdsT4tZHRDegx3UUQBHZlLFKkDT5jtN66442Rc/5vu5pMbV52zE2hgIF/sR0PzVgm242N9tONXq5FSjf7QIDAQAB"; npx:hasSignature "KrSTNyqwSFQKzx/hnnJx/Hu4S7hvfusc/pBRU+21bf9NtAjO+yGGkQp7WebmTWNgd8jX3w2fqMbJZ7XrvU4lrq820SuTxzrHC3Wk2/TiTkiGeejsl0cZWRwBBTljg2/d45czoArIOWmisfIj28SoyKD7GM5LJFXPw5wO5aLESXc="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-03-20T15:13:41.874Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }