https://w3id.org/np/RA2Yqi6NNiHxU3tgrLCZ3-rk5FRw0gkfXk6mfc-3OKKL0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA2Yqi6NNiHxU3tgrLCZ3-rk5FRw0gkfXk6mfc-3OKKL0> .
@prefix sub: <https://w3id.org/np/RA2Yqi6NNiHxU3tgrLCZ3-rk5FRw0gkfXk6mfc-3OKKL0/> .
@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 {
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
gen:FAIRCompendiumOfContributedKnowledge rdfs:label "FAIR Compendium of Contributed Knowledge" .
gen:coversAgent rdfs:label "covers contributions by" .
gen:coversTime rdfs:label "covers contributions made in year" .
sub:agent a nt:AgentPlaceholder;
rdfs:label "choose agent" .
sub:compendium a nt:IntroducedResource, nt:LocalResource;
rdfs:label "this" .
sub:label a nt:LiteralPlaceholder;
rdfs:label "label/title of the compendium";
nt:hasDefaultValue "FAIR Compendium of Knowledge Contributed by [NAME] in [YEAR]" .
sub:st01 rdf:object gen:FAIRCompendiumOfContributedKnowledge;
rdf:predicate rdf:type;
rdf:subject sub:compendium .
sub:st02 rdf:object sub:label;
rdf:predicate rdfs:label;
rdf:subject sub:compendium .
sub:st03 rdf:object sub:agent;
rdf:predicate gen:coversAgent;
rdf:subject sub:compendium .
sub:st04 rdf:object sub:year;
rdf:predicate gen:coversTime;
rdf:subject sub:compendium .
sub:template a nt:AssertionTemplate;
dct:description "Declare a FAIR Compendium of Contributed Knowledge for a given person and year.";
rdfs:label "Declare a FAIR Compendium of Contributed Knowledge";
nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04 .
sub:year a nt:LiteralPlaceholder;
rdfs:label "year of contributions";
nt:hasDatatype xsd:gYear;
nt:hasRegex "[1-9][0-9][0-9][0-9]" .
}
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-27T13:29:23.540+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:embeds sub:template;
npx:supersedes <https://w3id.org/np/RA_epl0Px79ja_I8Pzl_vBrzBMSaVKecNexZePqBSUgOw>;
npx:wasCreatedAt <http://localhost:37373/>;
rdfs:label "Declare a FAIR Compendium of Contributed Knowledge";
nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
<https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
nt:wasCreatedFromTemplate <https://w3id.org/np/RAKmcrbEVkxF0ivA0_yGg8bnl6iKkwVDp_2SSHvPBrkPw/template> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "P/BbHhY+ArZadD5I5mA2LkIxyEC/XWLkEWuMOOHSNdXEpyoQMvn98qmRJ8hLyT84PzoFTErVAj7dnB+HiZKCDVkj6f/1v/ND9PNh9WviUfYUZFtsySG26D83778QFry8ba2wEXqI2wbwLRaNE8RknZ6BvQqDys840znq/B0nQlM=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}