@prefix this: <https://w3id.org/np/RAM63nie2jJmqkcw5NS_tOEiWrJJIA_bqGPtAxT0_JG7M> .
@prefix sub: <https://w3id.org/np/RAM63nie2jJmqkcw5NS_tOEiWrJJIA_bqGPtAxT0_JG7M#> .
@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 "h0PUkGM/8xmIn6SKMzZuMm73FkZOdEs3iqkCNa+i7h2aenseORvWQhCodYyMOtKTFI8bRfqjqxLYpHEEkoiKTrIGzpEStaLiv5uLWW8GfTr+v974svpkohepa9yHbh4BR/qAv2n6BwiJ8VHJwLwzcK9maGSgBv+FtdNezCmHxgiy3hZtmzAOMZ6Hi9LBwL/okPP01x3ZHs32m7Mvmfz8N/kiK46nYmbl1UPz9OkBU2n2k7EGzA4OxD6RfY2ztXQgWGgG68sgcqJSSVqU7JCdM+fouksqPdhS8mEJQoort31W4ozbbsXLQ0UvjkPSZtCKu/INnJL4Sse1WWvvyIWTYg==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-09-05T20:18:43.862Z"^^xsd:dateTime ;
    dcterms:creator orcid:1234-1234-1234-1234 ;
    a <npx:ExampleNanopub> .
}