<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY categories "http://www.rickmurphy.org/categories.owl">
  <!ENTITY dod-bea "http://www.rickmurphy.org/dod-bea.owl">
  <!ENTITY fea-brm "http://www.rickmurphy.org/fea-brm.owl">
  <!ENTITY fea-osd "http://www.rickmurphy.org/fea-osd.owl">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF xml:base="&fea-osd;"
         xmlns:owl="&owl;"
         xmlns:rdf="&rdf;"
         xmlns:rdfs="&rdfs;">

<!-- Ontology Information -->
  <owl:Ontology rdf:about=""
                rdfs:label="fea-osd"
                owl:versionInfo="0">
    <owl:imports>
      <owl:Ontology rdf:about="&categories;"/>
    </owl:imports>
    <owl:imports>
      <owl:Ontology rdf:about="&dod-bea;"/>
    </owl:imports>
    <owl:imports>
      <owl:Ontology rdf:about="&fea-brm;"/>
    </owl:imports>
  </owl:Ontology>

<!-- Classes -->
  <owl:Class rdf:about="#FunctionalArea"
             rdfs:label="FunctionalArea">
    <owl:intersectionOf rdf:parseType="Collection">
      <rdf:Description rdf:about="#FunctionalDecomposition"/>
      <owl:Restriction>
        <owl:hasValue rdf:resource="&categories;#Symbol"/>
        <owl:onProperty rdf:resource="&categories;#representation"/>
      </owl:Restriction>
    </owl:intersectionOf>
    <owl:unionOf rdf:parseType="Collection">
      <rdf:Description rdf:about="http://www.defenselink.mil/osd/dod-bea.owl#MissionArea"/>
      <rdf:Description rdf:about="http://www.osera.gov/fea-brm.owl#BusinessArea"/>
    </owl:unionOf>
  </owl:Class>

  <owl:Class rdf:about="#FunctionalDecomposition"
             rdfs:label="FunctionalDecomposition">
    <rdfs:subClassOf rdf:resource="&categories;#UniversalConception"/>
  </owl:Class>

  <owl:Class rdf:about="http://www.defenselink.mil/osd/dod-bea.owl#MissionArea"/>
  <owl:Class rdf:about="http://www.osera.gov/fea-brm.owl#BusinessArea"/>
  <owl:Class rdf:about="&categories;#UniversalConception"/>

<!-- Annotation Properties -->
  <owl:AnnotationProperty rdf:about="&rdfs;label"/>
  <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>

<!-- Object Properties -->
  <owl:ObjectProperty rdf:about="&categories;#representation"/>

<!-- Instances -->
  <owl:Thing rdf:about="&categories;#Symbol"/>
</rdf:RDF>
