@prefix this: <https://w3id.org/np/RAsibJ068rfxry8NWoryr310eLaZKFqnBhqDhYr90A1Hw> .
@prefix sub: <https://w3id.org/np/RAsibJ068rfxry8NWoryr310eLaZKFqnBhqDhYr90A1Hw/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:test dct:conformsTo <https://w3id.org/np/RAc5ka9PwtAxA81Qi10GktaoxbKzS1cIQ5rHWtS1g6BL0/basic-fdo-profile> ;
    a <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdfs:label "this is a test of the nanodash system running locally" ;
    <https://w3id.org/fdof/ontology#isMaterializedBy> <https://example.org/ds2> ;
    <https://www.w3.org/ns/prov#wasDerivedFrom> <https://example.org/ds1> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1702-6878 .
}
sub:pubinfo {
  this: dct:created "2025-08-21T11:54:28.732Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1702-6878 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:test ;
    npx:wasCreatedAt <http://localhost:37373/> ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAbufoLUmcIHVxzsUv43-bLKrmFgDsZdBxl-XVkVBSkkQ> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvZ/+WCREfgfPNZipNUfblLwuBLIAAP6XfBLepbs7dh7Hdlm6O9ZYHf8M+PVDsY5YDuETo3qB2sR9uzyqcEVP+5ek5aVAXyho/5qRn038EZBibEnSDgMEKBBmGjQuNYL0dhot/mloNdEvUWdRahA/C0X+OeEQvDjz3OWRTVqFmHNNj8NeJFiyrFjZUXx70YKPhaq3ntAPs/RcP16sV9S0WCG/BuLywAoD7dWyzmyWws60tuRsZAKVnU6e5jCbK5UdIXVMPzj4HevxmnWtPEyHW8bUU1OaNCPnKlWVe0yFIOcfTHbs5QIJmdVqJv0hMMov2TsGslzGjRFlguFz1ZPqcQIDAQAB" ;
    npx:hasSignature "YHliRJ3AK0R4OV8KBB12b7mHhFKWpwpByTg4TzUK94ZzdrJYbID5p4ZVoTa5RFeN1mJ8rRaGCi0JAUBy8qNTqXW7EluK1AHe8hqMVap42mJfrGSaC425sAMLJO8W6MIRamibewneAfxsAUmZLOqMEIbjZUb7vytRgJpwlpjxbaRA7XKYhqCrLFmRX59oCFMrYzQPGwjxFJAYNrfafq7LFmIuWwYhTs1xKmJ9ggk+48tn4lbudBLnZalcbrun/rUz55Rr575Rl5xHbsV0MFO0/ck81zTnV8phcSzaik/E/1lVBIAIFrmt4nG+yrz8wPGwoG82Y8S6ANSDXMF70aJuHA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1702-6878 .
}