@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oid: <https://oid-base.com/get/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hpc .

bioregistry.metaresource:hl7 dcterms:hasPart oid:2.16.840.1.113883.6.14 .

bioregistry:hpc a bioregistry.schema:0000001 ;
    rdfs:label "High-Performance Computing Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The HPC Ontology describes software, hardware, and artifacts in the domain of High-Performance Computing. It can be used to annotate training datasets and machine learning models used in HPC software analyses and optimizations. The goal is to make datasets and AI models FAIR."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch oid:2.16.840.1.113883.6.14 ;
    foaf:homepage <https://hpc-fair.github.io/ontology/> ;
    bioregistry.schema:0000005 "AssignStatement"^^xsd:string ;
    bioregistry.schema:0000006 "https://hpc-fair.github.io/ontology#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://hpc-fair.github.io/ontology#"^^xsd:string ;
    bioregistry.schema:0000027 <https://hpc-fair.github.io/ontology#AssignStatement> ;
    bioregistry.schema:0000029 "hpc" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

oid:2.16.840.1.113883.6.14 dcterms:isPartOf bioregistry.metaresource:hl7 .

