@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:FAIR-Supporting-Resource-to-be-Developed, fip:Metadata-schema, fip:Provenance-model, fip:Structured-vocabulary; dct:creator ; rdfs:comment "This annotation schema is used to annotate data as part of the PINK project. It is based on DCAT for basic Accessibility and enhanced with domain and application specific terms."; rdfs:label "PINK Annnotation Schema" . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8869-3718 . } sub:pubinfo { this: dct:created "2026-04-14T17:09:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "DXcgeAcTm+xE8Zp/fgwks/jFCE6kAwbFj8VuC8FziqUmyGk1agR1aqQng8a+H+BkUjB8SShOC0bM/NbQ6yHeLMrcORJMLlYhrlcjoffXvY/ORmZZUJX5+Bl1Hunbk0WohNA+brTy2Q2l2G5UL5oewEmvrsAD0WWlzE+CkgQ5aXc="; npx:hasSignatureTarget this: . }