@prefix this: <https://w3id.org/np/RAhveimskkfqFyk-2nLUfzowHpjL7NDC1W9o1uiWzrh1s> .
@prefix sub: <https://w3id.org/np/RAhveimskkfqFyk-2nLUfzowHpjL7NDC1W9o1uiWzrh1s#> .
@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 dcat: <https://www.w3.org/ns/dcat#> .
@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 "EnvDS FIP: This is the FIP of EnvDs" ;
    a fip:FAIR-Implementation-Profile ;
    rdfs:label "EnvDS FIP" ;
    fip:declared-by <http://purl.org/np/RAgiguZ7odRIgqS5PB6DTN8Mn-74Apgfcfd-ZUmbplk74#EnvDS> ;
    fip:has-declaration-index <https://w3id.org/np/RAIf_RUElwONL00GyXnyIhFghT_2rZXadt6i28745koro> ;
    dcat:endDate "2050-12-31"^^xsd:date ;
    dcat:startDate "2023-08-01"^^xsd:date .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1784-2920 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "QAIFbURi4tQRQER0oij5tSXz6EefwcfFVGFA400v9OWFCKzm8USlF1k0/aHIXFgCqE2sEPBk09UctqwBxgd3QmkZzcYnweGGCgMkWxvwrr67FvxRcM03VdCaT/PqSK93/lKQWQo8V2rIkTwA/skl+oyowZxURcQUihMfcKdxbtY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-05-03T08:26:36Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:fip ;
    npx:supersedes <https://w3id.org/np/RAR_ul_rKba0WAbft1vOVwGzvJkPLqPRVo79PFYZw2GH0> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9cbe39bc-8c8a-4157-9582-29f43e901a39> .
}