@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:eiscat-ip-check a fip:Authentication-and-authorization-technique, fip:Available-FAIR-Enabling-Resource,
fip:FAIR-Enabling-Resource;
rdfs:comment "The current EISCAT download service checks that the IP address requesting Level 2 data download is in a member country.";
rdfs:label "EISCAT IP Address Check" .
}
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 "QSwUHUdhXE1FnCC0X0tqNE7gufscPFYRrka2huNHWTUYjjkXgYMpmVXXc2KLyLkY+wF8rT0jpcZ5vD7OA3MbL6FlG8u9x9VR5A/RG9OzIItpCrmwJLOn8U0+UzMgs7vPqmU113H1dn590qreS+AQt2cmPnwA8nM3rwkd93+OmWw=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-02-10T11:36:52Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:eiscat-ip-check;
prov:wasDerivedFrom .
}