CNLPA-Ontology Modelling
This type of modelling the CNLPA-ontology is focussed on its classes called objects in contrast to a later more process-oriented modelling proposed in the CNLPA-ontology-process. A step further towards a polycontextural modelling is introduced by the CNLPA-ontology-polylogic.
All three approaches are designed along the lines of the SHOE-CS Department-ontology.
<!-- Here we indicate that this document is conformant with SHOE 1.0 -->
<META HTTP-EQUIV="SHOE" CONTENT="VERSION=1.0">
<TITLE> Our CNLPA Ontology-object </TITLE>
<!-- Here we declare the ontology's name and version -->
<ONTOLOGY ID=cnlpa-ontology-object" VERSION="1.0">
<!-- Here we declare that we're borrowing from another ontology -->
<USE-ONTOLOGY ID="base-ontology" VERSION="1.0" PREFIX="base"
URL="http://www.cs.umd.edu/projects/plus/SHOE/base.html">
<!-- Here we lay out our category hierarchy -->
<DEF-CATEGORY NAME="Organization" ISA="base.SHOEEntity">
<DEF-CATEGORY NAME="Person" ISA="base.SHOEEntity">
<DEF-CATEGORY NAME="Publication" ISA="base.SHOEEntity">
<DEF-CATEGORY NAME="Seminars" ISA="base.SHOEEntity">
<DEF-CATEGORY NAME="Cooperations" ISA="base.SHOEEntity">
<DEF-CATEGORY NAME="Buildings" ISA="base.SHOEEntity">
<DEF-CATEGORY NAME="ResearchGroup" ISA="Organization">
<DEF-CATEGORY NAME="Department" ISA="Organization">
<DEF-CATEGORY NAME="Worker" ISA="Person">
<DEF-CATEGORY NAME="Faculty" ISA="Worker">
<DEF-CATEGORY NAME="Trainer" ISA="Worker">
<DEF-CATEGORY NAME="AdministrativeStaff" ISA="Worker">
<DEF-CATEGORY NAME="Teilnehmer" ISA="Person">
<DEF-CATEGORY NAME="Secretary" ISA="AdministrativeStaff">
<DEF-CATEGORY NAME="Chair" ISA="AdministrativeStaff Trainer">