@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 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:aberowl dcterms:hasPart aberowl:DICOM .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:DICOM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dicom .

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

bioregistry:dicom a bioregistry.schema:0000001 ;
    rdfs:label "Healthcare metadata - DICOM ontology" ;
    dcterms:description "Ontology for healthcare metadata - especially metadata found in DICOM files (Digital Imaging and Communications in Medicine, see http://dicom.nema.org/). Author: Michael Brunnbauer, Bonubase GmbH (www.bonubase.com). The author's email address is brunni@netestate.de. See http://purl.org/healthcarevocab/v1help for explanations."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:DICOM,
        bioportal:DICOM,
        oid:1.2.840.10008.2.16.4 ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://medical.nema.org/> ;
    bioregistry.schema:0000005 "109082"^^xsd:string ;
    bioregistry.schema:0000006 "http://dicom.nema.org/resources/ontology/DCM/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/DICOM/2/dicom.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2406-1145 ;
    bioregistry.schema:0000024 "http://dicom.nema.org/resources/ontology/DCM/"^^xsd:string ;
    bioregistry.schema:0000027 <http://dicom.nema.org/resources/ontology/DCM/109082> ;
    bioregistry.schema:0000029 "dicom" .

orcid:0000-0002-2406-1145 rdfs:label "David Clunie" ;
    foaf:mbox "dclunie@dclunie.com" .

aberowl:DICOM dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:DICOM dcterms:isPartOf bioregistry.metaresource:bioportal .

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

