@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdf: .
@prefix rdfs: .
@prefix pav: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
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" .
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";
nt:hasRequiredPubinfoElement ;
nt:hasStatement sub:st1, sub:st2, sub:st3 .
sub:element a nt:TrustyUriPlaceholder;
rdfs:label "nanopublication URI of the element to be included" .
sub:st1 a nt:OptionalStatement;
rdf:object sub:appended;
rdf:predicate npx:appendsIndex;
rdf:subject nt:NANOPUB;
nt:statementOrder "1"^^xsd:integer .
sub:st2 a nt:OptionalStatement, nt:RepeatableStatement;
rdf:object sub:element;
rdf:predicate npx:includesElement;
rdf:subject nt:NANOPUB;
nt:statementOrder "2"^^xsd:integer .
sub:st3 a nt:OptionalStatement, nt:RepeatableStatement;
rdf:object sub:sub;
rdf:predicate npx:includesSubindex;
rdf:subject nt:NANOPUB;
nt:statementOrder "3"^^xsd:integer .
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 {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "FtSg/WI3nAufhQ5Zh4p1ibBWf3dYQSWZihD8MzEUZ2XUG6zkxABh5Lm4suNw2zzyz5y/U7+BfKI8yqZkVMS1BJYu7y0ybrq07yi5aY9ja0k3DE+QjD1Zz08KZIi4tn9EAVx+Z5mvYCSGXnZb4hAeLo4++uZBatH4DrR8qrm/0t4=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-12-18T11:24:54.744+01:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0002-1267-0234 .
}