@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: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; rdfs:label "Natural Science"; rdfs:subClassOf ; "This covers all disciplines within Natural Science." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { nt:hasLabelFromApi "field of study - field limited to a specific area of ​​knowledge; specialization in an occupation or branch of learning; a specific use" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-11-07T14:47:58.098Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ; npx:wasCreatedAt ; rdfs:label "Class: Natural Science"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "EPz1+i8GMhWaKqYfudHXhTOJzV2LgO70L5QWVqCPE8pjVAgOwyDJShXmVzs2REZx/iDQMObu9bNgUQKDUIIRnP2yJKctre4SZxDhOO3abWJo6vXsh7QxcaYe+BRDrsC3e2Z6i7OZ+CW6JCGIrn+lLymA0DtxVdqOksU7Iwqqr7w="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }