@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 "This is a test with community"@en . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { dct:isPartOf ; rdfs:label "Barbara Honhoff" . a npx:SoftwareTool; rdfs:label "Colonial Collections" . rdfs:label "GJ" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdCZs220C/XEtkP60sgsfVa8hOYwudVEsgcKzLCnYzTp3mrIzzTOmF0ukIKilT/cJFLj0tSjreWVUIpa8KeRaAfPQ8F/2N/3q85I+OQfLFRxAI58VEknOx8MLK2LAE3tQIV4Zh4o1ZROu1ISjgQr5txdgT6+rrhjLVeX/yXvzlawIDAQAB"; npx:hasSignature "PAK0tQJpMai1UrEKq0L5VYsW7gvRh3XNps+RS1IS8rv6Nl3V8B0kX63dIOwyUxs+FfjhF5ofsYijfroraFJoExsJoCe+m0guSLLdbENKkiblcvgHcKXkDd6uXPhXYh4ZLhwbw40dQ89G5jQfvI/n+ayyE5X63XM5Z/mYktfPd+w="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-19T07:52:39.518Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }