@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix latest: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { nt:EmbeddedResource rdfs:isDefinedBy latest:; rdfs:label "Embedded Resource"@en; skos:definition "A resource in a template that represents a thing that is embedded (i.e. is referenced with 'npx:embeds' in the publication info of the nanopublications created from the template). In contrast to introduced resources, embedded resources are specific to the given nanopublication and a new embedded resource ID is minted upon superseding of the nanopublication."@en . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2025-05-23T11:47:40.553+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces nt:EmbeddedResource . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "idEGviKa7+L1saj60SU9ZI56rFvOP8EJQxQrWkU4q2ai6YfM+HMVHP7py0QyGc3q903ucMbNtgJviHdOV+jbvE0NPwRJJcyzyMbP/LEkvKy2BOSOdOUvKuPAqsEVHNS1IxxH3PYP0ZEG8QYmwM2YBJ+txV2zuZ3lZJAWkax4A+4="; npx:hasSignatureTarget this: . }