@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://purl.obolibrary.org/obo/MFOMD.owl#> .
@prefix MF: <http://purl.obolibrary.org/obo/MF#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix doid: <http://purl.obolibrary.org/obo/doid#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix snap: <http://www.ifomis.org/bfo/1.1/snap#> .
@prefix span: <http://www.ifomis.org/bfo/1.1/span#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix ace_lexicon: <http://attempto.ifi.uzh.ch/ace_lexicon#> .

MF:hasAgent
    a owl:ObjectProperty .

MF:hasPart
    a owl:ObjectProperty .

MF:hasParticipant
    a owl:ObjectProperty .

MF:inhererOf
    a owl:ObjectProperty .

MF:inheresIn
    a owl:ObjectProperty .

MF:isAbout
    a owl:ObjectProperty .

MF:manifestationOf
    a owl:ObjectProperty .

MF:partOf
    a owl:ObjectProperty .

MF:participantOf
    a owl:ObjectProperty .

MF:realizationOf
    a owl:ObjectProperty .

MF:specificallyDependsOn
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/MFOMD.owl>
    dc:contributor "Barry Smith", "Janna Hastings", "Jeanette Alicia Chacón Candia", "Mark Jensen" ;
    dc:description "The Mental Disease Ontology is developed to facilitate representation for all aspects of mental disease. It is an extension of the Ontology for General Medical Science (OGMS) and Mental Functioning Ontology (MF)." ;
    dc:title "Mental Disease Ontology" ;
    a owl:Ontology ;
    rdfs:comment "The Mental Disease Ontology was first described in the publication 'Foundations for a realist ontology of mental disease' (Barry Smith and Werner Ceusters) which is available at http://www.jbiomedsem.com/content/1/1/10 . " ;
    owl:imports <http://purl.obolibrary.org/obo/MF.owl>, <http://purl.obolibrary.org/obo/MF/internal/MD-core.owl>, <http://purl.obolibrary.org/obo/MF/internal/MF-core.owl>, <http://purl.obolibrary.org/obo/ogms.owl> ;
    owl:versionIRI <http://purl.obolibrary.org/obo/MFOMD/2020-04-26/MFOMD.owl> ;
    owl:versionInfo "2020-04-26" .

obo:MFOMD_0000001
    a owl:Class ;
    rdfs:subClassOf obo:OGMS_0000031 .

obo:MFOMD_0000004
    a owl:Class .

obo:MFOMD_0000024
    a owl:Class ;
    rdfs:subClassOf obo:OGMS_0000061 .

obo:MFOMD_0000025
    a owl:Class ;
    rdfs:subClassOf obo:OGMS_0000063 .

obo:MFOMD_0000038
    a owl:Class ;
    rdfs:subClassOf obo:MF_0000030 .

obo:MFOMD_0000040
    a owl:Class ;
    rdfs:subClassOf obo:OGMS_0000073 .

obo:MFOMD_0000041
    a owl:Class ;
    rdfs:subClassOf obo:OGMS_0000022 .

dc:contributor
    a owl:AnnotationProperty .

dc:title
    a owl:AnnotationProperty .

rdfs:comment
    a owl:AnnotationProperty .

rdfs:label
    a owl:AnnotationProperty .

