@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; dct:isPartOf ; rdfs:label "Open Digital Rights Language Specification"; rdfs:subClassOf , ; "An Open Digital Rights Language (ODRL) specification is a machine-readable expression of permissions, prohibitions, and obligations that governs how a digital asset (such as a dataset, software, or service) can be used."; . } sub:provenance { sub:assertion , ; . } sub:pubinfo { this: dct:created "2026-08-11T17:48:16Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "nTrTyCAvnEG7Vuyr/8leUV6VKNrEA7UA03qx8EE/wGqQ3PxCblqnFGi9XaV3GJqyy74OLdgipYFk/aWjq87t78SfdBWvWQSV+y4pHxfqNGaWcJFhb2oWZkwOo60Snj9Jv9PdjpcAmtOZWWzNRuBvH2UodkuDoJvmTD+7OyYKh94="; npx:hasSignatureTarget this:; npx:signedBy . }