@prefix this: <https://w3id.org/np/RAOeDCWX8RTtXXSJxWrsNiso-vG_hq2Px5ER-zv1UUqfo> .
@prefix sub: <https://w3id.org/np/RAOeDCWX8RTtXXSJxWrsNiso-vG_hq2Px5ER-zv1UUqfo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> sub:_3 .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    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 <http://www.w3.org/ns/oa#hasScope> <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#description> ;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/91ed92dc910a6dde49ed5b2746eb9c32> .
}
sub:provenance {
  <https://n2t.net/ark:/27023/22cf8136db92ae8a8504c102e92a90f9> rdfs:label "Nso, Cameroon" .
  <https://n2t.net/ark:/27023/352786b8da795ff05cf29ad70a4dbfcc> rdfs:label "Sylvie Vernyuy NJOBATI" ;
    prov:actedOnBehalfOf <https://n2t.net/ark:/27023/22cf8136db92ae8a8504c102e92a90f9> ;
    prov:qualifiedDelegation sub:delegation .
  sub:asserting-activity a prov:Activity .
  sub:assertion prov:wasAttributedTo <https://n2t.net/ark:/27023/352786b8da795ff05cf29ad70a4dbfcc> ;
    prov:wasGeneratedBy sub:asserting-activity .
  sub:delegation a prov:Delegation ;
    prov:agent <https://n2t.net/ark:/27023/22cf8136db92ae8a8504c102e92a90f9> ;
    prov:hadActivity sub:asserting-activity .
}
sub:pubinfo {
  <https://app.colonialcollections.nl/> 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 <https://n2t.net/ark:/27023/352786b8da795ff05cf29ad70a4dbfcc> .
  this: dct:created "2025-10-02T12:48:01.325Z"^^xsd:dateTime ;
    dct:creator <https://n2t.net/ark:/27023/352786b8da795ff05cf29ad70a4dbfcc> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:_1 ;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> ;
    a <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#DescriptionVersion1> , <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub> .
}