@prefix this: <http://purl.org/np/RAPyOihLSiv3WK9rISGH6AiPYAmh_di3c4oh4LRtqGOmw> .
@prefix sub: <http://purl.org/np/RAPyOihLSiv3WK9rISGH6AiPYAmh_di3c4oh4LRtqGOmw#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix openbiodiv: <http://openbiodiv.net/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ScientificName a openbiodiv:ScientificName ;
    rdfs:label "This Scientific Name" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "New taxonomic name" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 , sub:st4 .
  sub:genus a nt:LiteralPlaceholder ;
    rdfs:label "add the genus name here" ;
    nt:hasPrefix "http://rs.tdwg.org/dwc/terms/genus" ;
    nt:hasPrefixLabel "the genus" .
  sub:species a nt:LiteralPlaceholder ;
    rdfs:label "add the species epithet here" ;
    nt:hasPrefix "http://rs.tdwg.org/dwc/terms/specificEpithet" ;
    nt:hasPrefixLabel "the species" .
  sub:st0 rdf:object openbiodiv:ScientificName ;
    rdf:predicate rdf:type ;
    rdf:thisject sub:ScientificName ;
    a rdf:Statement ;
    nt:statementOrder 0 .
  sub:st1 rdf:object sub:genus ;
    rdf:predicate dwc:genus ;
    rdf:thisject sub:ScientificName ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st2 rdf:object sub:species ;
    rdf:predicate dwc:specificEpithet ;
    rdf:thisject sub:ScientificName ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st3 rdf:object sub:taxonomicDiscovery ;
    rdf:predicate dwciri:taxonomicStatus ;
    rdf:thisject sub:ScientificName ;
    a rdf:Statement ;
    nt:statementOrder 0 .
  sub:st4 rdf:object "species" ;
    rdf:predicate dwc:verbatimTaxonRank ;
    rdf:thisject sub:ScientificName ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:taxonomicDiscovery a openbiodiv:TaxonomicDiscovery ;
    rdfs:label "taxonomic discovery" .
  dwciri:taxonomicStatus rdfs:label "has status" .
  rdf:type rdfs:label "is a" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-8083-6048 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwi1YMnpV5z/0oMXyFYDKS5cirQQWTMZ/jbglmVY1gl3YAgrkqsQUmgaxA/ho+VV8jsfREIL8PT2czbmCjGjMJoNaKVqJq1GoIUV9+Kj9yXxNySyDAOTDsIM0zdj1BEu5uNbtfzwQPGuhVpgLR05Uk/meCyYLPs3BxC5zRbtulmwIDAQAB" ;
    npx:hasSignature "Q9jwJqf26qXXFmC/gHLfXWnPSo3GT3+VDn+d9dMVBWRboD5IkBQ6cWU37TdTE3RC1FRSYQz8pX9kqQmGSu0I552Mq7N6fAHXL3LjkITv4wPN7nDYCDA1KYvNBdCyDcr821kjhZm9M6RnDEFCuVZPUDgDL+eTx5lvI7iQuyvNkdY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-02-22T13:13:35.00+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-8083-6048 .
}