@prefix this: <https://w3id.org/np/RAS8eDNSMfNze9edLRsQXYlv5q6-AjM882irNl0qUE0DU> .
@prefix sub: <https://w3id.org/np/RAS8eDNSMfNze9edLRsQXYlv5q6-AjM882irNl0qUE0DU#> .
@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 {
  rdfs:label rdfs:label "has the label" .
  this: dcterms:description "{body}" ;
    a <https://w3id.org/kpxl/gen/terms/Evidence> ;
    rdfs:label "[[EVD]] - example published evd - [[@someSource]]" ;
    foaf:page <https://roamresearch.com/#/app/roamjs-dev/page/pfW74_4-F> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:1234-1234-1234-1234 ;
    <https://credit.niso.org/contributor-roles/conceptualization> "John Doe" ;
    <https://credit.niso.org/contributor-roles/data-curation> "Jane Smith" ;
    <https://credit.niso.org/contributor-roles/formal-analysis> "John Doe" ;
    <https://credit.niso.org/contributor-roles/funding-acquisition> "Jane Smith" ;
    <https://credit.niso.org/contributor-roles/investigation> "Mark Johnson" ;
    <https://credit.niso.org/contributor-roles/supervision> "John Doe" .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo2NYLBcZmpOkjgqLiT7hMxzRaK5KhYYHxxN2gCAMfmOaulAxAzPUNBJLIXjX3yQeIj6rAH4haWNAEUGPdiua/D+Pmu/Hrva3mK29lsWW9ajyZr0e12erDdaBw+3XfxMkKCZkLJjina6mi0W80e7Wa3+dsrypMDVl3CFYVvLsXu4lIMYqI2aVvbKyqCv6hUaWlGUip+2f84LQx/RSZGGwbBjwzKqe/Cs7frCW/lNlvsAkkst+IyFMcekEW875+rnsXP3phcP9Q1Ocu8wbnYYAu5lZPL19YFDSso2Qc5TpkXK3rawDYH36rOX8f0zBzdcbZAPx9btSCgXyqMpP8U4TCwIDAQAB" ;
    npx:hasSignature "JigiGvm8PH62b8MmavE1431+Q11HSFWOisfeK1HFPKMFbacrji5nDVUwLMIYAM/rYizplRZJSVUNR2crg/BGR+0fimjDQnuCi2iYHpKY0RDgCoYCd34i4rVBIxmJNQJvJEN+lhCy7PWfmN123/Jc0ROJ9c2dn8vmX+pa3gGIOM17rUMK4WPm5rdUGRsjmYw2lHPn2RIP5eQ74LPtwABQRBktQdbC1E4ORdND0J+pOxLkBxKPgdwC/n1STAu3lwm+9gv5ZE/YTHYVLP92Q+IPw/1dOt1Rp5lnChI4Y/hXCPpOQZv4CR6wj2PGiuU+2Qokz5CcbWkU8vqGwDdkr4KW2g==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-09-05T01:09:58.900Z"^^xsd:dateTime ;
    dcterms:creator orcid:1234-1234-1234-1234 ;
    npx:introduces sub:evidence .
}