Nanopublication

< Home

ID

https://w3id.org/np/RAEx7Gg4XDTztzAzCJYRApL2RajqezHe64sP6x8kxyLLM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAEx7Gg4XDTztzAzCJYRApL2RajqezHe64sP6x8kxyLLM> .
@prefix sub: <https://w3id.org/np/RAEx7Gg4XDTztzAzCJYRApL2RajqezHe64sP6x8kxyLLM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  sub:ODRL a <https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Specification>,
      <https://w3id.org/fair/fip/terms/Metadata-schema>;
    rdfs:comment "A language to craete FAIR data usage licenses";
    rdfs:label "Open Digital Rights Language";
    rdfs:seeAlso <https://www.w3.org/TR/odrl-model/>;
    <https://w3id.org/gff/fip/terms/registered-on> sub:w3c .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-1020-475X .
}

sub:pubinfo {
  orcid:0009-0004-1020-475X foaf:name "Sander van Boom" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUOvBBhqoRys6L6rZyMY+4K6GiA78ARl+lMiIeJRUuEx8ZiG7sf+7rWLLOPVrh4UuwWhVqJix0+6CBbPvApvnowEqW+OS4phvmANb90tDaT7Sk3mdSSjswx91/DOjv9cY6QzVlO3Sd8FOA/8o7e4Z0vjvioCwbwYDmTj1hLT6B2wIDAQAB";
    npx:hasSignature "GXelTuCA8QXGdrxf7GhJkpT27Aud1ygKCrewsAKod4VLHqGwi0UXJAO+JKFf466f6nyDcZCMPvgAFZGsVFl8akel25uZNBz0R41sJFT4Q8bpicjM/rTao6G2nbOdPsM3RSZRPIOJeHF3LatWLdIs5uhG+l0UwPWxLzwSTd8UcQU=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0004-1020-475X .
  
  this: dct:created "2024-08-01T07:32:00.120Z"^^xsd:dateTime;
    dct:creator orcid:0009-0004-1020-475X;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/connect/FAIR-Supporting-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource>;
    npx:introduces sub:ODRL;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAL5PB8358N-ieKxmi-R8ndfZvheMWCp3nokpOqqybNdM> .
}