@prefix this: <http://purl.org/np/RAwBCnBPy1ZjjBzpSqXvZhDByw9PwA7pj_-EhBe0CjPIM> .
@prefix sub: <http://purl.org/np/RAwBCnBPy1ZjjBzpSqXvZhDByw9PwA7pj_-EhBe0CjPIM#> .
@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:SeaDataNet_CDI_ID a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-type ;
    rdfs:comment "Unique global identifier of CDI metadata records" ;
    rdfs:label "SeaDataNET CDI Global unique identifier" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-9214-3217 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCD5O+7prx9soILN1GCLZfmTgs3LBza9g3HLUyCGVR/Y8abJQa4P6Z3py9i2L1qXcE7DTNBjaW8iJJIi6sQq/prx1pqlf65IsetspBHHiuHJwtBE3YMf4ENkwMFgNAMJLsT6rFINjA1TGnFWQYmZ/p53EYBQNwf5vqSP+zfQHRaQwIDAQAB" ;
    npx:hasSignature "VscfHln1eqzeDYVn+BDn4B+fkXx0lAkGCSSp/ThNzYK2sYAdICRTYynKiPg8oocIHl/ZxeeUAf9/KDCTsDrnnvwiTajnU8Z8R2MUUGMkHAZxnEGau/Pp8+h1+RfAseKPh+0aZTOkbj4Ts4wujHQxMZArC6GuVmA96rhmF9Y6TF4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-10-15T17:14:30.349+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-9214-3217 ;
    npx:introduces sub:SeaDataNet_CDI_ID ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA> .
}