@prefix this: <https://w3id.org/np/RAlgW-BzgMGP4tXbMkl54DH6LK0_w1M5W86qeTt61SBWI> .
@prefix sub: <https://w3id.org/np/RAlgW-BzgMGP4tXbMkl54DH6LK0_w1M5W86qeTt61SBWI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 a <http://www.w3.org/ns/oa#TextualBody> .
  sub:_3 <http://www.w3.org/ns/oa#hasScope> <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#name> ;
    <http://www.w3.org/ns/oa#hasSource> <http://example.org/94bf888d-99d2-42a2-b65d-7101be0f74b6> .
}
sub:provenance {
  <http://example.com/person1> rdfs:label "Person 1" .
  sub:asserting-activity a prov:Activity .
  sub:assertion prov:wasAttributedTo <http://example.com/person1> ;
    prov:wasGeneratedBy 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 "M16NRMS40aB4uAXznV+yiwP73IvZS+zt3uuiZgHMqm+HkEAeJi4bLMSUMFUTjCME+VjZD8tnZezHTjY1R+1F8HRxz22sIAQDtSyqGxwK4p/c1BNkKpD4xJiP+S6tJxubHOf6HJkUFxrR1uuJvaiXYFDiqsWzlY4gYUqI235AO10=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/person1> .
  this: dct:created "2024-06-12T08:03:30.779Z"^^xsd:dateTime ;
    dct:creator <http://example.com/person1> ;
    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#NameVersion1> , <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub> .
}