https://w3id.org/np/RAiK3l4D7biiBJzA0r_EVywfNkPc2INHvyU88WsnR0Zrc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAiK3l4D7biiBJzA0r_EVywfNkPc2INHvyU88WsnR0Zrc> .
@prefix sub: <https://w3id.org/np/RAiK3l4D7biiBJzA0r_EVywfNkPc2INHvyU88WsnR0Zrc/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
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 <https://w3id.org/spaces/knowledgepixels>;
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 <https://creativecommons.org/licenses/by/4.0/>;
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 .
}