@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:SPDX-Licenses a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment """The SPDX License List is an integral part of the SPDX Specification, open for contributions and maintained by the SPDX Legal Team. It contains commonly found licenses and exceptions used in free and open or collaborative software, data, hardware, or documentation and entries includes a standardized short identifier, the full name, the license text, and a canonical permanent URL for each license and exception."""; rdfs:label "SPDX License List"; rdfs:seeAlso ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6514-0173 . } sub:pubinfo { this: dct:created "2026-04-10T09:19:04Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:SPDX-Licenses; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "QbwOVzIBjXUfz5DakODaSLXPnwgLwQ8Tcp/xQBLX/bv/C/fiVlX1f6Q50pjV+rKmDKzeANuOG/lpci8qQm7+oZGkOKP/wxCRcrgaAQsVRrg2ht8jGqPlIoV9TGg4GzRi2wZCJpP9xe8N4ldRoUeG9sHq7f7V2PonjQyTswSll18="; npx:hasSignatureTarget this: . }