@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 { rdfs:comment rdfs:label "has the comment" . rdfs:label rdfs:label "has the label" . gen:hasPinnedResource rdfs:label "has the pinned resource" . sub:comment a nt:LiteralPlaceholder; rdfs:label "comment about why this resource is pinned" . sub:entity a nt:ExternalUriPlaceholder; rdfs:label "the entity that has the pinned resource" . sub:resource a nt:ExternalUriPlaceholder; rdfs:label "the resource being pinned for the entity" . sub:resourceLabel a nt:LiteralPlaceholder; rdfs:label "label of the resource" . sub:st01 rdf:object sub:resource; rdf:predicate gen:hasPinnedResource; rdf:subject sub:entity . sub:st02 a nt:OptionalStatement; rdf:object sub:resourceLabel; rdf:predicate rdfs:label; rdf:subject sub:resource . sub:st03 a nt:OptionalStatement; rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:resource . sub:template a nt:AssertionTemplate; dct:description "Template to express that an entity (e.g. a Space) has a pinned resource."; dct:isVersionOf ; rdfs:label "Expressing something has a pinned resource"; gen:governedBy ; nt:hasStatement sub:st01, sub:st02, sub:st03; nt:hasTargetNanopubType gen:hasPinnedResource . } 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-08-25T11:46:04Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:introduces ; npx:supersedes ; rdfs:label "Expressing something has a pinned resource"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "d6BvvifaiYRXzAFDOvsk5v61qPQ1eVLCMkaBXkNrYPZzlpX2FuB1O+PCyUFyssqRMtf2+ZzaKawyOJ8rADLuXun+4IRwmMvdw1TZr/Z4r0AD4He0IQ9DksRWzrakOtCkXzXkru8CNOKhC/NWmrQEyvx66S4XnHC/fsrZ5J+xkW8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Nanodash" . }