Nanopublication

< Home

ID

https://w3id.org/np/RAisxZcCer9pkDZKWBVcXMsoTkASpLYMHi-WV2LfNdelQ

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAisxZcCer9pkDZKWBVcXMsoTkASpLYMHi-WV2LfNdelQ> .
@prefix sub: <https://w3id.org/np/RAisxZcCer9pkDZKWBVcXMsoTkASpLYMHi-WV2LfNdelQ/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  rdfs:label rdfs:label "has the label" .
  
  gen:hasPinnedResource rdfs:label "has the pinned resource" .
  
  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:template a nt:AssertionTemplate;
    dct:description "Template to express that an entity (e.g. a Space) has a pinned resource.";
    dct:isVersionOf sub:templateKind;
    rdfs:label "Expressing something has a pinned resource";
    gen:governedBy <https://w3id.org/spaces/knowledgepixels/nanodash>;
    nt:hasStatement sub:st01, sub:st02;
    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:20:54Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:template;
    npx:introduces sub:templateKind;
    rdfs:label "Expressing something has a pinned resource";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA9cOdAwjxTF6qNNFkXTl_EgOan0LDPmu0fWnIgmZu-7E> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "IeMTl6PLzm3pCta1rQ1cHpdJGt2avtAZZP47DFyXJuNeccHJwC1OHHrKGt74O5WDmw8sgU/NnUV3yhtXc8GJgPq3O08ncaGDWAH+cUOi3yd5yBtxCyDcG1Z8e9bcmsad+sLNxRFFdi7xnuSxjo+Zj+mUyt8TEh1Hqq2c9JV6tYQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
  
  <https://w3id.org/spaces/knowledgepixels/nanodash> nt:hasLabelFromApi "Nanodash" .
}