@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:Test-Ontology dct:creator orcid:0000-0002-1267-0234; dct:description "This is an ontology for testing purposes."; "test"; a ; rdfs:label "Test Ontology" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-07-18T05:57:38.055Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:Test-Ontology; npx:wasCreatedAt ; rdfs:label "Ontology: Test Ontology"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "mOyYlFg0xoI+l5+yBgR7nn9s2E4if7bow4qLmWHqIK6dU8duqm1daITJHkgBPwZG+bRPWnZv41yGwcdJbT9cCeoY7O/M+sFTenNxA+mDvk3MqKXBl88wNiYA42FfbAqewZW7h1qKk73l20LC8bqSfTKxuOxQdj6Tw7WHzQsqd4E="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }