Nanopublication

< Home

ID

https://w3id.org/np/RA1hduwex2yJ9TIG51iRLsEW6HnT4DLPIdiYAE57kegHY

Formats

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

Content

@prefix this: <https://w3id.org/np/RA1hduwex2yJ9TIG51iRLsEW6HnT4DLPIdiYAE57kegHY> .
@prefix sub: <https://w3id.org/np/RA1hduwex2yJ9TIG51iRLsEW6HnT4DLPIdiYAE57kegHY/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 {
  sub:add-action a gen:ViewResultAction;
    rdfs:label "➕ add paragraph...";
    gen:hasActionTemplate <https://w3id.org/np/RAdxrv0Rie-65L6gdURjpy8nTt7YagghQfX20Zw4pR7t0>;
    gen:hasActionTemplateTargetField "entity";
    gen:isVisibleTo gen:MemberRole .
  
  sub:docs-wiki-view a gen:PlainParagraphView, gen:ResourceView;
    dct:isVersionOf <https://w3id.org/np/RAZOKM2_P8_2OpTNx9VkZ5Lur5r8ArLbxl9LiudXJ_JnA/docs-wiki-view-kind>;
    dct:title "�� Documentation";
    rdfs:label "Documentation topic text view";
    gen:appliesToInstancesOf gen:DocumentationTopic;
    gen:governedBy <https://w3id.org/spaces/nanopub>;
    gen:hasStructuralPosition "3.2.text";
    gen:hasViewAction sub:add-action, sub:edit-action;
    gen:hasViewQuery <https://w3id.org/np/RA2aIVW1JRxYWLnF4VYKStVjWvxLQJ0n9TAabvj-RNw58/get-docs-paragraphs>;
    gen:hasViewQueryTargetField "resource" .
  
  sub:edit-action a gen:ViewEntryAction;
    rdfs:label "✏ edit...";
    gen:hasActionTemplate <https://w3id.org/np/RAdxrv0Rie-65L6gdURjpy8nTt7YagghQfX20Zw4pR7t0>;
    gen:hasActionTemplateQueryMapping "override_target:@override";
    gen:isVisibleTo gen:MemberRole .
}

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-09-09T13:31:44Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:docs-wiki-view;
    npx:introduces <https://w3id.org/np/RAZOKM2_P8_2OpTNx9VkZ5Lur5r8ArLbxl9LiudXJ_JnA/docs-wiki-view-kind>;
    npx:supersedes <https://w3id.org/np/RAZOKM2_P8_2OpTNx9VkZ5Lur5r8ArLbxl9LiudXJ_JnA>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA-N4_kFxcruvBTlo1yJv29E4SLOXsx5KO_th69PprMrA>,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAnMcenHc46myXb_Yp-dPu62pywUIsqYJ5oJvSgV38XiQ/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "PvQWZTFuS54xfR/fbdplaH+b/QMZfVuWcE6sndrYjEGKNsBAjMdwxURs9+TYVPRvorXc+8GrNmnzteSoGeyXIKZLqyiRGznGdTqqc17usxmcjvCL+5IB12+0rgcIN0LpkLHvPiUgCLM/wYb3Lm//YpiTNvHyG7S3P2AOv9O1J9E=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}