@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix oa: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @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:Available-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:Validation-Service; schema:url ; rdfs:comment "This tool can be used to assess FAIR Research Objects. It is integrated in the Rohub platform. FAIROs service measures the FAIRness of Research Objects, by calculating the FAIRness of individual aggregated resources, including the Research Object itself, and then aggregating those results to calculate the over FAIR score. The service has been recently deployed, and it is currently being integrated in ROHub. The service functionality will be available via the ROHub portal and python library in a similar way as the checklist service functionalities, i.e., in the portal the overall score will be displayed in the overview tab of the Research Object, and there will be a dedicated tab to show details of the FAIRness evaluation."; rdfs:label "FAIROS"; rdfs:seeAlso , ; skos:relatedMatch ; fip:has-description-source ; fip:targets ; oa:hasPurpose fip:FAIRness . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-4112-6825; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2025-11-10T09:43:06Z"^^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 "fuXvDhmuPkVCnRdUxQHr3CYrIiSwMVGo+gYyxsXZVpFw/aBiq+RUNUqTHwaPTlXtgfc6JAxpxJt1dD+lv2Msq4dE2prigxC3x1mC6k3t1OeelTxgRcuFxSkB2+m5vjqAXLtaFkg/d1ZTja0ukBxGYLp2l3D2RfSqVHeH9s5CKg0="; npx:hasSignatureTarget this: . }