@prefix this: <https://w3id.org/np/RAnBhtHqejiONeUSEUMDACIVa3mRiEVXVG4tlfKDSkhmo> .
@prefix sub: <https://w3id.org/np/RAnBhtHqejiONeUSEUMDACIVa3mRiEVXVG4tlfKDSkhmo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  this: dcterms:description "" ;
    a "Evidence" ;
    rdfs:label "[[EVD]] - example published evd - [[@someSource]]" ;
    foaf:page "https://roamresearch.com/roamjs-dev/page/pfW74_4-F" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo "https://orcid.org/1234-1234-1234-1234" ;
    <https://credit.niso.org/contributor-roles/conceptualization> "Michael Gartner" ;
    <https://credit.niso.org/contributor-roles/formal-analysis> "Jane Foster" , "Joe Schmidt" ;
    <https://credit.niso.org/contributor-roles/funding-acquisition> "Jane Foster" ;
    <https://credit.niso.org/contributor-roles/investigation> "Jane Foster" , "Joe Schmidt" ;
    <https://credit.niso.org/contributor-roles/methodology> "Jane Foster" ;
    <https://credit.niso.org/contributor-roles/writing-original-draft> "Michael Gartner" ;
    <https://credit.niso.org/contributor-roles/writing-review-editing> "Michael Gartner" .
}
sub:pubinfo {
  sub:pubinfo dcterms:creator "Michael Gartner" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo2NYLBcZmpOkjgqLiT7hMxzRaK5KhYYHxxN2gCAMfmOaulAxAzPUNBJLIXjX3yQeIj6rAH4haWNAEUGPdiua/D+Pmu/Hrva3mK29lsWW9ajyZr0e12erDdaBw+3XfxMkKCZkLJjina6mi0W80e7Wa3+dsrypMDVl3CFYVvLsXu4lIMYqI2aVvbKyqCv6hUaWlGUip+2f84LQx/RSZGGwbBjwzKqe/Cs7frCW/lNlvsAkkst+IyFMcekEW875+rnsXP3phcP9Q1Ocu8wbnYYAu5lZPL19YFDSso2Qc5TpkXK3rawDYH36rOX8f0zBzdcbZAPx9btSCgXyqMpP8U4TCwIDAQAB" ;
    npx:hasSignature "gyImCLqD+AxZ10kmDSUvYxCKKJ+kC86eyKRw3hnMYKrNjswLaepx9rHGJEBniSiSDFgRFE+vcIOSo4uN8uErq9gK1dMk2FUUHOkibdhlfZnLwwlZ3pWKw0mnUIozgs3FAmofyE8x3tj6K6Yl6Hy/DgcRKTT71pLzOz/yo2DWXHkFje2DWs7bkLMtTIxtt/A7Myx5ONRUcaL5K3/FlDWNlp32oLXbZzKasy3YPCs217uRBOazNt+aBpcz2XIeRDIrjz5I1K0+W7+jCHI/Z+RqrmawCpLQDggneA/WawRVqOpB6VPAZQQnwysLNDg4/KBFSmjuwNylbNNyPGUtvAcFgw==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-09-05T16:55:55.324Z"^^xsd:dateTime ;
    dcterms:creator orcid:1234-1234-1234-1234 ;
    a <npx:ExampleNanopub> .
}