@prefix this: <https://w3id.org/np/RA5FNNDfwMIAu_DIkmZSbkt5lzrfd-MArCEMzVyBEhXDw> .
@prefix sub: <https://w3id.org/np/RA5FNNDfwMIAu_DIkmZSbkt5lzrfd-MArCEMzVyBEhXDw#> .
@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://colonial-heritage.triply.cc/nmvw/id/object/7000-10#description> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://colonial-heritage.triply.cc/nmvw/id/object/7000-10> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "This is the resource"@en ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://colonial-heritage.triply.cc/nmvw/id/object/7000-10#description> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "This is a test narrative"@en .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://orcid.id/123> .
}
sub:pubinfo {
  <http://orcid.id/123> rdfs:label "Second Test Community" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdCZs220C/XEtkP60sgsfVa8hOYwudVEsgcKzLCnYzTp3mrIzzTOmF0ukIKilT/cJFLj0tSjreWVUIpa8KeRaAfPQ8F/2N/3q85I+OQfLFRxAI58VEknOx8MLK2LAE3tQIV4Zh4o1ZROu1ISjgQr5txdgT6+rrhjLVeX/yXvzlawIDAQAB" ;
    npx:hasSignature "DiytlWCDO7cmUrUharzXQL7EQUPRGsJXXqQUEXd8f4Boz/21dIZ0bKatw0AIiT4tBgVd9CdY6uD8P4sfdyGwq2v2m+MRLyJRn9HmAES7g2xreArofAxg7ynEJ2U3qi86YWk2KfVg7XbJ0kLCr46+oYm0ZWa7hG1zP0mzgN4y6b0=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://orcid.id/123> .
  this: dct:created "2023-11-30T09:29:49.315Z"^^xsd:dateTime ;
    dct:creator <http://orcid.id/123> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:_1 ;
    a <https://data.colonialcollections.nl/schemas/nanopub#DescriptionVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
}