@prefix this: . @prefix sub: . @prefix gen: . @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" . gen:UnansweredQuestion rdfs:label "unanswered question" . gen:hasContent rdfs:label "has the (partial) answer" . gen:hasPositionString rdfs:label "has the position string" . sub:answer a nt:LongLiteralPlaceholder; rdfs:label "the partial or preliminary answer (leave empty if there is none yet)" . 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:unansweredType; rdf:predicate rdf:type; rdf:subject sub:faq-entry . sub:st2 rdf:object sub:question; rdf:predicate rdfs:label; rdf:subject sub:faq-entry . sub:st3 a nt:OptionalStatement; rdf:object sub:answer; rdf:predicate gen:hasContent; rdf:subject sub:faq-entry . sub:st4 rdf:object sub:entity; rdf:predicate dct:isPartOf; rdf:subject sub:faq-entry . sub:st5 a nt:OptionalStatement; rdf:object sub:position; rdf:predicate gen:hasPositionString; rdf:subject sub:faq-entry . sub:template a nt:AssertionTemplate; dct:description "This template is for FAQ entries that are still unanswered: the question is required, while the answer is optional and can contain a partial or preliminary answer. The entry is always marked as an unanswered question. Use the general FAQ entry template to publish the final answer (clearing the unanswered marker)."; rdfs:label "Create an unanswered FAQ entry"; nt:hasNanopubLabelPattern "FAQ: ${question}"; nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5 . sub:unansweredType a nt:RestrictedChoicePlaceholder; rdfs:label "marked as still unanswered"; nt:hasDefaultValue gen:UnansweredQuestion; nt:possibleValue gen:UnansweredQuestion . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234; prov:wasDerivedFrom . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-07-30T04:25:10Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; rdfs:label "Create an unanswered FAQ entry"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "hVmEg+M0byWQib8bEHafg3e0wmvZDrSdP1OsgrQdTPl2JqDPUjoTTFwkUKcs+v78rZaPa3HatdX5Xn4snqh58t7vCL6pqduVR8fJeISW3cpuKUQEufv6ldLdBfnNWSgVKFGtmj5Piu3I3S2w4UQ/i6Mjut+FDWBs9kzptVmL36s="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }