@prefix this: <https://w3id.org/np/RAwft982hKUZBxmIDmd-YaIlm6zJAFpAwy6ZnpawOT8ZE> .
@prefix sub: <https://w3id.org/np/RAwft982hKUZBxmIDmd-YaIlm6zJAFpAwy6ZnpawOT8ZE#> .
@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 """


""" ;
    a "https://w3id.org/kpxl/gen/terms/Evidence" ;
    rdfs:label "testing nanopub upload" ;
    foaf:page "https://roamresearch.com/roamjs-dev/page/wUDps_SFe" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo "https://orcid.org/1234-1234-1234-1234" ;
    <https://credit.niso.org/contributor-roles/formal-analysis> "Michael Gartner" ;
    <https://credit.niso.org/contributor-roles/investigation> "Michael Gartner" ;
    <https://credit.niso.org/contributor-roles/methodology> "Jane Foster" ;
    <https://credit.niso.org/contributor-roles/resources> "Jane Foster" .
}
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" .
  <https://credit.niso.org/contributor-roles/conceptualization> rdfs:label "Conceptualized by" .
  <https://credit.niso.org/contributor-roles/data-curation> rdfs:label "Data curated by" .
  <https://credit.niso.org/contributor-roles/formal-analysis> rdfs:label "Formal analysis performed by" .
  <https://credit.niso.org/contributor-roles/funding-acquisition> rdfs:label "Funding acquired by" .
  <https://credit.niso.org/contributor-roles/investigation> rdfs:label "Investigated by" .
  <https://credit.niso.org/contributor-roles/methodology> rdfs:label "Methodology developed by" .
  <https://credit.niso.org/contributor-roles/project-administration> rdfs:label "Project administered by" .
  <https://credit.niso.org/contributor-roles/resources> rdfs:label "Resources provided by" .
  <https://credit.niso.org/contributor-roles/software> rdfs:label "Software developed by" .
  <https://credit.niso.org/contributor-roles/supervision> rdfs:label "Supervised by" .
  <https://credit.niso.org/contributor-roles/validation> rdfs:label "Validated by" .
  <https://credit.niso.org/contributor-roles/visualization> rdfs:label "Visualization created by" .
  <https://credit.niso.org/contributor-roles/writing-original-draft> rdfs:label "Original draft written by" .
  <https://credit.niso.org/contributor-roles/writing-review-editing> rdfs:label "Reviewed and edited by" .
  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 "UYvolaDEgRv5xF4fYXsLq8ce4Cye16gpQBPAP7V+oBc8NG2D704B/ZKhbFPDphgtccF/hOX+ev1XMCrgk8bMzgJW3MeCRLPLi5bWVN5uZoa0voOiJDqjTyc0BuXMFfdbfFMFYqohiJ1627zjwy5WZmQaWzPDszT8aIsU5SY3vSDjxJT8VZY2ezEnScMWzoifU99og+aPw1ViheXE7zZdclNJhoQjYh/wsPTN9JoxdGOnqE5pFaRDTLy/9iKPvaG8X0jgFk+xz9MkN8mWpbC0tm6Xqdn8iY+gZxRz1g7WXj5PKY49ed9ZSIMdZ+OJb+mg1jeW4jcyWU6FOgcaLdjAag==" ;
    npx:hasSignatureTarget this: .
  this: <dct:created> "2024-10-21T19:14:47.433Z"^^xsd:dateTime ;
    dcterms:created "2024-10-21T19:14:47.479Z"^^xsd:dateTime ;
    dcterms:creator orcid:1234-1234-1234-1234 ;
    a <npx:ExampleNanopub> .
}