Nanopublication

< Home

ID

https://w3id.org/np/RAArVoIVViz2ZeOsF8eqj8AfvSxHTiKL5-PBgmNVjwJns

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAArVoIVViz2ZeOsF8eqj8AfvSxHTiKL5-PBgmNVjwJns> .
@prefix sub: <https://w3id.org/np/RAArVoIVViz2ZeOsF8eqj8AfvSxHTiKL5-PBgmNVjwJns#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

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 a <http://www.w3.org/ns/oa#TextualBody>;
    dce:format "text/plain";
    dce:language "en";
    rdf:value "Beaded Collar Necklace of the Maasai People"@en;
    rdfs:comment "https://www.asiliaafrica.com/blog/the-meaning-in-maasai-beading/"@en .
  
  sub:_3 <http://www.w3.org/ns/oa#hasScope> <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#name>;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/1087af6e4515648c074bf43836da3ebe> .
}

sub:provenance {
  <https://n2t.net/ark:/27023/b4565afc3aef609c1b363f37487cd4e8> rdfs:label "Karen Ijumba";
    prov:actedOnBehalfOf <https://n2t.net/ark:/27023/bbd405531ada4d78d3d9d721101f1b0a>;
    prov:qualifiedDelegation sub:delegation .
  
  <https://n2t.net/ark:/27023/bbd405531ada4d78d3d9d721101f1b0a> rdfs:label "Webinars Colonial Collections Datahub" .
  
  sub:asserting-activity a prov:Activity .
  
  sub:assertion prov:wasAttributedTo <https://n2t.net/ark:/27023/b4565afc3aef609c1b363f37487cd4e8>;
    prov:wasGeneratedBy sub:asserting-activity .
  
  sub:delegation a prov:Delegation;
    prov:agent <https://n2t.net/ark:/27023/bbd405531ada4d78d3d9d721101f1b0a>;
    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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUoYOzkYByQ2P+ijuEreU2H5Fb/SGhOaxtfILBYF80qGjRESrAvhK3NoOtv07Qc/Q4Exg7LkFJMO7c5FzrkjdLHLR1/Eu3nPmdgTkhdm97up0t40/gJqyOnJ1dkFirwo4b+gtxCvuz8Uf2m0CrpkYspoTnNSm3ltNlgqQAExN54wIDAQAB";
    npx:hasSignature "BLmUEfPlRP8U9JpahQo+/1o0Daww7xYxIwDf2gRBJUrHLW+nyObnAdIQyhjJtDuDRYVjL39oupjFbdmX8NRzjcGLDdOqCaBXD4zHeb3Xey5J47LebThyJOzRcvqEPmz4gU80Xs0WfY81VpA2wbxZfVv/kFlZjf8VImjbzsZdOSU=";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://n2t.net/ark:/27023/b4565afc3aef609c1b363f37487cd4e8> .
  
  this: a <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#NameVersion1>,
      <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub>;
    dct:created "2025-10-02T12:49:08.971Z"^^xsd:dateTime;
    dct:creator <https://n2t.net/ark:/27023/b4565afc3aef609c1b363f37487cd4e8>;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:_1;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> .
}