@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:odrl-automated-access-control a , ; dct:source ; rdfs:label "Automated ODRL access control for FAIR research datasets"; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 . } sub:pubinfo { nt:hasLabelFromApi "AIDA sentence: ODRL policies published as signed nanopublications enable fully automated, cryptographically verifiable access control for FAIR research datasets, with sub-second policy evaluation and a complete audit trail of every access decision." . orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" . this: dct:created "2026-04-12T09:13:34.904Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:introduces sub:odrl-automated-access-control; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "WTqtdqVZbHnGuGpf8E72YgWqn5zw3sojy4DtMzzpisjBgqsHHp1HQexz9o+DDXJL7gIs/IQWWjbrDB/SN/XxoSnn/5SOP8G3Uzq9ICy/Ups2bavL7sow5Jb9/du2znwlMw+8V0ZXX1/ea5N4G6B0sGUpTbosWvBm0naB2mqXpkg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }