@prefix this: <https://w3id.org/np/RAmK7M_6Z3gSQfFfFjtHMH5mitTFkWLC4V-pZIQ1Bsc9E> .
@prefix sub: <https://w3id.org/np/RAmK7M_6Z3gSQfFfFjtHMH5mitTFkWLC4V-pZIQ1Bsc9E#> .
@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 {
  <http://example.org/object#name> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <http://example.org/object> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "A citation or reference to a work that supports the comment"@en ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <http://example.org/object#name> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "A comment about the name of an object"@en .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://example.com/person> .
}
sub:pubinfo {
  <http://example.com/community> rdfs:label "Community" .
  <http://example.com/person> dct:isPartOf <http://example.com/community> ;
    rdfs:label "Person" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJL8+RV1nDEEFzXskHMKcRhptfq9x0ti2bJp702vm4qg4tZpOIv/13XQ+9yHSX19UGBdp0hcFQFodY2l8YYZUUt2C6H50KFECfpcpkUzij+DaObP2xUiJXVfIK3zeRHa4TwfKzoITSW0d0OQv0dDu5SfZ78ieMEQ5cRvtTTmYdiQIDAQAB" ;
    npx:hasSignature "cYJ7MDN5XzYcl7w5ZJ7IZnNNOndLbCQ6nc4NySRrJgxyysavrQAgNA/mopfkIjIOf+lVaQ9jfy3dLC8jsb6H+BfhR+e8sKHyOTQsnHQ0x2EonwrMoEHQ/KT4HRfk06Ziutw72K4Uk+P53yUa/hLS+pKz7Uir1yPq5uDWHpauObQ=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/signer> .
  this: dct:created "2024-04-22T10:59:08.242Z"^^xsd:dateTime ;
    dct:creator <http://example.com/signer> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:_1 ;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> ;
    a <https://data.colonialcollections.nl/schemas/nanopub#NameVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
}