@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix ns1: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
dcterms:isPartOf rdfs:label "is a part of" .
npx:NanopubIndex rdfs:label "nanopublication index" .
npx:appendsIndex rdfs:label "is an index that appends" .
npx:includesElement rdfs:label "is an index that includes as element" .
npx:includesSubindex rdfs:label "is an index that includes as sub-index" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
sub:appended a nt:TrustyUriPlaceholder;
rdfs:label "nanopublication URI of the index to be appended" .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Defining a nanopublication index as part of a resource";
nt:hasRequiredPubinfoElement ;
nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st1, sub:st2, sub:st3;
nt:hasTag "Meta" .
sub:element a nt:TrustyUriPlaceholder;
rdfs:label "nanopublication URI of the element to be included" .
sub:label a nt:LiteralPlaceholder;
rdfs:label "plain-text label for the index" .
sub:resource a nt:ExternalUriPlaceholder;
rdfs:label "resource of which this index is a part of" .
sub:st01 rdf:object npx:NanopubIndex;
rdf:predicate rdf:type;
rdf:subject nt:NANOPUB .
sub:st02 rdf:object sub:label;
rdf:predicate rdfs:label;
rdf:subject nt:NANOPUB .
sub:st03 rdf:object sub:resource;
rdf:predicate dcterms:isPartOf;
rdf:subject nt:NANOPUB;
a nt:OptionalStatement .
sub:st1 rdf:object sub:appended;
rdf:predicate npx:appendsIndex;
rdf:subject nt:NANOPUB;
a nt:OptionalStatement .
sub:st2 rdf:object sub:element;
rdf:predicate npx:includesElement;
rdf:subject nt:NANOPUB;
a nt:OptionalStatement, nt:RepeatableStatement .
sub:st3 rdf:object sub:sub;
rdf:predicate npx:includesSubindex;
rdf:subject nt:NANOPUB;
a nt:OptionalStatement, nt:RepeatableStatement .
sub:sub a nt:TrustyUriPlaceholder;
rdfs:label "nanopublication URI of the index to be included as sub-index" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
this: dcterms:created "2025-11-12T10:38:31.778+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms:license ;
npx:wasCreatedAt ;
rdfs:label "Defining a nanopublication index as part of a resource";
nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "DDoUMxrQP11SSK8yGCl3/furDhKiRC3pvWBjj43oV+4rNFHiWIGwsAu+HCC+DOkXRe8f1F5q2sD7Ain2f0rCtLhwK/PJDwR/9hIN8BBPdHLh/2I9CevfxmgCq50xrXqhDkwvihtI0BOm9MeVpBGDeT/sz10gJnjBlKcc5WA3wnU=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}