@prefix this: <https://w3id.org/np/RA0gMqysUw7eflynVWCqlOAPFBwCmL7kk9J1pQmEHemEw> .
@prefix sub: <https://w3id.org/np/RA0gMqysUw7eflynVWCqlOAPFBwCmL7kk9J1pQmEHemEw#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 """---
title: \"[[EVD]] - example published evd - [[@someSource]]\"
url: https://roamresearch.com/#/app/roamjs-dev/page/pfW74_4-F
author: Michael Gartner
date: Tue Sep 03 2024 09:30:55 GMT-0600 (Central Standard Time)
---

- # header 1
    - child
- **bold**
    - block ref: 5jrU5Hxqq
""" ;
    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/investigation> "Jane Foster" , "Jim Jones" ;
    <https://credit.niso.org/contributor-roles/project-administration> "Jim Jones" .
}
sub:pubinfo {
  dcterms:creator rdfs:label "is created by" .
  dcterms:description rdfs:label "has the description" .
  rdf:type rdfs:label "is a" .
  rdfs:label rdfs:label "has the label" .
  prov:wasAttributedTo rdfs:label "is attributed to" .
  foaf:page rdfs:label "has more info at" .
  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 "XSt/Bg0qGHPEeQ8A3+VCLLuWoWotBYTRWomvDl9bLv8CsUdnfph9aAUmhCB+nCT9fSjHrUsU1xrrdaBr9tQpihkBG/IkDGLhKEQN6E5YPfJ/ffM/7FAd4mdY47FnJdtTSDpSC3atCyqtGX5cF5APfs/S+gjEYeHMvMVII9N4QQUs0e/CMOpRfigiXfJazus8GOe7yjxLaLkpaU+15VHHXzI4XBbwlRO19HaqJFJMsL0rgh2jdEKkxBBoayep/+a7YV+LVQ8bEO0IIjxF1bMaCXlgEWnUuMRncdiSu/ryrOzXXCJyBfojN51I3EX7Bin5x1gQuqqN6qDB7aU1ZGJmlw==" ;
    npx:hasSignatureTarget this: .
  this: <dct:created> "2024-09-13T08:14:39.097Z"^^xsd:dateTime ;
    dcterms:created "2024-09-13T08:15:29.255Z"^^xsd:dateTime ;
    dcterms:creator orcid:1234-1234-1234-1234 ;
    a <npx:ExampleNanopub> .
}