@prefix this: <http://purl.org/np/RAigW2GWJ5T5odcCltjA6iWxKT-xIdvKE_aThDdgbcZzA> .
@prefix sub: <http://purl.org/np/RAigW2GWJ5T5odcCltjA6iWxKT-xIdvKE_aThDdgbcZzA#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:EMSO a fip:FAIR-Implementation-Community ;
    rdfs:comment "The European Multidisciplinary Seafloor and water column Observatory (EMSO) aims to explore the oceans, to gain a better understanding of phenomena happening within and below them, and to explain the critical role that these phenomena play in the broader Earth systems." ;
    rdfs:label "EMSO ERIC" ;
    rdfs:seeAlso <http://emso.eu> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/OMIT_0010809> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-0675-6728 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7b71N6PzrZRZ5AOP2HefnbUJA82cP4Zm8pOGrBzZ5Xo7cT5T5yC/2pRg99kG08zZ61rSQOfnSQzXUZmi3g76ZACM+MwBp+/ZDn1o5yafdBuOv2W4octyP5GMsBFZld1b4baJWW8C7xoc0hltFN6zqqckYiXLUV7j1XlS/j8WOswIDAQAB" ;
    npx:hasSignature "mBxzCfJwOOn7VRGXazEtv3P7ibk7hWK4kYK9aHDlWeioUpCP6DpABw6I+SxCPDHjC9CgocRx1lAD3ZHmQzV7Sq03gMElU9SdcVP756MG+gjQxvTA4C072QMCFJzl7SV3aOtufVozH5ar4nitkpmkHL7LcDNHAj/TD3uBJyqi/S0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-11-18T16:04:26.795+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-0675-6728 ;
    npx:introduces sub:EMSO ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RALjGBdI-nfsJeGy2Me7G6ekE0jKeoM28TUDb36S8pCEg> .
}