Nanopublication

< Home

ID

https://w3id.org/np/RABwUR8vI-JFOWK-vBfC32AKQ4C11LGZlWm-msFjG67HE

Formats

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

Content

@prefix this: <https://w3id.org/np/RABwUR8vI-JFOWK-vBfC32AKQ4C11LGZlWm-msFjG67HE> .
@prefix sub: <https://w3id.org/np/RABwUR8vI-JFOWK-vBfC32AKQ4C11LGZlWm-msFjG67HE/> .
@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:ODC-By a fip:Available-FAIR-Supporting-Resource, fip:Data-usage-license, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource;
    <http://schema.org/url> <https://opendatacommons.org/licenses/by/1-0/>;
    rdfs:comment "The Open Data Commons Attribution License is a license agreement intended to allow users to freely share, modify, and use a specific Database subject under specific attribution requirements.";
    rdfs:label "Open Data Commons Attribution License (ODC-By) v1.0" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-4182-7560 .
}

sub:pubinfo {
  this: dct:created "2026-09-09T14:03:05Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:ODC-By;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/0ca36936-f9e5-4649-8f70-7c6c68790c44> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "pIyHBVmEzN+3RmhnhOvaWgTstT4kcKwIH78WUadggcqREwzHtKW/F0Chkl4pMXKMbXweKE243JTCutVCpZDJbKf0PRzcwc2k5ygrleDi5zx4zKtD0CtmMQLxTKiM2bE6jVdBwpE+Eo6Xly2gmlZlLu004zcydK6aHMLjp2YdQxg=";
    npx:hasSignatureTarget this: .
}