Nanopublication

< Home

ID

http://purl.org/np/RA0baSFzFRSHKmZ9Ba1PTEzFiqHbxAdqLzhrYCL6URbDA

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://purl.org/np/> .
@prefix this: <http://purl.org/np/RA0baSFzFRSHKmZ9Ba1PTEzFiqHbxAdqLzhrYCL6URbDA> .
@prefix sub: <http://purl.org/np/RA0baSFzFRSHKmZ9Ba1PTEzFiqHbxAdqLzhrYCL6URbDA#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:marineregions a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
      fip:Metadata-data-linking-mechanism;
    rdfs:comment "Standard list of marine georeferences place names and areas";
    rdfs:label "Marine Regions georeferences";
    rdfs:seeAlso <https://www.marineregions.org> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-5911-1536 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWNZA3Nv5wWe5xX+OCoLkNm//Y8I7RpIG6ZdEE79VD9Xi41aBHDXnSnww6P0iRZYrAHBjVBFMigY1fMKh4hkuj0EzbtsqdoRFvRliVFUdwgkx41BVmy4jSji6vPv1i4VsWQ1fpNT5rIgNhslTfCji5sqzCPzwCrMSb2Uy8ZUi2yQIDAQAB";
    npx:hasSignature "KPxuq1oBDwULE/HdBKzyqgyTMghcm70ZWk2x4UCyNT1Olw3Tw6oO3g0MF2fD2Aprw7F1P2pEjsJWPpWQJQHeYORF/cbBDPs2d+8gz3fWBYbZzXn0kHsQulfNZs8Pij4or1oPFrxy5N3VXzZYBWdHs/CeOaHgu+4NiglC50cBTzA=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-11-03T11:26:51.160+01:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-5911-1536;
    npx:introduces sub:marineregions;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM;
    nt:wasCreatedFromTemplate ns1:RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA .
}