@prefix this: <http://purl.org/np/RAQKcbvBc2Q_NaP9jRNvqR8PLC-N0bLckKna2IEE4IFB0> .
@prefix sub: <http://purl.org/np/RAQKcbvBc2Q_NaP9jRNvqR8PLC-N0bLckKna2IEE4IFB0#> .
@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 "This is the FIP of ACTRIS InSitu (representing the choices made in 2019)." ;
    a fip:FAIR-Implementation-Profile ;
    rdfs:label "ACTRIS InSitu FIP 2019" ;
    fip:declared-by <http://purl.org/np/RAJLvTcP6iYyzyS5vo9CnWLR2TA3uRM2qPTg_9rpoYhUk#ACTRIS_InSitu> ;
    fip:has-declaration-index <http://purl.org/np/RAggLdrH6dh2cJKaz_CZvbqJEDoZMjcFjlnaOZFhMNu4k> ;
    dcat:endDate "2019-12-31"^^xsd:date ;
    dcat:startDate "2019-01-01"^^xsd:date .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3380-3470 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "bgfl9vJXxsP0NWe6lokmejOnEvIv17D2r4iTnTqtHJyYd1H839CuXx9G3lX91tzxJyTeRoL/HvZc8x9pU3PLdlARCz842cli0W6Ux/gsww6E3K6AfuKcfbZmI/5xN/nBxhcluLP7PIc3KWwk8NsH7CvaULzWXL8wmvT73vlzeGA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-17T14:51:40Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAC54n9tA88RrtDlDhS_G9YQ2cBpn4tBQhjxX4UyB8FWo> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/06de4e58-3ea6-411d-80b3-129fd9a03845> .
}