Nanopublication

< Home

ID

https://w3id.org/np/RAPItAjGi_xyhoq93cQOUenabACeIwCC_l8NVfTM293_k

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPItAjGi_xyhoq93cQOUenabACeIwCC_l8NVfTM293_k> .
@prefix sub: <https://w3id.org/np/RAPItAjGi_xyhoq93cQOUenabACeIwCC_l8NVfTM293_k/> .
@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:CERN-OHL-1.2 a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource;
    rdfs:comment "Version 1.2 of the CERN Open Hardware Licence is a legal framework developed by CERN to facilitate the sharing and distribution of open hardware designs and products. In essence, CERN OHL v1.2 streamlines the licensing process for hardware modifications and ensures better access to design information for the broader community.";
    rdfs:label "CERN Open Hardware Licence v1.2";
    fip:has-description-source <https://gitlab.com/ohwr/project/cernohl/-/wikis/Documents/CERN-OHL-version-1.2> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6899-760X .
}

sub:pubinfo {
  this: dct:created "2025-08-20T15:48:56Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:CERN-OHL-1.2;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d4d701a2-3bd0-46de-a8d1-3e5042a28473> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "G71ADhpO2SMv48PxyoxGi9NXJCO212UzZ9THRmqS644zfStiv9aru0j7VoXxkDG7K8p3HQp+eMZPYhBUyVkoAIQsRV57pG+47tdjZzS1yEfoh5HgulA7wZrMy4Gsjfc/+dDrcgMLVezPF4qAHU/Hvn/1nE9e95Me4ZbDBjums9M=";
    npx:hasSignatureTarget this: .
}