@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-service a fip:Data-schema, fip:FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed;
rdfs:comment "ERDDAP is a data server that gives you a simple, consistent way to download subsets of scientific datasets in common file formats and make graphs and maps.";
rdfs:label "ERDDAP";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-9648-6484 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCsvYVkczXr0XTiXPP6/mEk1snbZqJC/FjLIJZvAgshAPVg72wwB1iIIifNPHtP0kdBxZlKflgPdPwDYCik2XfYDv9wFL3kT1kQ3971taZPmBO2UJbGij9ZcdUybjY8u69CLAnAhKRodkCmgHwtP/PBfhM5SQVPDdB5WocE9c4/LwIDAQAB";
npx:hasSignature "BU1XxcgUWF9UzEai7qacPJJ0KtmyutN1zK4x6AKy7CYg3byXH55HwpBUUd8auauRj16rb0WTqNRIKGhraItVYfiXenowe3jou0knRVYyGkCaRTZozrgQPZs7lFvvjrmxiNISVIKEn0+78Ggl/rbYnfhHD9Dr/k67Jl0cuqz40UA=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-24T15:37:56.512+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-9648-6484;
npx:introduces sub:erddap-service;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}