@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 { dct:isPartOf rdfs:label "is part of" . rdfs:label "FAQ entry" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the question" . rdfs:label "has the answer" . rdfs:label "has the position string" . sub:answer a nt:LongLiteralPlaceholder; rdfs:label "the answer" . sub:assertion a nt:AssertionTemplate; rdfs:label "Create an FAQ entry"; nt:hasNanopubLabelPattern "FAQ: ${question}"; nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4 . sub:entity a nt:GuidedChoicePlaceholder; rdfs:label "entity this FAQ entry is part of"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/MaintainedResource" . sub:faq-entry a nt:IntroducedResource, nt:LocalResource; rdfs:label "this FAQ entry" . sub:position a nt:LiteralPlaceholder; rdfs:label "string determining the order of the FAQ entries" . sub:question a nt:LiteralPlaceholder; rdfs:label "the question" . sub:st0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:faq-entry . sub:st1 rdf:object sub:question; rdf:predicate rdfs:label; rdf:subject sub:faq-entry . sub:st2 rdf:object sub:answer; rdf:predicate ; rdf:subject sub:faq-entry . sub:st3 rdf:object sub:entity; rdf:predicate dct:isPartOf; rdf:subject sub:faq-entry . sub:st4 a nt:OptionalStatement; rdf:object sub:position; rdf:predicate ; rdf:subject sub:faq-entry . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-04-14T13:33:55Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Create an FAQ entry"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "lTdRtGWGccRPc82epMVJyJr/B5UCmytPX3A5GY7cNNjVklSEnCmqKbMI9qqrOvUwib+ISKS/eVkdCYK1RYHW31/asMtJAQ5qCXMw//XSRGvsBDDbRu/vB9yvyfkDsedkxdSbJBrvwIcXEBlw5/reLI9mauDqsph15egWaPTrKR0="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }