@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix 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; ; rdfs:comment "This service makes sensitive data FAIR without making it open, following the principle "as open as possible, as closed as necessary." 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 ; dct:license ; npx:introduces sub:PolicyControl; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "PNEJuk1aZ2pY2M02RZfQA3cqnux43+9yhByr3yF+xQtjwK22J4E0byDUBrx16L69PtqILDbeZoS3ge8Y1XdswOr9X6vGHweg+8aODya++Ks55p6guPeJHLqtlvYdUe3HwJV1ik9zuCkXEzDpGEjwtzjFdyC76NYlt7nZ1qxexSg="; npx:hasSignatureTarget this: . }