@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a schema:Question, gen:UnansweredQuestion; dct:isPartOf ; rdfs:label "In what ways can nanopublications be combined with each other?"; gen:hasContent "This text will hopefully be replaced by a useful answer soon." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-06-11T05:55:38Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType schema:Question, gen:UnansweredQuestion; rdfs:label "Unanswered FAQ: In what ways can nanopublications be combined with each other?"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Ru+v90IzZ8K6ARqJe3MnAOnoFBwFaesMM+go8oD/WsOm5Qduuo0VJSz3WJqyVwStt3Ldnjwww3zbEmM2g5wLW+hVgCw7139lBVeWsd0lrc+oqAYs/WFNHpoeAwG/6QQLo6ix866EW/EBZe6gJAMoQ3oQWidqyxqQq4aeyJNCLik="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }