sub:assertion {
<
http://example.org/lifecyclestage>
rdfs:label "refers to the life cycle stage (of organisms of the given taxon)" .
<
http://purl.obolibrary.org/obo/RO_0002303>
rdfs:label "has habitat" .
sub:assertion dct:description """<p><strong>This just a preliminary template for testing...</strong></p>
<p>It uses Biolink for the overall structure.</p>
<p>The subject is a taxon as extracted from Checklistbank.</p>
<p>The life cyle stage is from Uberon.</p>
<p>The predicate is from the Relation Ontology.</p>
<p>The object is a habitat according to the ENVO ontology.</p>""" ;
a nt:AssertionTemplate ;
rdfs:label "Linking a taxon to a habitat (Biolink/nidx/Uberon/RO/Checklistbank version)" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ;
nt:hasTag "Biodiversity" .
sub:association a nt:IntroducedResource ,
nt:LocalResource ;
rdfs:label "this association" .
sub:habitat a nt:GuidedChoicePlaceholder ;
rdfs:label "habitat/environment related to taxon" ;
nt:possibleValue <
http://purl.obolibrary.org/obo/RO_0002303> ;
nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=envo&fieldList=iri,label,description&q=" .
sub:lifecyclestage a nt:GuidedChoicePlaceholder ;
rdfs:label "identifier of the life cycle stage" ;
nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=uberon&fieldList=iri,label,description&childrenOf=http://purl.obolibrary.org/obo/UBERON_0000105&q=" .
sub:relation a nt:GuidedChoicePlaceholder ;
rdfs:label "identifier of relation" ;
nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=ro&fieldList=iri,label,description&q=" .
sub:st0 rdf:object <
https://w3id.org/biolink/vocab/OrganismTaxonToEnvironmentAssociation> ;
rdf:predicate rdf:type ;
rdf:subject sub:association .
sub:st1 rdf:object sub:taxon ;
rdf:predicate <
https://w3id.org/biolink/vocab/subject> ;
rdf:subject sub:association .
sub:st2 rdf:object sub:lifecyclestage ;
rdf:predicate <
http://example.org/lifecyclestage> ;
rdf:subject sub:association ;
a nt:OptionalStatement .
sub:st3 rdf:object sub:relation ;
rdf:predicate <
https://w3id.org/biolink/vocab/predicate> ;
rdf:subject sub:association .
sub:st4 rdf:object sub:habitat ;
rdf:predicate <
https://w3id.org/biolink/vocab/object> ;
rdf:subject sub:association .
sub:taxon a nt:GuidedChoicePlaceholder ;
rdfs:label "identifier of taxon" ;
nt:possibleValuesFromApi "https://vodex.petapico.org/nidx/query?q=label:" .
rdf:type rdfs:label "is a" .
<
https://w3id.org/biolink/vocab/OrganismTaxonToEnvironmentAssociation>
rdfs:label "association of an organism taxon to an environment" .
<
https://w3id.org/biolink/vocab/object>
rdfs:label "refers to the environment" .
<
https://w3id.org/biolink/vocab/predicate>
rdfs:label "refers to the relation (between taxon and environment)" .
<
https://w3id.org/biolink/vocab/subject>
rdfs:label "refers to the organism taxon" .
}