@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:aberowl dcterms:hasPart aberowl:CPT .

bioregistry.metaresource:biolink dcterms:hasPart biolink:CPT .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CPT .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cpt .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.wpxab1 .

bioregistry:cpt a bioregistry.schema:0000001 ;
    rdfs:label "Current Procedural Terminology" ;
    dcterms:contributor orcid:0000-0002-8719-7760,
        orcid:0000-0003-2975-882X ;
    dcterms:description "Current Procedural Terminology, more commonly known as CPT®, refers to a medical code set created and maintained by the American Medical Association — and used by physicians, allied health professionals, nonphysician practitioners, hospitals, outpatient facilities, and laboratories to represent the services and procedures they perform. No provider of outpatient services gets paid without reporting the proper CPT® codes. [Description taken from this site](https://www.aapc.com/codes/cpt-codes-range/)]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:CPT,
        bioportal:CPT,
        biolink:CPT,
        fairsharing:FAIRsharing.wpxab1 ;
    dcat:keyword "biomedical science",
        "health science",
        "medicine",
        "ontology" ;
    foaf:homepage <https://www.aapc.com> ;
    bioregistry.schema:0000005 "00103"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.aapc.com/codes/cpt-codes/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/cpt/cpt.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "American Medical Association" ;
            foaf:mbox "Intellectual.PropertyServices@ama-assn.org" ] ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000023 "ama-cpt" ;
    bioregistry.schema:0000024 "https://www.aapc.com/codes/cpt-codes/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.aapc.com/codes/cpt-codes/00103> ;
    bioregistry.schema:0000029 "cpt" .

orcid:0000-0002-8719-7760 rdfs:label "Sierra Moxon" ;
    foaf:mbox "smoxon@lbl.gov" .

orcid:0000-0003-2975-882X rdfs:label "Colleen Xu" .

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

aberowl:CPT dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:CPT dcterms:isPartOf bioregistry.metaresource:bioportal .

biolink:CPT dcterms:isPartOf bioregistry.metaresource:biolink .

fairsharing:FAIRsharing.wpxab1 dcterms:isPartOf bioregistry.metaresource:fairsharing .

