@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 community 2"@en . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { dct:isPartOf ; rdfs:label "Barbara Honhoff" . a npx:SoftwareTool; rdfs:label "Colonial Collections" . rdfs:label "Test Iri" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaToOTFFmW8wgoraArHhTibRMYdeJ4Kq0pHKYeJJ1YI6ejOG8aMEgqYStAx1uzDtOxULO/RgXrxkWQxe4FiM51sgFFgdsT4tZHRDegx3UUQBHZlLFKkDT5jtN66442Rc/5vu5pMbV52zE2hgIF/sR0PzVgm242N9tONXq5FSjf7QIDAQAB"; npx:hasSignature "NoNRUQ81b9Qisq7Y0caz0HgYLRJNSLSXx15vIJsCM5U4UFNiiXiTieN6Kqm0vmozSO2+tVevyxDit30HP2iw9QAr5p4sj477KQUzPCcI6qsk9i0wOwI8bFY1/c+jSRPO/Lq1Q6KxlKDEaJX4wdxdWz18EBxyRmfg7+1iIanO7y8="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-18T13:54:54.252Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }