@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:_1 a ; sub:_2; sub:_3 . sub:_2 a ; dce:format "text/plain"; dce:language "en"; rdf:value "This xylophone is a locally made musical instrument made of wood used predominantly for traditional music in events, daily cultural lives, and also predominantly used in the catholic church in Cameroon. Each tab produces a different sound, mimicking the keyboard/piano, and it's often played with well-shaped wooden sticks, unlike keyboards with hands."@en; rdfs:comment "Personal experience as a former chruch goer and some one who attends live music events"@en . sub:_3 ; . } sub:provenance { rdfs:label "Nso, Cameroon" . rdfs:label "Sylvie Vernyuy NJOBATI"; 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDacUMUzGqkMdTrfHJsELI7wF8zoW2bcI5ueTZtKGaTyil8VexgtZrOrP/1Ap2IOgwwfgW3Gi3n7JANzz6Yct6lHZ3ggUbS6Fi4hlqissmJwWAg8MMpv17RGRSo3bGYVCIqJ8qzy/ROzioadv9cwKa0vjMN0yvStExxpm08VGQlLwIDAQAB"; npx:hasSignature "RF45NRK3a0WmkmDjImDD0WenCodq2JhbszveHpwHP0ofBP2XI/RZDUo52/oRAr2YeULpJC8bnAjtAFjaM33/iln3xA/PY5ZUIQ5cOmx+FjYWu9mxgcJbTHlpSZOg/MxiIJYwESNkzIuyztukpWA08zQfH4h/RFnmtvT2SSJO21I="; npx:hasSignatureTarget this:; npx:signedBy . this: a , ; dct:created "2025-10-02T12:48:01.325Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith . }