@prefix this: <https://w3id.org/np/RAuypo-5wswigezEtS4rUNTRoGpjfwIAJecTNALGNbHj0> .
@prefix sub: <https://w3id.org/np/RAuypo-5wswigezEtS4rUNTRoGpjfwIAJecTNALGNbHj0#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.obolibrary.org/obo/OBI_0100051> rdfs:label "specimen - A material entity that has the specimen role." .
  <http://purl.org/spar/cito/cites> rdfs:label "cites" .
  <http://purl.org/spar/cito/discusses> rdfs:label "discusses" .
  <http://purl.org/spar/fabio/ScholarlyWork> rdfs:label "paper - any kind of scholarly work, such as an article, book, etc." .
  rdf:type rdfs:label "is a" .
  sub:assertion dct:description "Such a nanopublication states that a given specimen was discussed in a given paper." ;
    a nt:AssertionTemplate ;
    rdfs:label "Declaring a specimen being discussed in a paper" ;
    nt:hasNanopubLabelPattern "${article} ${relation} ${specimen}" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 ;
    nt:hasTag "Biodiversity" ;
    nt:hasTargetNanopubType <http://purl.org/spar/cito/cites> , <https://w3id.org/kpxl/biodiv/terms/BiodivNanopub> .
  sub:paper a nt:ExternalUriPlaceholder ;
    rdfs:label "DOI (https://doi.org/10...) or other URL of the citing paper" .
  sub:relation a nt:RestrictedChoicePlaceholder ;
    rdfs:label "select the relation type" ;
    nt:hasDefaultValue <http://purl.org/spar/cito/cites> ;
    nt:possibleValue <http://purl.org/spar/cito/cites> , <http://purl.org/spar/cito/discusses> .
  sub:specimen a nt:ExternalUriPlaceholder ;
    rdfs:label "DOI (https://doi.org/10...) or other URL of the specimen" .
  sub:st01 rdf:object <http://purl.org/spar/fabio/ScholarlyWork> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:paper .
  sub:st02 rdf:object <http://purl.obolibrary.org/obo/OBI_0100051> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:specimen .
  sub:st03 rdf:object sub:specimen ;
    rdf:predicate sub:relation ;
    rdf:subject sub:paper .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "O3jj0toVb6rg7zQUT6MBQMT8XHcQu1Kp9Y4a4Qkc5/HjtMR61Pl7uVB4bwfOA6ZiPjzsXzpo/TSuVaho4AXZwrJgYSQUobLRoMwIOho+bsxDk0vpi9ZqMwR/Zx7RHPvjtfw8+h/v2n3z+iNU7XNMQ+ydmoYNYr78ZPKp4r9Kzk4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-04-24T05:17:24.250Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAUcf9t0aXOuCZTuiwffB_28d3TnQYwfl20iNhbdV-hS4> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Declaring a specimen being discussed in a paper" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}