@prefix this: <http://purl.org/np/RA1Tut_b4RH2CWvynB6Byo9vju38j_gKpF-nXNqPl4NuA> .
@prefix sub: <http://purl.org/np/RA1Tut_b4RH2CWvynB6Byo9vju38j_gKpF-nXNqPl4NuA#> .
@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 {
  sub:eiscat-schedule a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Search-engine ;
    rdfs:comment "The EISCAT Schedule is a web portal (CGI script based) that provides browsing for planned EISCAT experiments as well as archived data at levels 2 and 3. It interfaces to both the EISCAT Level 2 File Catalogue and the Madrigal database of analysed (Level 3) data." ;
    rdfs:label "EISCAT Schedule" ;
    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 "IKeoaX1yljWAWHB/9ySJZLLCIN5QdFMBUHCIwvOINvfBjMhnXcxocc/MsiEu+1TOAuHsa3hUC9QxCnn2VN3in3yX+XJFFmltLyU71TXFnNi1shSuUdupVdCxbhIPxX0XJFImzUapsqTh6AnLtn4+GWoB3+fAFOtqgRUNZOncJV0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-02-10T11:25:37Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:eiscat-schedule ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4277e3d9-4a87-45a5-9354-bb1c5edb9ed4> .
}