@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:action rdfs:label "add..."; ; "void"; "space" . sub:pinned-templates-view dct:title "Pinned templates"; a , ; rdfs:label "View of pinned templates"; "6.5.pinnedTemplates.1"; sub:action; ; "space" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . nt:hasLabelFromApi "Declare a pinned template for a Space" . this: dct:created "2025-11-11T15:03:53.248+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:pinned-templates-view; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Nk/T7ApL2VTp7CioXXFUaNjFKV6bx/7L3EFA/j5S8JwZmEuALbJLBhgpq9eXa4VTSEjGW3/2YvFTLXe8pDeiwc1XrvFRDN68PzzT/0VJlw7yWL5rM0lvQgehlLSQMDC0BAZXPorV02QUx3+kFTdsgrk0ax23fkoMDNokSczwc74="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Get pinned templates - This query returns all pinned template declarations for the given Spaces." . }