@prefix this: <http://purl.org/np/RAgAaYL-xtpFUg2w8vjsrCHce4YKIUuGsBSL93fGrkCQc> .
@prefix sub: <http://purl.org/np/RAgAaYL-xtpFUg2w8vjsrCHce4YKIUuGsBSL93fGrkCQc#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:UMLS <http://schema.org/url> <https://www.nlm.nih.gov/research/umls/index.html> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:Semantic-model ;
    rdfs:comment "The UMLS, or Unified Medical Language System, is a set of files and softwares that brings together many health and biomedical vocabularies and standards to enable interoperability between computer systems." ;
    rdfs:label "UMLS | Unified Medical Language System" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2749-8588 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "iz7F1c+w0Y0ftZDknv59Mz7nrPvphTlBDWRa5wS/slj4lcYBqS0iXjcikww0yfLJHOlkiOAm+cVCSCSj0+Q1KLeWzGTvIDHawkdDxpkxqNHlNgb5bnt8obl2cjOuyJk6basNtDwcX7lPhpdFeM7cpp+VJyFxmOTIDZ6BzXE7Auo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-12-05T14:02:27Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:UMLS ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/747f8ef5-4ffa-44c9-89db-845fb40c831c> .
}