-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtest.index.trig
38 lines (33 loc) · 1.88 KB
/
test.index.trig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@prefix this: <https://w3id.org/fair/test/np/index/RAJscsHb63vQvq8Pt2aI5IDGevwyp2U_oLKcTWA7gWJUU> .
@prefix sub: <https://w3id.org/fair/test/np/index/RAJscsHb63vQvq8Pt2aI5IDGevwyp2U_oLKcTWA7gWJUU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
this: npx:includesElement <https://w3id.org/fair/test/np/a/RAR9iqNDTSo1stvUtRyhYRJRnVat0R4BqE9VA_z6xwego>,
<https://w3id.org/fair/test/np/b/RAPFAU7-zmFzbWsE5xzFpQ-78qUocrT1w0EsZb5GCUjaI>, <https://w3id.org/fair/test/np/c/RAWn53q5CRmM73Ae1eGuO65P9iuPuXAFaTWr1LUGhqaF0>,
<https://w3id.org/fair/test/np/d/RAsheEcsDcIJWTYAu-yACSFQMKTo6HAjVZLQ4dMF1irKs> .
}
sub:provenance {
sub:assertion a npx:IndexAssertion .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "Qglj6GamtrIRK7BZ7osgeR0A6Cy3btyNau1rASiGCqS0T7wCvsY2I07Y2y4LsLZPsjREEE20xiusVaRlc3CKpWMhgAY3lRg3ZQf4fNHE5v3LDz2xB83QTZpH1B1zosJooF35P9gbQS8yePJDiIsNXQdWjqYsCFBqe9Ixm4/G3zQ=";
npx:hasSignatureTarget this: .
this: a npx:NanopubIndex;
dce:title "Test nanopublications";
dct:created "2025-01-08T11:00:48.515+01:00"^^xsd:dateTime;
dct:creator <https://orcid.org/0000-0002-1267-0234>;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:supersedes <https://w3id.org/fair/test/np/index/RALlMN5dq4yMtQbK9ljghdO2kOUtgGLfH7sugEeAurkqs> .
}