@prefix this: <https://w3id.org/np/RAPGmZL5MAapoo72Jow44C-G3pbj5LFiCPpI4NZrVxE6M> .
@prefix sub: <https://w3id.org/np/RAPGmZL5MAapoo72Jow44C-G3pbj5LFiCPpI4NZrVxE6M/> .
@prefix schema: <http://schema.org/> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.d88s6e> schema:url <http://www.snomed.org/snomed-ct/five-step-briefing> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "The Systematized Nomenclature of Medicine Clinical Terms is a reference terminology that can be used to cross-map standardized healthcare languages across healthcare disciplines." ;
    rdfs:label "Systematized Nomenclature of Medicine-Clinical Terms | SNOMEDCT" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.d88s6e> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-5862-6132 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.d88s6e> .
}
sub:pubinfo {
  this: dct:created "2025-08-29T14:43:20Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.d88s6e> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/7cc2c65a-31c5-4362-b175-8c20ce3bd5e3> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "jk1p8mU3QAO0gH0x5z0/mmjxHmaXbhRQo5cRul0ar3eTFgPcv0GT+L1thO39NHhiCvyQmKAsGJk/dTbOnHz2Ad3DzIFWb1cE5hsCw9mdPyBHVn+c5jn7ZNFiHpB6UOeVGCQ7KiYcibe6E8lrSAn+IQfFBBMCgA5t2Y3h40cQnZ0=" ;
    npx:hasSignatureTarget this: .
}