@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix 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.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 . } 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 ; dct:license ; npx:introduces sub:CERN-OHL-1.1; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "YtTHIzGaVIFFUgqadxTDRmfL1i1t0sr9h+MPX9zHjYG6qGttBBslk6Fb8SMrrFlhFMcBOcZGIsHFAt/bavcLk3eKqhFgrXg/ykpjeQcQgy+zujsO0KSxhYVQYl693TXCBs3s9LGR/J/vpKLdejduA+7dAbSFmV8EPp770vwcLeM="; npx:hasSignatureTarget this: . }