Nanopublication

< Home

ID

https://w3id.org/np/RAfO4kUcQG6IAATOFmOQhL5wG2518h7Z_2ZCH2eEz8agQ

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAfO4kUcQG6IAATOFmOQhL5wG2518h7Z_2ZCH2eEz8agQ> .
@prefix sub: <https://w3id.org/np/RAfO4kUcQG6IAATOFmOQhL5wG2518h7Z_2ZCH2eEz8agQ/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns1: <http://purl.org/np/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAsOBbtqmrJ7dCiZJhJMcXnBEsb9nN8JhBi7rneHkgo2A/intention> a <http://example.org/samplingIntention>;
    <http://example.org/hasTargetMaterial> <http://purl.obolibrary.org/obo/ENVO_00001998> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-6534-6609 .
}

sub:pubinfo {
  <http://purl.obolibrary.org/obo/ENVO_00001998> nt:hasLabelFromApi "soil - An environmental material which is primarily composed of minerals, varying proportions of sand, silt, and clay, organic material such as humus, interstitial gases, liquids, and a broad range of resident micro- and macroorganisms." .
  
  orcid:0000-0001-6534-6609 foaf:name "Mitja M. Zdouc" .
  
  this: a npx:ExampleNanopub;
    dct:created "2026-07-08T13:27:02.475Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-6534-6609;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAsOBbtqmrJ7dCiZJhJMcXnBEsb9nN8JhBi7rneHkgo2A/intention>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAsOBbtqmrJ7dCiZJhJMcXnBEsb9nN8JhBi7rneHkgo2A> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnj9AmTE2Q7RxppglmQDLGezpd8yHXSVP7AqgUhyZ36SjaTCdhOlYhCIapxtat5RBYFjIQ5OreKs7GRf29kXtKqAsBR4skDZ10RviKdb52YvZEC+r1CsqOOuMCpG8fQhIWiD53PonxeeyjL9RXWFh1n4lGQ+Bo8qhIQQKgjEHnpwOgb+rLSg1V/K0j6DDW21ScOC1w1FGn+rgf2U3f0jnr9/EL8wV6uhUsRmVyPQF5YqoYsu1e10cxoXO3A63BZFg6GYeUWBenxlSo/8ZIM0Q/mk3Rt6W46aj9srX9o6KyQotN1Hux6QkgtG6usCaQEHr0g37Ip6NMPScT/rTfu3fZwIDAQAB";
    npx:hasSignature "gzkAfwyuDpzjylbZ4CPf/bY9saZ1hrSIc94B64jBl3w0uoRkgrk2rTeX0sAeoOtLzQQnJIRsUUHFqb9tS9/a/TdjQwRbht8PeaAv3N67MGazreHIqnQZ9xVnTeM0MXR2NsY+fFwaS0eHIJteLmJiFZgDizOOVjjztnMxP21KrUIBc94WJuwYRiZvCOdreo/t24KUBSXEY2w4C4NaJ8yRB0TivkpNZwAypqC42dQIx2OMKWC0U7S20b2WaWX6/QWms4MXfSwlU3UZrhnAFpNlDaifC+0CeXrGXXwjwUPPtGOnI50Q6SGKvNHzOPlxNknEd79uZkIuSbH0j8XKGuOT0g==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-6534-6609 .
}