Nanopublication

< Home

ID

https://w3id.org/np/RAVnwxKEiHRthdz-ZUNDGoDz9CDiTjnx4gEzs4lCXg6gk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAVnwxKEiHRthdz-ZUNDGoDz9CDiTjnx4gEzs4lCXg6gk> .
@prefix sub: <https://w3id.org/np/RAVnwxKEiHRthdz-ZUNDGoDz9CDiTjnx4gEzs4lCXg6gk/> .
@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 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 npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  gen:detachedRole rdfs:label "detaches the role" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Detaching a role from a space";
    nt:hasNanopubLabelPattern "Detaching role ${role} from ${space}";
    nt:hasStatement sub:st10;
    nt:hasTag "Spaces";
    nt:hasTargetNanopubType gen:detachedRole .
  
  sub:role a nt:GuidedChoicePlaceholder;
    rdfs:label "choose the role to detach";
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAs7Q2IMbb7C2WzFa98bVwlDMhN3kJ0rrF9cSEybtvLaA/find-embedded-things?type=https://w3id.org/kpxl/gen/terms/SpaceMemberRole" .
  
  sub:space a nt:GuidedChoicePlaceholder;
    rdfs:label "choose the space";
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" .
  
  sub:st10 rdf:object sub:role;
    rdf:predicate gen:detachedRole;
    rdf:subject sub:space .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  this: dct:created "2026-08-25T10:43:30Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Detaching a role from a space";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RASDwdz5WzsWdeDRREs0i5n5xTtKTrKS8pCIFUXhlkpt0> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "YGv11ifQJzPeWWh349XadXjCPo6NcDAR7DYzQxd4w5yUlI7y7vTnSe0frBRDEFQ3VhNZZ8K54kYpTDD41UB4A5MpegZkpa/vjmV7OUtxCFM1vAVgUzvagn2K7hlfGzvN5hfeE5XUkaW6eX9VQHZWnRcEPtEnLNUPwNEp4/OQEeQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}