@prefix this: <
https://w3id.org/np/RA29RBCgWlsBsLJWCMzfQzs1GZ3z24rIhEiVk6WcOrjz4
> .
@prefix sub: <
https://w3id.org/np/RA29RBCgWlsBsLJWCMzfQzs1GZ3z24rIhEiVk6WcOrjz4/
> .
@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:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
sub:CERN-OHL-1.1
a
fip:Available-FAIR-Supporting-Resource
,
fip:Data-usage-license
,
fip:FAIR-Enabling-Resource
;
rdfs:comment
"The CERN Open Hardware Licence (OHL) v1.1 is a legal framework designed to facilitate the sharing and modification of hardware designs, similar to how open-source software licenses work. It allows for the use, copying, modification, and distribution of hardware designs and products based on those designs. Version 1.1, released in July 2011, built upon the initial version (1.0) by incorporating community feedback and aligning with open-source principles." ;
rdfs:label
"CERN Open Hardware Licence 1.1" ;
fip:has-description-source
<
https://gitlab.com/ohwr/project/cernohl/-/wikis/Documents/CERN-OHL-version-1.1
> .
}
sub:provenance
{
sub:assertion
dct:creator
orcid:0000-0001-6899-760X
.
}
sub:pubinfo
{
this:
dct:created
"2025-08-20T16:14:09Z"^^
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.1
;
prov:wasDerivedFrom
<
https://w3id.org/fip/wizard/b859d68b-c2fd-42ec-8321-64ebf21beadd
> .
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
npx:hasSignature
"YtTHIzGaVIFFUgqadxTDRmfL1i1t0sr9h+MPX9zHjYG6qGttBBslk6Fb8SMrrFlhFMcBOcZGIsHFAt/bavcLk3eKqhFgrXg/ykpjeQcQgy+zujsO0KSxhYVQYl693TXCBs3s9LGR/J/vpKLdejduA+7dAbSFmV8EPp770vwcLeM=" ;
npx:hasSignatureTarget
this:
.
}