@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:display a , ;
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8327-0142 .
}
sub:pubinfo {
orcid:0000-0001-8327-0142 foaf:name "Gertjan Bisschop" .
this: dcterms:created "2025-11-17T13:30:45.700Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8327-0142;
dcterms:license ;
npx:embeds sub:display;
npx:wasCreatedAt ;
rdfs:label "TestVocabulary displays view: View of indexes";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPJNIL29lI1tYIGSKyU72Bm3YCXna2egamVUTRfzD6H9jQFY88EBCpapTKZ/ZUa3nq4P4Y7v6buh0P2wHQdExsscpaa21fFsqPD61JFzgJNV/SoFjwYL017NWOy1qb+goSMusQOUUh3bHQjfK6rn8Rqx+ywMqlVzzFq1aoRVcN0QIDAQAB";
npx:hasSignature "i9f/5mIsZDD1n0JSWHV1DOWGkUcMQHdJdoda2q2RIfQA/QE1aknnj2WkJTXXjMwHtlrathhd/Avz6K8MHu8USmycwjz5Wj+KdO0NRNGxWBhKWXx99eWLpNpgz8NhD8jwd1O1YgZOsX/cqHJl9r2MzHWPffn4A5EuQBVDMGKdJpU=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0001-8327-0142 .
nt:hasLabelFromApi
"View of indexes" .
}