Nanopublication

< Home

ID

https://w3id.org/np/RAHyQrmrmShP2VuIXni_RJu5YaG_xsvFC3t0veUqi3EE4

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAHyQrmrmShP2VuIXni_RJu5YaG_xsvFC3t0veUqi3EE4> .
@prefix sub: <https://w3id.org/np/RAHyQrmrmShP2VuIXni_RJu5YaG_xsvFC3t0veUqi3EE4/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAg3dEXfd0esviur5ZD6QQjCyl9pY1l9a1Cwn5mE479kA#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>;
    skos:relatedMatch <https://www.f-uji.net/>;
    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;
    prov:wasDerivedFrom <https://www.f-uji.net/> .
}

sub:pubinfo {
  this: dct:created "2025-09-30T15:30:50Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAg3dEXfd0esviur5ZD6QQjCyl9pY1l9a1Cwn5mE479kA#FAIROS>;
    npx:supersedes <https://w3id.org/np/RAg3dEXfd0esviur5ZD6QQjCyl9pY1l9a1Cwn5mE479kA>;
    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 "Rjpr7q236vVT8JguA/VJne/1qJcvzZQmyQPVVyPoXJvrQGxcQOo0yZHUMFyZbNchxXbJ1n64/tKVA+XmnlzFWctpaWBFsKcpPnYVBbIpG5SG2Llw8K0nj804ID41csSuUOtvxzMtgivmigAQ9bdha/3dBzoqzgTKdbDH9FPwN6o=";
    npx:hasSignatureTarget this: .
}