Nanopublication

< Home

ID

https://w3id.org/np/RA0CNKtgyavZgWd6G_O-LHppJ5ijr_24mCgtJvKKfSxxk

Formats

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

Content

@prefix this: <https://w3id.org/np/RA0CNKtgyavZgWd6G_O-LHppJ5ijr_24mCgtJvKKfSxxk> .
@prefix sub: <https://w3id.org/np/RA0CNKtgyavZgWd6G_O-LHppJ5ijr_24mCgtJvKKfSxxk/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nsug: <https://w3id.org/np/RA5BAdUvlxLWMWFQN3UVKoIQEB_MYTiAoLH1klXJ7z-XI/> .
@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:commentAction a gen:ViewResultAction;
    rdfs:label "comment...";
    gen:hasActionTemplate <https://w3id.org/np/RAUEWFWLBntdwIbOq9kvsGY8r183GoE5u5aUB8WAWOQNw/template>;
    gen:hasActionTemplatePartField "void";
    gen:hasActionTemplateQueryMapping "void";
    gen:hasActionTemplateTargetField "target";
    gen:isVisibleTo gen:EveryoneRole .
  
  sub:nanosuggestion-comments-view a gen:ResourceView, gen:TabularView;
    dct:isVersionOf sub:nanosuggestion-comments-view-kind;
    dct:title "�� Comments";
    rdfs:label "Nanosuggestion comments view";
    gen:appliesToInstancesOf nsug:Nanosuggestion;
    gen:governedBy <https://w3id.org/spaces/nanosuggestions>;
    gen:hasStructuralPosition "4.1.comments";
    gen:hasViewAction sub:commentAction, sub:replyAction;
    gen:hasViewQuery <https://w3id.org/np/RAv8CmjCOIU-TO0A_4dfdghFSpR2qyhFpCetG0pN6K-W4/get-nanosuggestion-comments>;
    gen:hasViewQueryTargetField "suggestion" .
  
  sub:replyAction a gen:ViewEntryAction;
    rdfs:label "reply...";
    gen:hasActionTemplate <https://w3id.org/np/RAUEWFWLBntdwIbOq9kvsGY8r183GoE5u5aUB8WAWOQNw/template>;
    gen:hasActionTemplatePartField "void";
    gen:hasActionTemplateQueryMapping "reply_target:target";
    gen:hasActionTemplateTargetField "void";
    gen:isVisibleTo gen:EveryoneRole .
}

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-26T13:34:24Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:hasVersion "2";
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:nanosuggestion-comments-view;
    npx:introduces sub:nanosuggestion-comments-view-kind;
    rdfs:label "Nanosuggestion comments view" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "GrLB8pzW5d8+dtRjPjDawAgIlE97c7PIshOjpqW9jG88AZGG2B3+SKOUcHNDuyUxVuIQHpskYO7FZbVqgcAEY5tbxh3pLcnVfHnOTOdzm36UdzAb+sLVty3pK3R/wxKY36IZWAvj/cIegPRtFdUsO6FHKljjH0a+HbITtUEurZM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}