@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 { sub:_1 a ; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "en"; a ; rdf:value "test my motivation"@en; . } sub:provenance { rdfs:label "Camiel"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "Erfgoedonderzoekers" . sub:asserting-activity a prov:Activity . sub:assertion prov:wasAttributedTo ; prov:wasGeneratedBy sub:asserting-activity . sub:delegation a prov:Delegation; prov:agent ; prov:hadActivity sub:asserting-activity . } sub:pubinfo { a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDiVYlwENsYqVLodAmcWDGLp3POdsgeqw7EnmKSqg+DtHgDXk50cdbdlpOTtbl0aQLrz/p3L0BIrhOCIfe/5O4sIxb/txqZTWU8VHaNH9xVTNv2SQ3jwzyO+XJbh3phuCa1qA7FMcFRgPSb6ueuOG7O2BcXBoqHdRUUIrTZ/W3yQIDAQAB"; npx:hasSignature "CLk7EgcycsEHv9gMLdI+3xo1BEPm0N5L17+brV2n+2WiSWHKi0DZ/4vpCtnzGkFHGozc34wILJlP3v1ASaHgsxu/ZrqZQIqRAEPJ1co0Cc+0pWSYpkhvHxk0OUyfcnLwzp2jHZfIDOAEsPB3oMZBP9SQdGIvJwH0twigrzFNyto="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-27T07:55:00.851Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }