<?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/mra/ontologies/2015/11/simpoa"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     ontologyIRI="http://www.semanticweb.org/mra/ontologies/2015/11/simpoa">
    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
    <Declaration>
        <Class IRI="#Dosen"/>
    </Declaration>
    <Declaration>
        <Class IRI="#ImplementasiModel"/>
    </Declaration>
    <Declaration>
        <Class IRI="#JenisTopik"/>
    </Declaration>
    <Declaration>
        <Class IRI="#Jurusan"/>
    </Declaration>
    <Declaration>
        <Class IRI="#Mahasiswa"/>
    </Declaration>
    <Declaration>
        <Class IRI="#ModifikasiAlat"/>
    </Declaration>
    <Declaration>
        <Class IRI="#ModifikasiSistem"/>
    </Declaration>
    <Declaration>
        <Class IRI="#Peneliti"/>
    </Declaration>
    <Declaration>
        <Class IRI="#PerbandinganAnalisisEvaluasi"/>
    </Declaration>
    <Declaration>
        <Class IRI="#Profesional"/>
    </Declaration>
    <Declaration>
        <Class IRI="#ProgramStudi"/>
    </Declaration>
    <Declaration>
        <Class IRI="#ProyekAkhir"/>
    </Declaration>
    <Declaration>
        <Class IRI="#ProyekAkhirD3"/>
    </Declaration>
    <Declaration>
        <Class IRI="#ProyekAkhirD4"/>
    </Declaration>
    <Declaration>
        <Class IRI="#RancangBangunAlat"/>
    </Declaration>
    <Declaration>
        <Class IRI="#RancangBangunSistem"/>
    </Declaration>
    <Declaration>
        <ObjectProperty IRI="#hasProgramStudi"/>
    </Declaration>
    <Declaration>
        <ObjectProperty IRI="#hasProyekAkhir"/>
    </Declaration>
    <Declaration>
        <ObjectProperty IRI="#hasTopik"/>
    </Declaration>
    <Declaration>
        <ObjectProperty IRI="#inJenisTopik"/>
    </Declaration>
    <Declaration>
        <ObjectProperty IRI="#isProgramStudiOf"/>
    </Declaration>
    <Declaration>
        <ObjectProperty IRI="#isProyekAkhirOf"/>
    </Declaration>
    <Declaration>
        <DataProperty IRI="#deskripsi"/>
    </Declaration>
    <Declaration>
        <DataProperty IRI="#judul"/>
    </Declaration>
    <Declaration>
        <DataProperty IRI="#logbook"/>
    </Declaration>
    <Declaration>
        <DataProperty IRI="#peneliti"/>
    </Declaration>
    <Declaration>
        <DataProperty IRI="#status"/>
    </Declaration>
    <Declaration>
        <DataProperty IRI="#topik"/>
    </Declaration>
    <SubClassOf>
        <Class IRI="#Dosen"/>
        <Class IRI="#Peneliti"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#ImplementasiModel"/>
        <Class IRI="#JenisTopik"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#Mahasiswa"/>
        <Class IRI="#Peneliti"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#ModifikasiAlat"/>
        <Class IRI="#JenisTopik"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#ModifikasiSistem"/>
        <Class IRI="#JenisTopik"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#PerbandinganAnalisisEvaluasi"/>
        <Class IRI="#JenisTopik"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#Profesional"/>
        <Class IRI="#Peneliti"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#ProgramStudi"/>
        <Class IRI="#Jurusan"/>
    </SubClassOf>
    <SubClassOf>
        <Annotation>
            <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
            <IRI>#isProyekAkhirOf</IRI>
        </Annotation>
        <Class IRI="#ProyekAkhirD3"/>
        <Class IRI="#ProyekAkhir"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#ProyekAkhirD4"/>
        <Class IRI="#ProyekAkhir"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#RancangBangunAlat"/>
        <Class IRI="#JenisTopik"/>
    </SubClassOf>
    <SubClassOf>
        <Class IRI="#RancangBangunSistem"/>
        <Class IRI="#JenisTopik"/>
    </SubClassOf>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#hasProgramStudi"/>
        <Class IRI="#Dosen"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#hasProgramStudi"/>
        <Class IRI="#Mahasiswa"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#hasProyekAkhir"/>
        <Class IRI="#Dosen"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#hasProyekAkhir"/>
        <Class IRI="#Mahasiswa"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#hasProyekAkhir"/>
        <Class IRI="#Profesional"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#hasTopik"/>
        <Class IRI="#ProyekAkhirD3"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#hasTopik"/>
        <Class IRI="#ProyekAkhirD4"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#inJenisTopik"/>
        <Class IRI="#ImplementasiModel"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#inJenisTopik"/>
        <Class IRI="#ModifikasiAlat"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#inJenisTopik"/>
        <Class IRI="#ModifikasiSistem"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#inJenisTopik"/>
        <Class IRI="#PerbandinganAnalisisEvaluasi"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#inJenisTopik"/>
        <Class IRI="#RancangBangunAlat"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#inJenisTopik"/>
        <Class IRI="#RancangBangunSistem"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#isProgramStudiOf"/>
        <Class IRI="#ProgramStudi"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#isProyekAkhirOf"/>
        <Class IRI="#ProyekAkhirD3"/>
    </ObjectPropertyDomain>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="#isProyekAkhirOf"/>
        <Class IRI="#ProyekAkhirD4"/>
    </ObjectPropertyDomain>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#hasProgramStudi"/>
        <Class IRI="#ProgramStudi"/>
    </ObjectPropertyRange>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#hasProyekAkhir"/>
        <Class IRI="#ProyekAkhirD3"/>
    </ObjectPropertyRange>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#hasProyekAkhir"/>
        <Class IRI="#ProyekAkhirD4"/>
    </ObjectPropertyRange>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#hasTopik"/>
        <Class IRI="#JenisTopik"/>
    </ObjectPropertyRange>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#inJenisTopik"/>
        <Class IRI="#JenisTopik"/>
    </ObjectPropertyRange>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#isProgramStudiOf"/>
        <Class IRI="#Dosen"/>
    </ObjectPropertyRange>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#isProgramStudiOf"/>
        <Class IRI="#Mahasiswa"/>
    </ObjectPropertyRange>
    <ObjectPropertyRange>
        <ObjectProperty IRI="#isProyekAkhirOf"/>
        <Class IRI="#Peneliti"/>
    </ObjectPropertyRange>
    <DataPropertyDomain>
        <DataProperty IRI="#judul"/>
        <Class IRI="#ProyekAkhirD3"/>
    </DataPropertyDomain>
    <DataPropertyDomain>
        <DataProperty IRI="#judul"/>
        <Class IRI="#ProyekAkhirD4"/>
    </DataPropertyDomain>
    <DataPropertyDomain>
        <DataProperty IRI="#peneliti"/>
        <Class IRI="#ProyekAkhirD3"/>
    </DataPropertyDomain>
    <DataPropertyDomain>
        <DataProperty IRI="#peneliti"/>
        <Class IRI="#ProyekAkhirD4"/>
    </DataPropertyDomain>
</Ontology>



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

