@prefix this: <https://w3id.org/np/RArwSf7VABevlNK3PcaFCR0s8BRfC8wDtKRwk42qt5nfg> .
@prefix sub: <https://w3id.org/np/RArwSf7VABevlNK3PcaFCR0s8BRfC8wDtKRwk42qt5nfg#> .
@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 {
  <https://example.org/objects/2#inscription> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://example.org/objects/2> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "test"@en ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://example.org/objects/2#inscription> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "test community 2"@en .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://orcid.id/456> .
}
sub:pubinfo {
  <http://orcid.id/456> dct:isPartOf <https://n2t.net/ark:/27023/4084ef487bdf83132899fa50a7e1636b> ;
    rdfs:label "Barbara Honhoff" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  <https://n2t.net/ark:/27023/4084ef487bdf83132899fa50a7e1636b> rdfs:label "Test Iri" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaToOTFFmW8wgoraArHhTibRMYdeJ4Kq0pHKYeJJ1YI6ejOG8aMEgqYStAx1uzDtOxULO/RgXrxkWQxe4FiM51sgFFgdsT4tZHRDegx3UUQBHZlLFKkDT5jtN66442Rc/5vu5pMbV52zE2hgIF/sR0PzVgm242N9tONXq5FSjf7QIDAQAB" ;
    npx:hasSignature "NoNRUQ81b9Qisq7Y0caz0HgYLRJNSLSXx15vIJsCM5U4UFNiiXiTieN6Kqm0vmozSO2+tVevyxDit30HP2iw9QAr5p4sj477KQUzPCcI6qsk9i0wOwI8bFY1/c+jSRPO/Lq1Q6KxlKDEaJX4wdxdWz18EBxyRmfg7+1iIanO7y8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://orcid.id/456> .
  this: dct:created "2024-04-18T13:54:54.252Z"^^xsd:dateTime ;
    dct:creator <http://orcid.id/456> ;
    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#InscriptionVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
}