@prefix this: <http://purl.org/np/RAqJBhJPxtmeEPfY-ldVpOopl61snYBbC4ECndenNK22Y> .
@prefix sub: <http://purl.org/np/RAqJBhJPxtmeEPfY-ldVpOopl61snYBbC4ECndenNK22Y#> .
@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 openbiodiv: <http://openbiodiv.net/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
@prefix npx: <http://purl.org/nanopub/x/> .
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 .
  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" .
  sub:name a nt:LocalResource ;
    rdfs:label "This name" .
  sub:species a nt:LiteralPlaceholder ;
    rdfs:label "add the species epithet here" .
  sub:st0 rdf:object sub:name ;
    rdf:predicate rdf:type ;
    rdf:subject sub:ScientificName ;
    a rdf:Statement ;
    nt:statementOrder 0 .
  sub:st1 rdf:object sub:genus ;
    rdf:predicate dwc:genus ;
    rdf:subject sub:name ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st2 rdf:object sub:taxonomicDiscovery ;
    rdf:predicate dwciri:taxonomicStatus ;
    rdf:subject sub:name ;
    a rdf:Statement ;
    nt:statementOrder 2 .
  sub:st3 rdf:object sub:species ;
    rdf:predicate dwc:specificEpithet ;
    rdf:subject sub:name ;
    a rdf:Statement ;
    nt:statementOrder 3 .
  sub:st4 rdf:object "species" ;
    rdf:predicate dwc:verbatimTaxonRank ;
    rdf:subject sub:name ;
    a rdf:Statement ;
    nt:statementOrder 4 .
  sub:taxonomicDiscovery a openbiodiv:TaxonomicDiscovery ;
    rdfs:label "taxonomic discovery" .
  dwciri:taxonomicStatus rdfs:label "has status" .
  dwc:genus rdfs:label "has genus" .
  dwc:specificEpithet rdfs:label "has species epithet" .
  dwc:verbatimTaxonRank rdfs:label "has taxonomic rank" .
  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 "lNfabXlnxhl1d+6swhlNDeEGdANTryFun6jROxVWVtIvYugLO5vcfodGB3WpsSdNI2bP7ZQk2LFTrXgZsAac7ztBhSE6IbYYJCS/1LNrqGVPUkeZKwinPI37fXlUTGuFWHQgCznSCykxbC3LBk9+JQizAslaB+B1Bcczj7cEmlI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-02-22T18:45:00.00+02:00"^^xsd:dateTime .
}