@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @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 { sub:name a nt:LiteralPlaceholder; rdfs:label "label text" . sub:st01 rdf:object sub:name; rdf:predicate rdfs:label; rdf:subject sub:thing . sub:template a nt:AssertionTemplate; dct:description "A test template whose template node is an embedded IRI (not the assertion graph URI) and whose versions are governed by the Knowledge Pixels space, per docs/template-identity-and-governance.md in the nanodash repo. Used to verify embedded-identity parsing, server-side type inference, and space-based governed version resolution end-to-end. Not meant for real content."; dct:isVersionOf sub:test-template-kind; rdfs:label "🧪 Test template with embedded identity (v1)"; gen:governedBy ; nt:hasStatement sub:st01 . sub:thing a nt:UriPlaceholder; rdfs:label "URI of the thing to label" . } 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 "2026-07-08T11:22:09Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:introduces sub:test-template-kind . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "DbK1eiGMl7n8NP8ebX41+vhJFQB277SD5zXRhym90c8cK0sy1riDiZ3J+b0OY2JiYIQFO326J2y2m4zvE10x8ETe+PBNwGybCZjcamuRdNRcq8QtEUrEDMWUucXLD7VfEU5ERbNBn8q9RWdpOOzZopzvymFaJPN8x15Vh7KLgJY="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }