Nanopublication

< Home

ID

https://w3id.org/np/RAS1eAa7g9cGVeKuk0oAkmopjXlrPm2dkrJcqD5SxR6QI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAS1eAa7g9cGVeKuk0oAkmopjXlrPm2dkrJcqD5SxR6QI> .
@prefix sub: <https://w3id.org/np/RAS1eAa7g9cGVeKuk0oAkmopjXlrPm2dkrJcqD5SxR6QI/> .
@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:ODRL a fip:Access-Service, fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Supporting-Resource;
    <http://schema.org/url> <https://odrl.dev.codata.org/>;
    rdfs:comment "This service manages decentralized identifiers, verifies organizational metadata, and deploys sophisticated access control policies with Open Digital Rights Language and semantic indexing.**** ";
    rdfs:label "ODRL Protocol Layer" .
}

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

sub:pubinfo {
  this: dct:created "2026-06-29T22:35:54Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:ODRL;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/05f51e44-0834-41a9-ac7e-fa9334e5f345> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "BcEMHvozqo9l01NOnGP6H9RyUsYjsdOmQJcWZ2oKM1pS604HvPy6/7Uepa2AZg8qg9T3lg0BPe1Ur1c+whrB7pEB94S3x9sUjy1XravD9/BVbPXFKJNwPCd6tuOUk8YVTDiPduhjVV41AjodaldAbXvSFzdMU9DAw6gy2Wz2Alc=";
    npx:hasSignatureTarget this: .
}