@prefix this: <https://w3id.org/np/RAZuQ0kJ_vnuto1iU1Vj8I59IK_C9pVwLaI080HgGqqzU> .
@prefix sub: <https://w3id.org/np/RAZuQ0kJ_vnuto1iU1Vj8I59IK_C9pVwLaI080HgGqqzU#> .
@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 {
  rdf:type rdfs:label "is an instance of" .
  <https://w3id.org/kpxl/biodiv/terms/hasTaxonConceptDefinition> rdfs:label "is used as defined in" .
  <https://w3id.org/kpxl/biodiv/terms/hasTaxonName> rdfs:label "has the name - links a taxon concept to a taxon name" .
  sub:assertion dct:description "Such a nanopublication expresses an identification of a given specimen, thereby assigning it to a taxon name." ;
    a nt:AssertionTemplate ;
    rdfs:label "Expressing an identification of a specimen with a taxon name" ;
    nt:hasDefaultProvenance ns1:RALfxe37qzq5rEk6tLLcsSeKtKQZ1FcoHZdf2nYVfU66w ;
    nt:hasNanopubLabelPattern "${specimen} is identified as ${taxonname}" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 ;
    nt:hasTag "Biodiversity" ;
    nt:hasTargetNanopubType <https://w3id.org/kpxl/biodiv/terms/BiodivNanopub> .
  sub:specimen a nt:ExternalUriPlaceholder ;
    rdfs:label "DOI (https://doi.org/10...) or other URL of the specimen" .
  sub:st01 rdf:object sub:taxonconcept ;
    rdf:predicate rdf:type ;
    rdf:subject sub:specimen .
  sub:st02 rdf:object sub:taxonname ;
    rdf:predicate <https://w3id.org/kpxl/biodiv/terms/hasTaxonName> ;
    rdf:subject sub:taxonconcept .
  sub:st03 rdf:object sub:taxondef ;
    rdf:predicate <https://w3id.org/kpxl/biodiv/terms/hasTaxonConceptDefinition> ;
    rdf:subject sub:taxonconcept ;
    a nt:OptionalStatement .
  sub:taxonconcept a nt:LocalResource ;
    rdfs:label "the taxon concept" .
  sub:taxondef a nt:ExternalUriPlaceholder ;
    rdfs:label "publication DOI (https://doi.org/...) or taxon treatment ID (https://treatment.plazi.org/id/...)" ;
    nt:hasRegex "(https://doi.org/|https://treatment.plazi.org/id/).+" .
  sub:taxonname a nt:GuidedChoicePlaceholder ;
    rdfs:label "search and select from list (if not found, paste identifying URI from IPNI, MycoBank, Index Fungorum, or Zoobank)" ;
    nt:possibleValuesFromApi "https://vodex.petapico.org/nidx/query?rows=100&q=label:" .
}
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 "xun/CRwqI6JFku8rFQhXlCjfA6VnYQXvznoTM54zCvVk5A0mlUh3NDRC9UnAWI3SJh6dKRTwpmLE5j1M9+Ur5RaA15dBeU7m92ZYMJQ65e7rDYgF7LSCILaYwgwmM1cOYetF92PiiGFBwSc2kQLJIlzKVNMqA7REVQpr/IMB1V4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-04-24T05:41:23.130Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Expressing an identification of a specimen with a taxon name" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}