@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix ns1: . @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; dct:description "template to assign a morphological character, e.g. macropterous, to a carabid species"; rdfs:label "(new) Assigning a morphological character to a carabid species"; nt:hasNanopubLabelPattern "${taxon} has the feature ${feature}"; nt:hasStatement sub:st, sub:st2 . sub:carabidspecies a nt:GuidedChoicePlaceholder; rdfs:label "choose species"; nt:possibleValuesFromApi "https://api.gbif.org/v1/species/suggest?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&q=" . sub:comment a nt:LongLiteralPlaceholder . sub:morphcharacter a nt:GuidedChoicePlaceholder; rdfs:label "choose morphological character"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" . sub:st rdf:object sub:morphcharacter; rdf:predicate ; rdf:subject sub:carabidspecies . sub:st2 a nt:OptionalStatement; rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:morphcharacter . rdfs:label "has the morphological character" . } 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: a ; dct:created "2026-08-03T21:19:14.657Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4587-3476; dct:license ; npx:embeds sub:assertion; npx:wasCreatedAt ; rdfs:label "(new) Assigning a morphological character to a carabid species"; prov:wasDerivedFrom , ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAdyqI6k07V5nAS82C6hvIDtNWk179EIV4DV-sLbOFKg4, , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUDeKXhXlFhZOfNX+50fX31+K+KNwHGyuh65vqoj49E+Sc920NGPGIEmoyGDFtPONltIEFzp80aEY5mn+V+r27uUpDORorw6OlGGepR0dnWNwEJ8jyFVu7z7d+eIqC5t9V+tQbU4c1H2b8IEzlbpTT0n7DY6gjP0jDjwTBC94mdQIDAQAB"; npx:hasSignature "E7kxwK8wd1vks+D9naXjaDcXILrvS4SucnISwp4bPYEMykskWMQz08alIN6i1zbNF2lggz/j2chkC+5+h/l8U/gEEfZphKyec7336zWBF7ikHbZCKcyBt5xbOG1k+FOjB406GMluF/Yj25+T2w5BLHBQrwyFYQ/hYTovqlKlVjg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4587-3476 . }