<?xml version="1.0"?>

 

 

<!DOCTYPE Ontology [

    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >

    <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >

    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >

    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >

]>

 

 

<Ontology xmlns="http://www.w3.org/2002/07/owl#"

     xml:base="http://www.semanticweb.org/malzyoud/ontologies/2015/1/untitled-ontology-14"

     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

     xmlns:xml="http://www.w3.org/XML/1998/namespace"

     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"

     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"

     ontologyIRI="http://www.semanticweb.org/malzyoud/ontologies/2015/1/untitled-ontology-14">

    <Prefix name="" IRI="http://www.semanticweb.org/malzyoud/ontologies/2015/1/untitled-ontology-14#"/>

    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>

    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>

    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>

    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>

    <Declaration>

        <Class IRI="#Academic"/>

    </Declaration>

    <Declaration>

        <Class IRI="#Administrative"/>

    </Declaration>

    <Declaration>

        <Class IRI="#Assistant_Prof"/>

    </Declaration>

    <Declaration>

        <Class IRI="#Associate_Prof"/>

    </Declaration>

    <Declaration>

        <Class IRI="#Employee"/>

    </Declaration>

    <Declaration>

        <Class IRI="#Full_Prof"/>

    </Declaration>

    <Declaration>

        <Class IRI="#Instructor"/>

    </Declaration>

    <Declaration>

        <Class IRI="#PartTime_Instructor"/>

    </Declaration>

    <Declaration>

        <Class IRI="#Professor"/>

    </Declaration>

    <Declaration>

        <ObjectProperty IRI="#Is-employee"/>

    </Declaration>

    <SubClassOf>

        <Class IRI="#Academic"/>

        <Class IRI="#Employee"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#Administrative"/>

        <Class IRI="#Employee"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#Assistant_Prof"/>

        <Class IRI="#Professor"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#Associate_Prof"/>

        <Class IRI="#Professor"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#Full_Prof"/>

        <Class IRI="#Professor"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#Instructor"/>

        <Class IRI="#Academic"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#PartTime_Instructor"/>

        <Class IRI="#Academic"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#PartTime_Instructor"/>

        <Class IRI="#Administrative"/>

    </SubClassOf>

    <SubClassOf>

        <Class IRI="#Professor"/>

        <Class IRI="#Academic"/>

    </SubClassOf>

    <DisjointClasses>

        <Class IRI="#Assistant_Prof"/>

        <Class IRI="#Associate_Prof"/>

        <Class IRI="#Full_Prof"/>

    </DisjointClasses>

    <DisjointClasses>

        <Class IRI="#Instructor"/>

        <Class IRI="#Professor"/>

    </DisjointClasses>

    <ObjectPropertyDomain>

        <ObjectProperty IRI="#Is-employee"/>

        <Class IRI="#Academic"/>

    </ObjectPropertyDomain>

    <ObjectPropertyDomain>

        <ObjectProperty IRI="#Is-employee"/>

        <Class IRI="#Administrative"/>

    </ObjectPropertyDomain>

    <ObjectPropertyRange>

        <ObjectProperty IRI="#Is-employee"/>

        <Class IRI="#Employee"/>

    </ObjectPropertyRange>

</Ontology>

 

 

 

<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->