@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RA84m3skQV7YJg2crQjRHHoE6PaPkL1ew8GD0sa3tTj8g> .
@prefix sub: <http://purl.org/np/RA84m3skQV7YJg2crQjRHHoE6PaPkL1ew8GD0sa3tTj8g#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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:ArgoGdac dct:isPartOf <http://purl.org/np/RAdfztWNVhHRCxrGOGSYAFHDrrMQV8Ug2nZL4rxhP7CNU#ENVRI> ;
    a fip:FAIR-Implementation-Community ;
    rdfs:comment "Argo is an international program that collects information from inside the ocean using a fleet of robotic instruments that drift with the ocean currents and move up and down between the surface and a mid-water level; the Argo observation data and metadata are published on http://doi.org/10.17882/42182" ;
    rdfs:label "Argo GDAC | Argo GDAC FAIR implementation community" ;
    rdfs:seeAlso <https://argo.ucsd.edu/data/data-from-gdacs/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/OMIT_0010809> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2700-4020 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB" ;
    npx:hasSignature "cua4fv5iebwbQLXgSRUBoF1tR8j/BmP1ImwKREOhE/eHf1J0WUJ8U9ulDlo4kX37xCoPbANW6kXWr2OFKupLPNJAFZyW9eU5iYYMoPlUGkw/OB1W3vxS/2TTh2UhmN21SSQzpO4EgQy2vDk7uzCo1WcZtxFNPXMHIOFW2oG0Eno=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-07-20T15:50:12.075+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2195-3997 ;
    npx:introduces sub:ArgoGdac ;
    npx:supersedes <http://purl.org/np/RAGIv2PspoA1FQLXloMChWHG_qjP0IJT1HNVv1NlbUQkw> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA1Pkti0rTP9IwyB7fOMQKY38XAQ18PdqCPupchHjzSKM> .
}