@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 ; rdfs:isDefinedBy ; rdfs:label "Semantic model"@en; rdfs:subClassOf , ; "A specification that defines qualified relations between entities describing data or other digital objects according to the Linked Data principles. This can include semantic data models and ontologies."@en; . } sub:provenance { sub:assertion dct:creator , , . } sub:pubinfo { this: dct:created "2026-08-11T17:48:16Z"^^xsd:dateTime; dct:creator , , ; dct:license ; npx:introduces ; npx:supersedes ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "P6Xv6jf76NXUrCPnORz9VQmWeEsiCLtWN6My7hPTZL8lIx1G1sHU3Ma3YeuFG0tz3Js2bGXuG1GYRDHqxZaRpra4glcOiwzSBX30CA/pugr80rNCq+s1rTOozRDkSN2nqE9qR7sBzya8coMzz2n1LS7vKKjvz79KR8yhXEomp9I="; npx:hasSignatureTarget this:; npx:signedBy . }