@prefix this: <https://w3id.org/np/RAg3dEXfd0esviur5ZD6QQjCyl9pY1l9a1Cwn5mE479kA> .
@prefix sub: <https://w3id.org/np/RAg3dEXfd0esviur5ZD6QQjCyl9pY1l9a1Cwn5mE479kA/> .
@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:FAIROS a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:Validation-Service ;
    rdfs:comment "This tool can be used to assess FAIR Research Objects. It is integrate in the Rohub platform." ;
    rdfs:label "FAIROS" ;
    rdfs:seeAlso <https://w3id.org/FAIROS> ;
    fip:has-description-source <https://w3id.org/fff> ;
    fip:targets <https://w3id.org/np/RAYOLr8rTHyOrQbUM6TqzNxaSbU3IVsXn80QBVaun_AKU#RO> ;
    oa:hasPurpose fip:FAIRness .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-4112-6825 .
}
sub:pubinfo {
  this: dct:created "2025-09-30T06:46:23Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:FAIROS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b9f1ba16-3948-461b-b532-6b25e356166d> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Klyl0YIdjX8pzF85gSF4Qb0PQcsSiAsEYlL5X0PmKXycOSZXrrsc3oGt53gY4V4LWNaxFJ17bqQFbx25peICRC52VboeZW/+JWSMGdsNa9oPb8grICPHBCh+JtKemHURh3TAtSI9MuRTA0284uSlk5eHkiMRXigRGUl01nS93Dc=" ;
    npx:hasSignatureTarget this: .
}