@prefix dcterms: .
@prefix schema1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:ERDDAP dcterms:creator ;
schema1:url ;
a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:FAIR-Supporting-Software;
rdfs:comment """ERDDAP is a scientific data server that gives users a simple, consistent way to access and download subsets of gridded and tabular scientific datasets in common file formats and make graphs and maps. ERDDAP is a Free and Open Source (Apache and Apache-like) Java Servlet from NOAA NMFS SWFSC Environmental Research Division (ERD).
""";
rdfs:label "ERDDAP | Environmental Research Division Data Access Program";
fip:has-data-usage-license ;
fip:has-description-source ;
fip:implements ,
, ,
, ;
fip:targets , ,
, ,
, ,
, .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0001-5819-7713 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "ezHDDL9n9sVCXEx6uMcNfaNotMQIL1rcg9p4HEMsGPRhe9/CrjGJETTYevppmwDebjprhxAl6R864ZCBOFnKhz+jY2ywCHYawL4UYsrdTeGWbSIu/ExzXG2gtP9N8CMeOsw7OcBQNjJthRbufzXWovBPwYOfFK7XNxzzNY9ajE0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2025-06-10T14:38:28Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:ERDDAP;
prov:wasDerivedFrom .
}