@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RATduZpGGwwiy7X_R1E3lnfK4wTXz2nlNYEewg-qQFOlQ> .
@prefix sub: <http://purl.org/np/RATduZpGGwwiy7X_R1E3lnfK4wTXz2nlNYEewg-qQFOlQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  sub: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 dcterms:creator orcid:0000-0003-1006-2822 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "c4Gr7I1X5Kn/ZAhsZGB7Ccr6rwM/rX7Xe+vBTZN1uLN7MTr7nVsvuFzoGtMg8YhA82f5ovYQatWBppE1kcxLSSPd/2EvavB9CBaSVd6oeETRc96dlWGSlrH0ScYfNgcPDSD/TscbZOoap2q8DU9nUChc8VCbRFSDLVZV/BXBHYE=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-02-10T11:20:02Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:eiscat-fc ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/98d3898f-b554-4dcc-a3bd-1e558b89fa7e> .
}