@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix oa: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:fip-check schema:url ; a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:Validation-Service; rdfs:comment "FIP Check is a structured assessment tool designed to evaluate FAIR Implementation Profiles (FIPs) by examining the individual FAIR Enabling Resources (FERs) they contain. It uses FAIR Principle-aligned questions set to score each FER, giving a detailed view of how specific FERs contribute to overall FAIRness of FIP."; rdfs:label "FIP Check"; fip:targets ; oa:hasPurpose fip:FAIRness . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408 . } sub:pubinfo { this: dct:created "2025-09-05T19:59:38Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:fip-check; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "RkzQav32ViGmVjrRqJriP+jox6pMO9PyHPg+9xKXrrw0SpqxyDWLr9xcSLg1yTKZfrCjzcOzWbsf5IBBYd3e3u1q78jxOZ4MBdtPoWl0PpyalKcldXUrQJy0sSBbyIJt7DrdonA68Y2v0K2ZpOs5e6MmpSszHaQIphHBRCVrfHc="; npx:hasSignatureTarget this: . }