@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:EC-number a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary; ; rdfs:comment "European Commission chemical substance identifier for regulatory purposes within the European Union."; rdfs:label "European Commission number"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6514-0173 . } sub:pubinfo { this: dct:created "2026-03-25T16:05:02Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:EC-number; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "KB/TMIEIH3RIduhsCxbj2H8WqRuFMwbDB5GX+o0YltaXBwASiZtqWGXPG1I6OQGnCraU6P+3NMIGzI7fnAyHPKtmJuUmoC3u3ABP7CHgX0v9HJf+dtLbI3YcbgJTWEvoPDrNBeHX/kd3A4e8IWgcMrNrgCgIwuLxxDzjg9E9jGs="; npx:hasSignatureTarget this: . }