Nanopublication

< Home

ID

https://w3id.org/np/RAWM8qlKbV3DEH_NsPJ6hIyTrBwIp8sNeg9MGDgu8la1o

Formats

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

Content

@prefix this: <https://w3id.org/np/RAWM8qlKbV3DEH_NsPJ6hIyTrBwIp8sNeg9MGDgu8la1o> .
@prefix sub: <https://w3id.org/np/RAWM8qlKbV3DEH_NsPJ6hIyTrBwIp8sNeg9MGDgu8la1o/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix grlc: <https://w3id.org/kpxl/grlc/> .
@prefix dct: <http://purl.org/dc/terms/> .
@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:get-space-admins a grlc:grlc-query;
    dct:description "Returns the admins of a given space ref (space IRI + root definition), not merged across refs. Pass the ref's root nanopub (root_np); the query resolves the ref via npa:rootNanopub and returns the trust-state-validated admin RoleInstantiations (npa:inverseProperty gen:hasAdmin) scoped to that ref from the current space-state graph (/repo/spaces), with each admin agent and the instantiating nanopublication. Ref-scoped variant of get-space-admins (which is IRI-keyed via npa:forSpace and merges all refs of an IRI).";
    dct:license <http://www.apache.org/licenses/LICENSE-2.0>;
    rdfs:label "Get space admins (ref-scoped)";
    grlc:endpoint <https://w3id.org/np/l/nanopub-query-1.1/repo/spaces>;
    grlc:sparql """prefix npa: <http://purl.org/nanopub/admin/>
prefix gen: <https://w3id.org/kpxl/gen/terms/>

select distinct ?agent ?np (\"^\" as ?np_label) where {
  graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . }
  values ?_root_np_multi_iri {}
  graph npa:spacesGraph {
    ?ref npa:rootNanopub ?_root_np_multi_iri .
  }
  graph ?g {
    ?ri a gen:RoleInstantiation ;
        npa:inverseProperty gen:hasAdmin ;
        npa:forSpaceRef ?ref ;
        npa:forAgent ?agent ;
        npa:viaNanopub ?np .
  }
}""" .
}

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-06-16T09:15:42Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:get-space-admins .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "TRc9bJ0G+SIwpGblLLk6ISY73W0HKTzl+EJFVEViyplMb70kovy75qgfT8G2I9uzZ+oMZjpXyrdkdBSRG736GWagvkL1/JmaNr9cBNJeHGLbgeIiMcJk3nv6GtyUmnwSnJlBJs1dYyWvoQwmbnQ4YzUvyZbkxbog9CiEjVQ2ezs=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}