@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix npx: . 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 extracted from Checklistbank.

The predicate is from the Relation Ontology.

The object is a habitat according to the ENVO ontology.

"""; a nt:AssertionTemplate; rdfs:label "Linking a taxon to a habitat (Checklistbank/nidx 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://vodex.petapico.org/nidx/query?q=label:" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "XSTLXCwdD5hMsIf5lkPqC6SJmmJ/MkUngwvk3lR57KAueDp9Td265yGqjh3J+cOyNjsAmxMo3CJ/m2e8HmUvogleLZO9p4tBhB2fXMAGQVmxcH8uuW9PtznOoivsGPrTcPWhw0+gc824ZJL1hkCRgCSFeXPi08uKQgkiHVxPZw0="; npx:hasSignatureTarget this: . this: dct:created "2023-03-13T09:47:21.133Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }