Nanopublication

< Home

ID

https://w3id.org/np/RAsGqXvBh1Uzdm_YGpEUfbHsPMck9dPJBAN049SfDyV9w

Formats

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

Content

@prefix this: <https://w3id.org/np/RAsGqXvBh1Uzdm_YGpEUfbHsPMck9dPJBAN049SfDyV9w> .
@prefix sub: <https://w3id.org/np/RAsGqXvBh1Uzdm_YGpEUfbHsPMck9dPJBAN049SfDyV9w#> .
@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:FHIR_HL7 a fip:Available-FAIR-Supporting-Resource, fip:Communication-protocol,
      fip:FAIR-Enabling-Resource;
    <http://schema.org/url> <https://www.hl7.org/fhir/>;
    rdfs:comment "Fast Healthcare Interoperability Resources (FHIR) is a standardized framework developed by HL7 (Health Level Seven International) for exchanging, sharing, and integrating healthcare information. It enables interoperability between different healthcare systems by using modern web-based technologies like RESTful APIs, JSON, XML, and RDF.";
    rdfs:label "FHIR HL7 Standard";
    fip:has-description-source <https://www.hl7.org/fhir/overview.html> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-5727-4999 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "NYRnCBJ2inRUl+Ol/D0kZMxI4ov/GPxFRysKUKE2jtHtVv4yZQXOlPdG3rluQ+Mmc9Oilk5PvPZoy9OKxMGD5ykw8CuEuRP5/wK6Lb6SJLrvOQlzOuWnVR5h3D+XHo5WTJ/NFa6UuMnbXmZEeC0VR+gnqHL+1ALBspANkBbBwtM=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-02-25T12:10:45Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FHIR_HL7;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8c5ff1ef-8471-4a95-9654-55154266f9fc> .
}