@prefix this: <https://w3id.org/np/RAhqaqPQLsAs36ZJWi0jx6cGgDvznOfWkMHGh210D-RCE> .
@prefix sub: <https://w3id.org/np/RAhqaqPQLsAs36ZJWi0jx6cGgDvznOfWkMHGh210D-RCE#> .
@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#title> 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:seeAlso "A citation or reference to a work that supports the comment"@en-gb ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <http://example.org/object#title> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en-gb" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "A comment about the title of an object"@en-gb .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://example.com/person> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuZe/66Yn1/kZ+TrhkAUez7n3x/dbukNAxprC2I4n/by5dAgSHvnRm7zhEeDyFFHXNm2PBqj3uLOEM6m2lWDsCmTHojgLUBpvhCzvziSjAzBJ4loLaax+Nt1hSY2/MNB0xJKtxQz7xe8gPf6iyckD/H7Mwa9mx5ncYRzg5XUlvvQIDAQAB" ;
    npx:hasSignature "QkpZWo8zTHVEqyK0CpBomyvhQqSQB8pXgS7iD9q8LFOKjVCHp5ZLPPunPmn4nWqq+cuAIpsGU5aLL4+/n6T8kx4yb1CT8SjibICDvyXyIRjR2TFWt7KzhtzsIj7JKCH92bdLw/tVe1pAJKEDItJPh/IjLdSveEZqviKarq6w6ls=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/person> .
  this: dct:created "2023-11-27T15:49:04.931Z"^^xsd:dateTime ;
    dct:creator <http://example.com/person> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    a <https://colonialcollections.nl/schema#Nanopub> ;
    rdfs:label "Published via the Data Hub of Colonial Collections"@en .
}