Nanopublication

< Home

ID

https://w3id.org/np/RAx6R0U7hfULj7DF7YIaL6td4ZTMNLjxvqA1aMBpskv-k

Formats

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

Content

@prefix this: <https://w3id.org/np/RAx6R0U7hfULj7DF7YIaL6td4ZTMNLjxvqA1aMBpskv-k> .
@prefix sub: <https://w3id.org/np/RAx6R0U7hfULj7DF7YIaL6td4ZTMNLjxvqA1aMBpskv-k/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  sub:PolicyControl a fip:Access-Service, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource-to-be-Developed;
    <http://schema.org/url> <https://github.com/FAIR2Adapt/fair-data-access>;
    rdfs:comment "This service makes sensitive data FAIR without making it open, following the principle &#34;as open as possible, as closed as necessary.&#34; The FAIR Digital Object (RO-Crate) keeps its metadata openly Findable while declaring an ODRL access policy — via the hasPolicy property — describing in machine-actionable form the conditions under which the data may be used; access is granted only under authentication and authorisation (FAIR principle A1.2).";
    rdfs:label "Policy-controlled access to sensitive data" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  this: dct:created "2026-06-29T22:44:31Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:PolicyControl;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c96de414-c1da-4f1d-a9f9-c6082a404b59> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "PNEJuk1aZ2pY2M02RZfQA3cqnux43+9yhByr3yF+xQtjwK22J4E0byDUBrx16L69PtqILDbeZoS3ge8Y1XdswOr9X6vGHweg+8aODya++Ks55p6guPeJHLqtlvYdUe3HwJV1ik9zuCkXEzDpGEjwtzjFdyC76NYlt7nZ1qxexSg=";
    npx:hasSignatureTarget this: .
}