<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY dl "http://ontology.dumontierlab.com/" >
]>


<rdf:RDF xmlns="http://ontology.dumontierlab.com/atom-common"
     xml:base="http://ontology.dumontierlab.com/atom-common"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dl="http://ontology.dumontierlab.com/"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <owl:Ontology rdf:about="">
        <dc:creator rdf:datatype="&xsd;string"
            >Michel Dumontier</dc:creator>
        <dc:language rdf:datatype="&xsd;string">en</dc:language>
        <dc:format rdf:datatype="&xsd;string"
            >application/rdf+xml</dc:format>
        <dc:description rdf:datatype="&xsd;string"
            >Common atoms in organic chemistry</dc:description>
        <dc:date rdf:datatype="&xsd;date">2007-06-01</dc:date>
        <owl:versionInfo rdf:datatype="&xsd;string">2.0</owl:versionInfo>
        <dc:publisher rdf:datatype="&xsd;string">Dumontier Lab</dc:publisher>
        <dc:title rdf:datatype="&xsd;string"
            >Atom Ontology (common)</dc:title>
        <owl:imports>
            <owl:Ontology rdf:about="http://ontology.dumontierlab.com/annotation"/>
        </owl:imports>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////
    //
    //   OWL Classes
    //
    ///////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#AstatineAtom -->

    <owl:Class rdf:about="&dl;AstatineAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#Atom -->

    <owl:Class rdf:about="&dl;Atom"/>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#BromineAtom -->

    <owl:Class rdf:about="&dl;BromineAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#CarbonAtom -->

    <owl:Class rdf:about="&dl;CarbonAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#ChlorineAtom -->

    <owl:Class rdf:about="&dl;ChlorineAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#FluorineAtom -->

    <owl:Class rdf:about="&dl;FluorineAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#HalogenAtom -->

    <owl:Class rdf:about="&dl;HalogenAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
        <owl:equivalentClass>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Class rdf:about="&dl;BromineAtom"/>
                    <owl:Class rdf:about="&dl;IodineAtom"/>
                    <owl:Class rdf:about="&dl;AstatineAtom"/>
                    <owl:Class rdf:about="&dl;FluorineAtom"/>
                    <owl:Class rdf:about="&dl;ChlorineAtom"/>
                </owl:unionOf>
            </owl:Class>
        </owl:equivalentClass>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#HeteroAtom -->

    <owl:Class rdf:about="&dl;HeteroAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
        <owl:equivalentClass>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Class rdf:about="&dl;HalogenAtom"/>
                    <owl:Class rdf:about="&dl;SulfurAtom"/>
                    <owl:Class rdf:about="&dl;NitrogenAtom"/>
                    <owl:Class rdf:about="&dl;OxygenAtom"/>
                </owl:unionOf>
            </owl:Class>
        </owl:equivalentClass>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#HydrogenAtom -->

    <owl:Class rdf:about="&dl;HydrogenAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#IodineAtom -->

    <owl:Class rdf:about="&dl;IodineAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#NitrogenAtom -->

    <owl:Class rdf:about="&dl;NitrogenAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#OxygenAtom -->

    <owl:Class rdf:about="&dl;OxygenAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#PhosphorusAtom -->

    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- Class: http://ontology.dumontierlab.com/atom-primitive#SulfurAtom -->

    <owl:Class rdf:about="&dl;SulfurAtom">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////
    //
    //   OWL Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- Object property: http://ontology.dumontierlab.com/atom-primitive#hasAromaticBondWith -->

    <owl:ObjectProperty rdf:about="&dl;hasAromaticBondWith">
        <rdfs:subPropertyOf>
            <owl:ObjectProperty rdf:about="&dl;hasBondWith"/>
        </rdfs:subPropertyOf>
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:domain>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- Object property: http://ontology.dumontierlab.com/atom-primitive#hasBondWith -->

    <owl:ObjectProperty rdf:about="&dl;hasBondWith">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:domain>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- Object property: http://ontology.dumontierlab.com/atom-primitive#hasDoubleBondWith -->

    <owl:ObjectProperty rdf:about="&dl;hasDoubleBondWith">
        <rdfs:subPropertyOf>
            <owl:ObjectProperty rdf:about="&dl;hasBondWith"/>
        </rdfs:subPropertyOf>
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:domain>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- Object property: http://ontology.dumontierlab.com/atom-primitive#hasSingleBondWith -->

    <owl:ObjectProperty rdf:about="&dl;hasSingleBondWith">
        <rdfs:subPropertyOf>
            <owl:ObjectProperty rdf:about="&dl;hasBondWith"/>
        </rdfs:subPropertyOf>
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:domain>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- Object property: http://ontology.dumontierlab.com/atom-primitive#hasTripleBondWith -->

    <owl:ObjectProperty rdf:about="&dl;hasTripleBondWith">
        <rdfs:subPropertyOf>
            <owl:ObjectProperty rdf:about="&dl;hasBondWith"/>
        </rdfs:subPropertyOf>
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:domain>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class rdf:about="&dl;Atom"/>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////
    //
    //   OWL Annotation Properties
    //
    ///////////////////////////////////////////////////////////////////////////
     -->

    <owl:AnnotationProperty rdf:about="&dc;date"/>
    <owl:AnnotationProperty rdf:about="&dc;publisher"/>
    <owl:AnnotationProperty rdf:about="&dc;title"/>
    <owl:AnnotationProperty rdf:about="&dc;language"/>
    <owl:AnnotationProperty rdf:about="&dc;description"/>
    <owl:AnnotationProperty rdf:about="&dc;format"/>
    <owl:AnnotationProperty rdf:about="&dc;creator"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////
    //
    //   OWL Axioms
    //
    ///////////////////////////////////////////////////////////////////////////
     -->

    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;PhosphorusAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;PhosphorusAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;FluorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;FluorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;NitrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;NitrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;CarbonAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;CarbonAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;AstatineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;OxygenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;OxygenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;AstatineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;IodineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;IodineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;HydrogenAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;ChlorineAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;ChlorineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;HydrogenAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;BromineAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;SulfurAtom"/>
        </owl:disjointWith>
    </owl:Class>
    <owl:Class rdf:about="&dl;SulfurAtom">
        <owl:disjointWith>
            <owl:Class rdf:about="&dl;BromineAtom"/>
        </owl:disjointWith>
    </owl:Class>
</rdf:RDF>
