@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:ERDDAP a fip:Available-FAIR-Enabling-Resource, fip:Communication-protocol, fip:FAIR-Enabling-Resource;
rdfs:comment "ERDDAP is a data server that gives you a simple, consistent way to download subsets of gridded and tabular scientific datasets in common file formats and make graphs and maps";
rdfs:label "ERDDAP data server";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-3452-1333 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmuNRzFoz76LG70uP7sJ8ioPWcQcNdNy8OVRUeoT2D2gMkmd36Bnpwe0Ga+QGKmzL7qaQsXQ2cFqNW85C7T0Id3+HCWV61dycr+7GCY2ePn7sUcADXfmUPXlifAlcPaUXvYfbliKSju6yRspjxRvgzkkEKOMoY0499Z+l66ZwcTQIDAQAB";
npx:hasSignature "ZrCfvaP9Rl7ABp2VQmF6LCvCH4md2tnMfNEy/bQpS7quQIuXrbCkZDnCgm+T0IbrX+rviUvK17wzwin3BATp2PHpGfBAge+QJe62Qa2Tcv3r0aH2p1GqFNJPeqmWg+0519DK0EYUMFOdheY0IO6bF2NVGSGWq8kpkIQnqeP/W3o=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-10-16T10:39:56.085+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-3452-1333;
npx:introduces sub:ERDDAP;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}