Nanopublication

< Home

ID

http://purl.org/np/RAW1zDE59iIcXR1Z3Nxpn1Md_RDfI_BDXUgqAGvuiZthE

Formats

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

Content

@prefix this: <http://purl.org/np/RAW1zDE59iIcXR1Z3Nxpn1Md_RDfI_BDXUgqAGvuiZthE> .
@prefix sub: <http://purl.org/np/RAW1zDE59iIcXR1Z3Nxpn1Md_RDfI_BDXUgqAGvuiZthE#> .
@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 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#> .

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

sub:assertion {
  sub:SNOMED-CT a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
      fip:Semantic-model;
    rdfs:comment "SNOMED Clinical Terms is a systematically organized computer-processable collection of medical terms providing codes, terms, synonyms and definitions used in clinical documentation and reporting. ";
    rdfs:label "SNOMED CT ontology | SNOMED Clinical Terms Ontology";
    rdfs:seeAlso <https://www.snomed.org/> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3602-1885 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "jnZ/YEhCDLNGyp/AIYktJ3YuZVWO7Nx/UEtlTX+9cA/CeWAT65NVHVdcht0pMkv9G5YKTuzi1VJ9walJ949c1K8VbzRRQwIlNMzArKSvYK1c7pWFync+lXLGD7Mkwvvsi1Ef6xM48czPkYUXV4hhQ0i28WlNACrQTGIMQpH4Nq0=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2022-09-15T12:16:44Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:SNOMED-CT;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/67f2da14-c7d5-48c9-af3b-5e74347936dc> .
}