@prefix this: <https://w3id.org/np/RAEXGC1eQ6cFwQT2k7VZgGLJzGiL9XV6uv4kSgKulFDhk> .
@prefix sub: <https://w3id.org/np/RAEXGC1eQ6cFwQT2k7VZgGLJzGiL9XV6uv4kSgKulFDhk#> .
@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 dce:format "text/plain" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "Comment about the description of the resource" ;
    rdfs:comment "A citation or reference to a work that supports the comment" .
  sub:_2 <http://www.w3.org/ns/oa#hasScope> <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#description> ;
    <http://www.w3.org/ns/oa#hasSource> <http://example.org/b6de434d-9b31-4cf7-91fa-5bf31c996845> .
  sub:_3 a <http://www.w3.org/ns/oa#Annotation> ;
    <http://www.w3.org/ns/oa#hasBody> sub:_1 ;
    <http://www.w3.org/ns/oa#hasTarget> sub:_2 .
}
sub:provenance {
  <http://example.com/group2> rdfs:label "Group 2" .
  <http://example.com/person1> rdfs:label "Person 1" ;
    prov:actedOnBehalfOf <http://example.com/group2> ;
    prov:qualifiedDelegation sub:delegation .
  sub:asserting-activity a prov:Activity .
  sub:assertion prov:wasAttributedTo <http://example.com/person1> ;
    prov:wasGeneratedBy sub:asserting-activity .
  sub:delegation a prov:Delegation ;
    prov:agent <http://example.com/group2> ;
    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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCCFqlPxQxruq4Skd2pfOJ1BtaJD34Bc6qwHm6QwDwwUSn503EohL1BmdoFNIdwrwtzdc34hBtwQoHzsT+RNI4Adr8y41Q6HLiQgumCrE9VgWGb78y57LNU/rW4heTLChhTZ5LcmbkfiN1UbYsKSHW73baw5peTmAsrcZM6cGUSpQIDAQAB" ;
    npx:hasSignature "NwAj9cDEXuWWwV6GnAHLIT1Nig2Z7h+QAxQQcmOtA0uAHtFfGYEcVogrjtfqJKtqBqvoa5FiAtBjG16uG8YAJ2i48v+LFLE6WH4ssKOTGpyQ9BzL1Me2sPzxDk9KKX363ecCLw9DShW1m3TrM2dZnTNDvlKLNfBs03QBk4URbjI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/person1> .
  this: dct:created "2024-06-12T08:03:34.388Z"^^xsd:dateTime ;
    dct:creator <http://example.com/person1> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:_3 ;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> ;
    a <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#DescriptionVersion1> , <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub> .
}