@prefix this: <https://w3id.org/np/RAOywOZDyMmdnnpb_sUhTjU6XYLgAA_C6ZAykR8_2usl4> .
@prefix sub: <https://w3id.org/np/RAOywOZDyMmdnnpb_sUhTjU6XYLgAA_C6ZAykR8_2usl4#> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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 dct:description "ACTRIS CLU FIP 2025: This is the FIP of ACTRIS CLU (representing the choices made in 2025)." ;
    a fip:FAIR-Implementation-Profile ;
    rdfs:label "ACTRIS_CLU_FIP_2025" ;
    schema:version "1.0.0" ;
    fip:declared-by <http://purl.org/np/RAhtZUfiw2puxceEOXsLhh1eIlFWYvB_j0APDSxt_1Ypk#ACTRIS_CLU> ;
    fip:has-declaration-index <https://w3id.org/np/RAFzyV_Ko7wKtBlzyZGJREbimQoq4E7CmF6BXuHV-hP6c> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0651-4622 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "HqzLJE49UuAoCL28ueHYCGcI5KEQf+fsq3nIsZa9bpUcAyCW0XZaL3kxOMdnaVY/zAGflz7oXFucrp/hKs60bCbjb1yC4v7ymTDhgiD15YwDoUilvB9Gvq9/O4wzN/Fj+ruVZz8dSi6hlIcv28fKpcfAQZY8Q2tsfQIqM8dSdwI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-23T08:50:12Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:fip ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/41c90d85-bd17-4b74-b141-ee89f410d3a2> .
}