@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; dct:isPartOf ; rdfs:label "FAIR Assessment Specification"; rdfs:subClassOf , ; "A specification defining metrics for each FAIR principle, benchmarks (as a collection of metrics), tests and scoring algorithm to assess the FAIRness of a digital object."; . } sub:provenance { sub:assertion , ; . } sub:pubinfo { this: dct:created "2026-08-11T17:48:16Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "S7u7ac6+bhWcuNTh4tVbs7JWzndq9vZiwQ6uAqJnGuVDlVL6PxKMrvNmeOjaR/YhNKpmBZetqLezPTrbriza8Xa3EOAOvLtfQ4Y+QewywPN9tUXVQstu62u7UpaYcdyRonOfRc5spZX2YoEMVx7bNElHGxm6wPnaIxjiG0ZLma8="; npx:hasSignatureTarget this:; npx:signedBy . }