sub:assertion {
rdf:type rdfs:label "is a - asserts that the thing on the left belongs to the class on the right" .
rdfs:label rdfs:label "has the name - connects a formal identifier (left) to an informal human-readable name (right)" .
rdfs:subClassOf rdfs:label "is a sub-taxon of - states that all instances of the taxon to the left are also instances of the taxon to the right" .
<
http://www.w3.org/2004/02/skos/core#definition>
rdfs:label "is defined as follows: - connects an identifier (left) to a human-readable definition (right)" .
<
http://www.w3.org/2004/02/skos/core#relatedMatch>
rdfs:label "is related to - connects two taxons that are somehow related" .
sub:assertion dct:description "Such a nanopublication defines a new biological taxon, such as a species or a family." ;
a nt:AssertionTemplate ;
rdfs:label "Defining a new biological taxon" ;
nt:hasDefaultProvenance ns1:RALfxe37qzq5rEk6tLLcsSeKtKQZ1FcoHZdf2nYVfU66w ;
nt:hasNanopubLabelPattern "New ${taxonType}: ${name}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ;
nt:hasTag "Biodiversity" ;
nt:hasTargetNanopubType <
https://w3id.org/kpxl/biodiv/terms/BiodivNanopub> .
sub:definition a nt:LongLiteralPlaceholder ;
rdfs:label "definition of the taxon" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the taxon" .
sub:relatedentity a nt:GuidedChoicePlaceholder ;
rdfs:label "URI of a related entity" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=" , "https://vodex.petapico.org/nidx/query?rows=100&q=label:" , "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:st0 rdf:object sub:taxonType ;
rdf:predicate rdf:type ;
rdf:subject sub:taxon ;
a rdf:Statement .
sub:st1 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:taxon ;
a rdf:Statement .
sub:st2 rdf:object sub:definition ;
rdf:predicate <
http://www.w3.org/2004/02/skos/core#definition> ;
rdf:subject sub:taxon ;
a rdf:Statement .
sub:st3 rdf:object sub:supertaxon ;
rdf:predicate rdfs:subClassOf ;
rdf:subject sub:taxon ;
a nt:OptionalStatement .
sub:st4 rdf:object sub:relatedentity ;
rdf:predicate <
http://www.w3.org/2004/02/skos/core#relatedMatch> ;
rdf:subject sub:taxon ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:supertaxon a nt:GuidedChoicePlaceholder ;
rdfs:label "the URI of the supertaxon" ;
nt:possibleValuesFromApi "https://vodex.petapico.org/nidx/query?rows=100&q=label:" .
sub:taxon a nt:ExternalUriPlaceholder ,
nt:IntroducedResource ;
rdfs:label "existing taxon identifier, e.g. from ZooBank" .
sub:taxonType a nt:RestrictedChoicePlaceholder ;
nt:hasDefaultValue <
http://purl.obolibrary.org/obo/NCIT_C45293> ;
nt:possibleValuesFrom <
https://w3id.org/np/RAuDzWoXFV_PkLWD_u3wzAiALvsAJFAmHSagjBlemiDOE> .
}