@prefix this: <https://w3id.org/np/RA-fq42yNtLVrVFvT0m8zK8QCy-Ouj3qYfsAGPlXoUlIY> .
@prefix sub: <https://w3id.org/np/RA-fq42yNtLVrVFvT0m8zK8QCy-Ouj3qYfsAGPlXoUlIY/> .
@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 {
  sub:Claim dcterms:description "" ;
    a <https://w3id.org/kpxl/gen/terms/Claim> ;
    rdfs:label "nanopub testing2" ;
    foaf:page <https://roamresearch.com/#/app/roamjs-dev/page/big2lF9GC> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:1234-1234-1234-1234 ;
    prov:wasDerivedFrom <https://doi.org/example123> .
}
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" .
  prov:wasDerivedFrom rdfs:label "has source" .
  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" .
  orcid:1234-1234-1234-1234 rdfs:label "Michael Gartner" .
  <https://w3id.org/kpxl/gen/terms/Claim> rdfs:label "Claim" .
  this: dcterms:created "2026-02-08T22:18:02.539Z"^^xsd:dateTime ;
    dcterms:creator orcid:1234-1234-1234-1234 ;
    npx:introduces sub:Claim ;
    a npx:ExampleNanopub , <https://w3id.org/kpxl/gen/terms/DiscourseGraphNanopub> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo2NYLBcZmpOkjgqLiT7hMxzRaK5KhYYHxxN2gCAMfmOaulAxAzPUNBJLIXjX3yQeIj6rAH4haWNAEUGPdiua/D+Pmu/Hrva3mK29lsWW9ajyZr0e12erDdaBw+3XfxMkKCZkLJjina6mi0W80e7Wa3+dsrypMDVl3CFYVvLsXu4lIMYqI2aVvbKyqCv6hUaWlGUip+2f84LQx/RSZGGwbBjwzKqe/Cs7frCW/lNlvsAkkst+IyFMcekEW875+rnsXP3phcP9Q1Ocu8wbnYYAu5lZPL19YFDSso2Qc5TpkXK3rawDYH36rOX8f0zBzdcbZAPx9btSCgXyqMpP8U4TCwIDAQAB" ;
    npx:hasSignature "cmuYsObXKRQB3xsHhiDPXU4jt7hQEsnddO+qiVkDdhYZ14H5FfyqmL81NbqYqPp32o4Hv9I//p20/EfOACmi0zt0DmsalkL137RehnYG4pmwMLIGp689FxpgDtAOHcS56JfHEkICqe213MlenxdwR1xHBJkZ3BeY1Z53QewesQxOvOwcwArhtG0XQXQDRttP7IEz4QO60x6/mxT3qcn4B8W/naQn0oFEiAF5VcgpLspEHaKtEfwNiGqVlL+CX0e60RfTIpqd5ReGxLYWssNvjS3hq7CtcmCx5Kta0D51kL3p0NjjMhaK2iU17DH+bcI3em915VC4i1ybkucyKGmfGw==" ;
    npx:hasSignatureTarget this: .
}