@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 doap: <http://usefulinc.com/ns/doap#> .
@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:OCDO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:OCDO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ocdo .

bioregistry:ocdo a bioregistry.schema:0000001 ;
    rdfs:label "Crystallographic Defect Core Ontology" ;
    dcterms:contributor orcid:0000-0002-1595-3213 ;
    dcterms:description "The Crystallographic Defect Core Ontology (CDCO) defines the common terminology shared across all types of crystallographic defects, providing a unified framework for data integration in materials science."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/OCDO/cdco> ;
    skos:exactMatch aberowl:OCDO,
        bioportal:OCDO ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/OCDO/cdco> ;
    bioregistry.schema:0000005 "hasDefectComplex"^^xsd:string ;
    bioregistry.schema:0000006 "http://purls.helmholtz-metadaten.de/cdos/cdco/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/OCDO/cdco/raw/refs/heads/main/cdco.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-7564-7990 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://purls.helmholtz-metadaten.de/cdos/cdco/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purls.helmholtz-metadaten.de/cdos/cdco/hasDefectComplex> ;
    bioregistry.schema:0000029 "ocdo" .

orcid:0000-0001-7564-7990 rdfs:label "Abril Azocar Guzman" ;
    foaf:mbox "a.azocar.guzman@fz-juelich.de" .

orcid:0000-0002-1595-3213 rdfs:label "Philip Strömert" ;
    foaf:mbox "philip.stroemert@tib.eu" .

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

aberowl:OCDO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:OCDO dcterms:isPartOf bioregistry.metaresource:bioportal .

