Nanopublication

< Home

ID

https://w3id.org/np/RA_kPBi6C-LYSw1H-EKe9U07fscPABtZBiHnhtWbGe13w

Formats

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

Content

@prefix this: <https://w3id.org/np/RA_kPBi6C-LYSw1H-EKe9U07fscPABtZBiHnhtWbGe13w> .
@prefix sub: <https://w3id.org/np/RA_kPBi6C-LYSw1H-EKe9U07fscPABtZBiHnhtWbGe13w/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns1: <http://purl.org/np/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/spaces/colonialcollections> a <https://w3id.org/kpxl/gen/terms/Alliance>,
      <https://w3id.org/kpxl/gen/terms/Space>;
    dct:description "The Colonial Collections Consortium is a partnership between five organisations in the Netherlands: Museum Bronbeek, NIOD, Cultural Heritage Agency, Rijksmuseum and Wereldmuseum. The consortium supports institutions administering collections in provenance research by sharing knowledge, answering questions and providing stakeholders with a network.";
    rdfs:label "Colonial Collections Consortium";
    <http://www.w3.org/2002/07/owl#sameAs> <https://www.colonialcollections.nl/>;
    <https://w3id.org/kpxl/gen/terms/hasAdmin> orcid:0000-0002-1267-0234;
    <https://w3id.org/kpxl/gen/terms/hasRootDefinition> this: .
}

sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://www.colonialcollections.nl/en/> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-05-20T13:34:36.164Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/spaces/colonialcollections>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAgrIys3ge48pXrL_qNE0Rt1DHnIP8Rl2_29BnacMqYYY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
    npx:hasSignature "yOCH6M1Ozqi1p28gQq+uEccL94+db4CFTtZiQu4r8z+h3qiFkweoKtF2GzPNg0Ir3uXRI6P2vE8pQGvjVtccl9Iya8sRD6GRefbsvkfBiGH3R1t9GWNkxDBQJrceqyf+q4/ELLoyreusqPi5tibhcTB+isu1QTpfXL0nE324qow=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}