Nanopublication

< Home

ID

https://w3id.org/np/RAiDQ87VbZhMQwvQOQ-EKP-HT9Jv7v-SFO5LQVWA9jBq0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAiDQ87VbZhMQwvQOQ-EKP-HT9Jv7v-SFO5LQVWA9jBq0> .
@prefix sub: <https://w3id.org/np/RAiDQ87VbZhMQwvQOQ-EKP-HT9Jv7v-SFO5LQVWA9jBq0#> .
@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 "The object was likely made with what is referred to as the lost wax-casting technique, which involved creating a wax model, coating it in clay to form a mold, melting the wax to create a void, and then pouring molten material (brass, copper, etc.) into the mold to create the object"@en;
    rdfs:comment "https://beninhistory.org/origin-of-benin-art/f/edo-symbols-of-power-and-authority-part-3-ukhure"@en .
  
  sub:_3 <http://www.w3.org/ns/oa#hasScope> <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#technique>;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/ee74e57b3929e680db2565c4c26b886c> .
}

sub:provenance {
  <https://n2t.net/ark:/27023/490ead5ff1e8d54e9535402cc2c13578> rdfs:label "Roshan Nanayakkara";
    prov:actedOnBehalfOf <https://n2t.net/ark:/27023/cc1e0a41d0fc092798341fe5cb52ae34>;
    prov:qualifiedDelegation sub:delegation .
  
  <https://n2t.net/ark:/27023/cc1e0a41d0fc092798341fe5cb52ae34> rdfs:label "Benin" .
  
  sub:asserting-activity a prov:Activity .
  
  sub:assertion prov:wasAttributedTo <https://n2t.net/ark:/27023/490ead5ff1e8d54e9535402cc2c13578>;
    prov:wasGeneratedBy sub:asserting-activity .
  
  sub:delegation a prov:Delegation;
    prov:agent <https://n2t.net/ark:/27023/cc1e0a41d0fc092798341fe5cb52ae34>;
    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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKEY29waybcd30cxcgR7owbZ0+Q24bLA01dCuD54fYh4CFy5hQfEPWxjM0AAcNlSeBFbMSUQNBsJzkNDgnOUCDEmDDdSc6cmNGOFbZtfy952wfD5W7WpmsM8Igfr49RAOk9qOV8EfsPfUt/dEpKnC/lUneqkQacQIVJuy0R6u6IQIDAQAB";
    npx:hasSignature "QYo08mnuijPAUbUcNFuFOtCwRU0Is4e57lmnhPSv3c1RQgdJzTkV5AW/Eu9yhLuKKhwb1B8xIf2eYAVeh0Mxdvt+n3VGaIK9LEpxBQuU2582V8/EKLrEU5E0CwbdITmobFGtAs4V0ROdGQho37UoSLh/sC1/g2DKPjFnfWxUFy8=";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://n2t.net/ark:/27023/490ead5ff1e8d54e9535402cc2c13578> .
  
  this: a <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub>, <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#TechniqueVersion1>;
    dct:created "2025-10-02T12:50:58.163Z"^^xsd:dateTime;
    dct:creator <https://n2t.net/ark:/27023/490ead5ff1e8d54e9535402cc2c13578>;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:_1;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> .
}