@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://purl.org/np/RAld4wNqdMTrZZooHsmfmG1z3adD4DE6FpYEY3-OQSOaY
> .
@prefix sub: <
http://purl.org/np/RAld4wNqdMTrZZooHsmfmG1z3adD4DE6FpYEY3-OQSOaY#
> .
@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 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
;
rdfs:label
"taxonomic name" .
sub:assertion
a
nt:AssertionTemplate
;
rdfs:label
"Defining a new species 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:ScientificName
;
rdf:predicate
rdf:type
;
rdf:subject
sub:name
;
a
rdf:Statement
;
nt:statementOrder
0 .
sub:st1
rdf:object
sub:taxonomicDiscovery
;
rdf:predicate
dwciri:taxonomicStatus
;
rdf:subject
sub:name
;
a
rdf:Statement
;
nt:statementOrder
1 .
sub:st2
rdf:object
sub:genus
;
rdf:predicate
dwc:genus
;
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
"is defined as part of a" .
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
"JQrNyFs8e+oTuG4sw6EG+8+COgyTMZeT+pxQNdB/UKqZAiMmU5fq5z/C+XvgkCXRAXE1rsAh9BTZLbcTxg7qef2+zYbpF0QqiBioyq0QfTmbtAXCsjEb9uNBB0KNBMrPrm1h9p77n8m9lhzidKsy0BuUFVIkucZoilgggTox1Y0=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2021-02-22T18:45:00.00+02:00"^^
xsd:dateTime
.
}