@prefix this: <https://w3id.org/np/RAXaNF1OmYpn1AMxNse4LNdcUb4FocvzfER4JSlHiN2hk> .
@prefix sub: <https://w3id.org/np/RAXaNF1OmYpn1AMxNse4LNdcUb4FocvzfER4JSlHiN2hk#> .
@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/resources> "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 "PI/SLARYSGzPDao0UH2jVtSRTyNNhGF1KrS18BrAW8vo9uh2gnzzyVA4W58WM3Dwg86j96835UFgKf5eoyUtsEpKwHhOF1sAbeTCiXXrn/PzWUfItbXx6cr9+hbZFaP1xNPuYkr5Jmai0fPqVqFFC9jvlVq8cGBdjodzfwupCmV2bYpLX3tRbXPOIXubH8SOvHvBQBVXf9yLQIzafCkqF1m0tSMvXWbCEmNomtK8Il5XQHKRZ69bilAhklzlHnHBzUx1pX/MajHPnE5UBuipz5Th2aJFqcRQlcHJ8xEVQJx6nJQD/tl3VxBLANoJ/B0bPuFnu6cEjEz46FpG57lZSQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-09-05T20:18:26.646Z"^^xsd:dateTime ;
    dcterms:creator orcid:1234-1234-1234-1234 ;
    a <npx:ExampleNanopub> .
}