@prefix aberowl: <http://aber-owl.net/ontology/> .
@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:ECG .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:ECG .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ecg .

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

bioregistry:ecg a bioregistry.schema:0000001 ;
    rdfs:label "Electrocardiogram Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Electrocardiography (ECG) Ontology is a Driving Biological Project of the NCBO. The ECG Ontology will contain terms for describing electrocardiograms, their capture method(s) and their waveforms."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:ECG,
        bioportal:ECG,
        fairsharing:FAIRsharing.azr389 ;
    dcat:keyword "biomedical science",
        "electrocardiography",
        "heart",
        "ontology" ;
    foaf:homepage bioportal:ECG ;
    bioregistry.schema:0000005 "000000159"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.cvrgrid.org/files/ECGOntologyv1.owl#ECG_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/ECG/12/ecg.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1719-1651 ;
    bioregistry.schema:0000023 "ECGOntology" ;
    bioregistry.schema:0000024 "http://www.cvrgrid.org/files/ECGOntologyv1.owl#ECG_"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.cvrgrid.org/files/ECGOntologyv1.owl#ECG_000000159> ;
    bioregistry.schema:0000029 "ecg" .

orcid:0000-0003-1719-1651 rdfs:label "Raimond Winslow" ;
    foaf:mbox "rwinslow@jhu.edu" .

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

aberowl:ECG dcterms:isPartOf bioregistry.metaresource:aberowl .

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

bioportal:ECG dcterms:isPartOf bioregistry.metaresource:bioportal .

