Nanopublication

< Home

ID

https://w3id.org/np/RAIO2tYSYKYjidSTXhNV-EBbbpkh-cu1xIsbibe_FUvh4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAIO2tYSYKYjidSTXhNV-EBbbpkh-cu1xIsbibe_FUvh4> .
@prefix sub: <https://w3id.org/np/RAIO2tYSYKYjidSTXhNV-EBbbpkh-cu1xIsbibe_FUvh4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

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

sub:assertion {
  sub:PMID a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Identifier-service,
      fip:Registry;
    <http://schema.org/url> <https://pubmed.ncbi.nlm.nih.gov/>;
    rdfs:comment "PubMed ID (PMID) is a globally unique identifier for articles indexed in PubMed, a database of life sciences and biomedical literature maintained by the National Center for Biotechnology Information (NCBI). PMIDs provide a stable reference for citing and retrieving research articles, ensuring access and interoperability with other research systems and tools.";
    rdfs:label "PubMed Identifier";
    rdfs:seeAlso <https://pubmed.ncbi.nlm.nih.gov/>;
    skos:closeMatch <https://pubmed.ncbi.nlm.nih.gov/>;
    fip:has-target-group fip:Cross-domain-communities;
    oa:hasPurpose obo:T4FS_0000527 .
}

sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408;
    prov:wasDerivedFrom <https://pubmed.ncbi.nlm.nih.gov/> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "b6Mh5oU2x44FbWjA4+YTFiYcm0c1I99ao23w72CWSDrRwq3PweFXli0yH/G+tQYQu+FYYGSp4psx/YyM+0vd3wvY8w4qcDLh1vP8rZPOVYWBKJFFGAWrxt3EKRgFIRnPwsX7ihg3CPryMcQLQFFg1ZmEtcuUIt/5IzAPeM5zclY=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-10-30T22:09:58Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:PMID;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/081c244a-200a-48a8-aa54-87eb9c712be4> .
}