sub:assertion {
rdf:type rdfs:label "is an" .
rdfs:comment rdfs:label "has the free-text comment" .
biolink:object rdfs:label "links the taxon to the chorotype" .
biolink:predicate rdfs:label "has the relation" .
biolink:subject rdfs:label "refers to" .
biodiv:hasSubjectLifeCycleStage rdfs:label "refers to the taxon's life cycle stage" .
biodiv:hasTaxonConceptDefinition rdfs:label "is used as defined in" .
biodiv:hasTaxonName rdfs:label "has the name - links a taxon usage to a taxon name" .
sub:assertion dct:description "Such a nanopublication expresses an association between an organism taxon (e.g. a species) and a chorotype, for example expressing that the organisms of the given species have a distribution range matching the specified chorotype." ;
a nt:AssertionTemplate ;
rdfs:label "Expressing an association between an organism taxon and a chorotype" ;
nt:hasDefaultProvenance <
http://purl.org/np/RA2VjRiJ5AsNnPHDXuOqvsEJwTwqtj5rBb-OFkpPOzd9s> ;
nt:hasNanopubLabelPattern "${taxonname} - has distribution range - ${chorotype}" ;
nt:hasStatement sub:st00 ,
sub:st05 ,
sub:st10 ,
sub:st11 ,
sub:st12 ,
sub:st20 ,
sub:st40 ,
sub:st60 ;
nt:hasTag "Biodiversity" ;
nt:hasTargetNanopubType biodiv:BiodivNanopub .
sub:association a nt:IntroducedResource ,
nt:LocalResource ;
rdfs:label "this association" .
sub:chorotype a nt:GuidedChoicePlaceholder ;
rdfs:label "the chorotype to be associated with the taxon" ;
nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https%3A%2F%2Fw3id.org%2Fspaces%2Fcarabid-beetles%2Fr%2Fontology%2FChorotype&searchterm=" .
sub:comment a nt:LongLiteralPlaceholder ;
rdfs:label "short explanation related to the above statement" .
sub:lifecyclestage a nt:RestrictedChoicePlaceholder ;
rdfs:label "the life cycle stage" ;
nt:possibleValuesFrom <
http://purl.org/np/RAVZS2MV-siFEqsgFTtgSoKA5qJkp7r1nM_n-MqPkvgdE> .
sub:st00 rdf:object cb:OrganismTaxonToChorotypeAssociation ;
rdf:predicate rdf:type ;
rdf:subject sub:association .
sub:st05 rdf:object cb:hasDistributionRange ;
rdf:predicate biolink:predicate ;
rdf:subject sub:association .
sub:st10 rdf:object sub:taxon ;
rdf:predicate biolink:subject ;
rdf:subject sub:association .
sub:st11 rdf:object sub:taxonname ;
rdf:predicate biodiv:hasTaxonName ;
rdf:subject sub:taxon .
sub:st12 rdf:object sub:taxondef ;
rdf:predicate biodiv:hasTaxonConceptDefinition ;
rdf:subject sub:taxon ;
a nt:OptionalStatement .
sub:st20 rdf:object sub:lifecyclestage ;
rdf:predicate biodiv:hasSubjectLifeCycleStage ;
rdf:subject sub:association ;
a nt:OptionalStatement .
sub:st40 rdf:object sub:chorotype ;
rdf:predicate biolink:object ;
rdf:subject sub:association .
sub:st60 rdf:object sub:comment ;
rdf:predicate rdfs:comment ;
rdf:subject sub:association ;
a nt:OptionalStatement .
sub:taxon a nt:LocalResource ;
rdfs:label "a 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:" .
cb:OrganismTaxonToChorotypeAssociation rdfs:label "association of an organism taxon to a chorotype" .
cb:hasDistributionRange rdfs:label "has distribution range" .
}