@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion dct:description """

This just a preliminary template for testing...

The subject is a taxon as retrieved from COL.

The predicate is from the Relation Ontology.

The object is a habitat according to the ENVO ontology.

"""; a nt:AssertionTemplate, nt:UnlistedTemplate; rdfs:label "Linking a taxon to a habitat (COL version)"; nt:hasStatement sub:st1; nt:hasTag "Biodiversity" . sub:habitat a nt:GuidedChoicePlaceholder; rdfs:label "habitat related to taxon"; nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=envo&fieldList=iri,label,description&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:st1 rdf:object sub:habitat; rdf:predicate sub:relation; rdf:subject sub:taxon . sub:taxon a nt:GuidedChoicePlaceholder; rdfs:label "identifier of taxon"; nt:possibleValuesFromApi "https://api.catalogueoflife.org/dataset/3LR/nameusage/search?q=" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "C4nD/DwjoHjaGYNCJObC/W1SD16bU+62878DdWTTDxwTvjU6ETUTkzAOQ9dU423LIGngwUx+qBeKjQ0+FZWpXCx29bseBRH/bHGo+eUa4PkcARqa9wa7bPsT5hUmqlp7NOLFjtPU2ZXPjz91blhiwIf8XntAlPjv3PKu61/oukc="; npx:hasSignatureTarget this: . this: dct:created "2023-04-26T13:30:27.699+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }