@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema,
fip:Provenance-model, fip:Semantic-model;
;
rdfs:comment "The GBIF Metadata Profile is primarily based on the Ecological Metadata Language (EML)6 . The GBIF profile utilises a subset of EML and extends it to include additional requirements that are not accommodated in the EML specification.";
rdfs:label "EML GBIF Profile Metadata | Ecological Metadata Language Global Biodiversity Information Facility Profile Metadata" .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "SdeOTaYDXeQEkxpk5+t3MpYX7q6nd/UmkMJ/jO+dKb7+jknAxmPMwU/jV6lkPvYJJ2/opiWJ5hIVuTkatrCQ6bxopDL6jWy7RkapIUshq5sVxIPxIsJFhwGXQQEvEIqBkNhwP433cicRvCvKjwqLVXZs/xxmjek2FTMCpWc79Bg=";
npx:hasSignatureTarget this: .
this: dct:created "2022-07-20T18:40:14.324+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}