@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 a nt:AssertionTemplate; rdfs:label "Linking a taxon to a habitat"; 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/search?ontology=envo&q=" . sub:relation a nt:UriPlaceholder; rdfs:label "identifier of relation" . sub:st1 rdf:object sub:habitat; rdf:predicate sub:relation; rdf:subject sub:taxon . sub:taxon a nt:UriPlaceholder; rdfs:label "identifier of taxon" . } 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 "PwAlj62mRsZAIRvQs2u/S29MSFTn6tnD7zZGuudspKfn4LVsm2m35pish2kyxL/JGjtS1CwUCaio2gjuu5oBhnFe5fvVNFeEp2JBRqKH35DTgHTTjbn8fKKX61Y2AS88pPyUEtWJLI2sV8okt0x2gLM2LBW9vScFl4gi4TQ/5gQ="; npx:hasSignatureTarget this: . this: dct:created "2023-03-03T10:49:43.038Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }