@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:assertion a nt:AssertionTemplate; rdfs:label "Assigning a feature to an organism taxon"; nt:hasNanopubLabelPattern "${taxon} has the feature ${feature}"; nt:hasStatement sub:st . sub:feature a nt:GuidedChoicePlaceholder; rdfs:label "choose biological feature"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" . sub:st rdf:object sub:feature; rdf:predicate ; rdf:subject sub:taxon . sub:taxon a nt:GuidedChoicePlaceholder; rdfs:label "choose taxon"; nt:possibleValuesFromApi "https://api.gbif.org/v1/species/suggest?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&q=" . rdfs:label "has the feature" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . orcid:0000-0002-4587-3476 foaf:name "roberto pizzolotto" . this: dct:created "2026-07-05T12:59:29.389Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4587-3476; dct:license ; npx:wasCreatedAt ; rdfs:label "Assigning a feature to an organism taxon"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUDeKXhXlFhZOfNX+50fX31+K+KNwHGyuh65vqoj49E+Sc920NGPGIEmoyGDFtPONltIEFzp80aEY5mn+V+r27uUpDORorw6OlGGepR0dnWNwEJ8jyFVu7z7d+eIqC5t9V+tQbU4c1H2b8IEzlbpTT0n7DY6gjP0jDjwTBC94mdQIDAQAB"; npx:hasSignature "OJGAn5kXuI2X1PvC8u5kc3P4+IK00NJ1K1WIeikGGXM847ARaoSMFA64TqsknWcQjIvxBCkAyDfxYB2/MAHsId7H+lmdVwrCD4Y7HacUF/KN6szPGBJBKi3HvAQkn767x3Ugsj63BUsbQ0X8Q3vh1Tn6RhoWk4vljmIVKeYkXQw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4587-3476 . }