Nanopublication

< Home

ID

https://w3id.org/fair/principles/np/F3/RA9Jkp5FL8IPYF4C0lc1KnkK5K8DF9qxGdQJuBsqgPVM8

Formats

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

Content

@prefix this: <https://w3id.org/fair/principles/np/F3/RA9Jkp5FL8IPYF4C0lc1KnkK5K8DF9qxGdQJuBsqgPVM8> .
@prefix sub: <https://w3id.org/fair/principles/np/F3/RA9Jkp5FL8IPYF4C0lc1KnkK5K8DF9qxGdQJuBsqgPVM8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix latest: <https://w3id.org/fair/principles/latest/F3> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  fair:F3 a fair:FAIR-SubPrinciple;
    rdfs:isDefinedBy latest:;
    rdfs:label "F3"@en;
    skos:definition "metadata clearly and explicitly include the identifier of the data it describes"@en .
}

sub:provenance {
  sub:assertion prov:hadPrimarySource <https://doi.org/10.1038/sdata.2016.18> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "TuiK8KbH3smKxBcDhX2D9CX5HmWlYclGsVKLs2CcRSR8p8SxnZv26Lhm6TnJsNC71IpL70smjpjBeWpsivhjEvU5fjflRaqopYs5MYzw5dD0k0mtofVWdaP5gjvq36TDC2m10X8JkyC7qbBQWXmNCya4Mi/WvhKtPqB+VLsbAGQ=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2019-07-12T08:07:27.988+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435;
    dct:rights <http://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/fair/principles/np/F3/RAjoswB_p1gaGbLz0tX8JerOu-t5DRI03wKkAiBFYF7Po> .
}