@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAwk4Jy1VlIHXqWS04FvQGl0DJin7zsCcKpgD-bfCOlGc> .
@prefix sub: <http://purl.org/np/RAwk4Jy1VlIHXqWS04FvQGl0DJin7zsCcKpgD-bfCOlGc#> .
@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-licence a fip:Available-FAIR-Enabling-Resource , fip:Data-usage-license , fip:FAIR-Enabling-Resource ;
    rdfs:comment "EISCAT data are the property of EISCAT Scientific Association. Use is granted according to rules defined in the EISCAT Statutes (Blue Book). In summary, embargo rules apply to data at low levels (L1 and L2) whereas analysed data (L3) and metadata are open. Users are kindly requested to contact the Association before publishing data and also to add the following Acknowledgement to all publications: 'EISCAT is an international association supported by research organisations in China (CRIRP), Finland (SA), Japan (NIPR and ISEE), Norway (NFR), Sweden (VR), and the United Kingdom (UKRI)'" ;
    rdfs:label "EISCAT Data Licence" ;
    rdfs:seeAlso <https://eiscat.se/scientist/data/> , <https://eiscat.se/wp-content/uploads/2017/06/BlueBook_Edition2015.pdf> .
}
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 "YQR9enyHq7q4k3MPIphSKznOEoSmWHsFJm36BzogWppBmGJGrNOcUo60qOUHDKZ5s/PYopgKIJLK5YDuj56mxs/GzYwBzNLqo8htOvZMOFTfkES2YTekt/FVtz9WEabkVpmRpEBuJENSGZUKLKgbvcDeX98U9TqdwYthw+cNh0s=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-02-08T15:22:34Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:eiscat-licence ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/41bb2f09-e41e-4aa9-940a-2a0fb3d45359> .
}