@prefix this: <https://w3id.org/np/RA-vzI2L0BwYK-m6VAbAXBtuTNK6heUsFHwqgRvrvHmuw> .
@prefix sub: <https://w3id.org/np/RA-vzI2L0BwYK-m6VAbAXBtuTNK6heUsFHwqgRvrvHmuw/> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/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 <https://github.com/go-fair-us/fip-check> ;
    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 <https://w3id.org/gff/rao/terms/Registry> ;
    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 <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:fip-check ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8a335d3a-8c1d-41be-9b5c-703dd56ed719> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "RkzQav32ViGmVjrRqJriP+jox6pMO9PyHPg+9xKXrrw0SpqxyDWLr9xcSLg1yTKZfrCjzcOzWbsf5IBBYd3e3u1q78jxOZ4MBdtPoWl0PpyalKcldXUrQJy0sSBbyIJt7DrdonA68Y2v0K2ZpOs5e6MmpSszHaQIphHBRCVrfHc=" ;
    npx:hasSignatureTarget this: .
}