@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:_3 . sub:_2 dce:format "text/plain"; dce:language "en"; a ; rdf:value "shell bracelet, also given as dowry in Biak island, New Guinea"@en; rdfs:comment "I received one when I first went to my grandfather's village in Biak"@en . sub:_3 ; . } sub:provenance { rdfs:label "Community of Papua" . rdfs:label "Insos Ireeuw"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqnv3kvBV0UoPGh7PQVNJ6vsKzKZs7Hnt36uIIJDj0cqIOVSKVF3YXr95QIOANNPo869VFhEbdwizgWeaUqyxyiPzBnoFSGvzNExAdjSWvgpBcLcfoCFSLoTwFlszgqyzTd4VDCw6tFCniOIZ4U74GAlUmJ9x5GIUiWu75OvoaFwIDAQAB"; npx:hasSignature "Um7boj3swNy9w4mMemFnfS2I9yb6mbaevG18vzTGvar1RyFAHs1IdePM1Z1VsRGnwMai9/X6cyuE7gutJzo+y5Hx/EuQ41Mz0u8wgwWJlptrcqt/gwxoF57xIlGPd/vxNayw5BuXroPLlkXS6ICi4cMLy2BnAvSomv7ATKBdA8E="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2025-10-08T14:05:48.514Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }