@prefix this: <http://purl.org/np/RA9STf5vgqOikcWLqWyZYnY1uFoigHQqyF4ojTueDv0GE> .
@prefix sub: <http://purl.org/np/RA9STf5vgqOikcWLqWyZYnY1uFoigHQqyF4ojTueDv0GE#> .
@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 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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.org/np/RATduZpGGwwiy7X_R1E3lnfK4wTXz2nlNYEewg-qQFOlQ#eiscat-fc> a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-data-linking-mechanism ;
    rdfs:comment "The EISCAT Level 2 Data File Catalogue is an SQL RDB that lists directories containing EISCAT Level 2 data in Matlab compatible file format. Information available includes date, time, EISCAT associate code, and storage URI. The File Catalogue is browsable through the online EISCAT Schedule (select Archived data)." ;
    rdfs:label "EISCAT File Catalogue" ;
    rdfs:seeAlso <https://portal.eiscat.se/schedule> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-1006-2822 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "k8APQMcq9YOPsPxb3skcUD5nXXZRv0NylLOePXI/JzOrt++FCsOGEuGAb3yjlUNBXIS66TBM0Ww9d2ZS7gNQRM9OV8fiKI2m3T4isGg8aPyz5niz+kpWMJ6OB8GD8RMJ85cY75AhXeaHoF10NHoX3lNHe5dQBB0pBtq+fBSTAWI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-25T04:05:30Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <http://purl.org/np/RATduZpGGwwiy7X_R1E3lnfK4wTXz2nlNYEewg-qQFOlQ#eiscat-fc> ;
    npx:supersedes <http://purl.org/np/RATduZpGGwwiy7X_R1E3lnfK4wTXz2nlNYEewg-qQFOlQ> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/98d3898f-b554-4dcc-a3bd-1e558b89fa7e> .
}