@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . 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 ; npx:embeds sub:template; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Declare a FAIR Compendium of Contributed Knowledge"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . 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 . }