Ontology: Aktive-Portal-Ontology; Representation Language: OCML; File: research-areas

This ontology was created by the Advanced Knowledge Technologies (AKT) project. AKT is an Interdisciplinary Research Collaboration (IRC), which is sponsored by the UK Engineering and Physical Sciences Research Council under grant number GR/N15764/01. The AKT IRC comprises the Universities of Aberdeen, Edinburgh, Sheffield, Southampton and the Open University.

;;; Mode: Lisp; Package: ocml

;;; The Open University

(in-package "OCML")

(in-ontology aktive-portal-ontology)


;;;This file  provides a very simple notion of GENERIC-AREA-OF-INTEREST,
;;;with two main subclasses: BUSINESS-AREA and RESEARCH-AREA.
;;;Areas can have sub-areas, e.g., adaptive-hypermedia is a sub-area of
;;;hypermedia.
;;;I have also done an initial list of research areas relevant to AKT.  I have
;;;used the sub-area-of slot very timidly, because I know that these are very 
;;;sensitive relations!

(def-class GENERIC-AREA-OF-INTEREST (intangible-thing) Show the class generic-area-of-interest in WebOnto
 "A generic class to specify generic areas for research or business initiatives.
  For instance, the area in which a project is situated"
 ((sub-area-of :type generic-area-of-interest)))


(def-class RESEARCH-AREA (generic-area-of-interest) Show the class research-area in WebOnto
  ((sub-area-of :type research-area)))

(def-class BUSINESS-AREA (generic-area-of-interest) Show the class business-area in WebOnto
  )

(def-instance  LEARNING-RESEARCH-AREA  research-area)  Show the instance learning-research-area in WebOnto

(def-instance COMPUTING-RESEARCH-AREA research-area) Show the instance computing-research-area in WebOnto

(def-instance ARTIFICIAL-INTELLIGENCE-RESEARCH-AREA research-area Show the instance artificial-intelligence-research-area in WebOnto
  )

(def-instance COGNITIVE-MODELLING-RESEARCH-AREA research-area Show the instance cognitive-modelling-research-area in WebOnto
  )

(def-instance E-COMMERCE-RESEARCH-AREA research-area) Show the instance e-commerce-research-area in WebOnto

(def-instance TELEPRESENCE-RESEARCH-AREA research-area) Show the instance telepresence-research-area in WebOnto

(def-instance HUMAN-COMPUTER-INTERACTION research-area Show the instance human-computer-interaction in WebOnto
  ((sub-area-of computing-research-area)))

(def-instance SOFTWARE-VISUALIZATION  research-area Show the instance software-visualization in WebOnto
  ((sub-area-of human-computer-interaction)))

(def-instance INFORMATION-RETRIEVAL research-area) Show the instance information-retrieval in WebOnto

(def-instance AGENT-BASED-COMPUTING research-area) Show the instance agent-based-computing in WebOnto

(def-instance HYPERMEDIA research-area) Show the instance hypermedia in WebOnto

(def-instance ADAPTIVE-HYPERMEDIA research-area Show the instance adaptive-hypermedia in WebOnto
  ((sub-area-of hypermedia)))

(def-instance COLLABORATIVE-HYPERMEDIA research-area Show the instance collaborative-hypermedia in WebOnto
  ((sub-area-of hypermedia)))

(def-instance MULTIMEDIA-RESEARCH-AREA  research-area Show the instance multimedia-research-area in WebOnto
  )

(def-instance DYNAMIC-LINKING research-area Show the instance dynamic-linking in WebOnto
  ((sub-area-of adaptive-hypermedia)))

(def-instance ORGANIZATIONAL-LEARNING research-area Show the instance organizational-learning in WebOnto
  ((sub-area-of Learning-research-area)))




(def-instance KNOWLEDGE-MANAGEMENT research-area Show the instance knowledge-management in WebOnto
  )

(def-instance KNOWLEDGE-ACQUISITION research-area Show the instance knowledge-acquisition in WebOnto
  ((sub-area-of knowledge-management)))


(def-instance INCIDENTAL-KA  research-area Show the instance incidental-ka in WebOnto
  ((sub-area-of knowledge-acquisition)))

(def-instance KNOWLEDGE-LIFECYCLE  research-area Show the instance knowledge-lifecycle in WebOnto
  ((sub-area-of knowledge-management)))

(def-instance KNOWLEDGE-MODELLING  research-area Show the instance knowledge-modelling in WebOnto
  ((sub-area-of knowledge-management)))

(def-instance ONTOLOGIES  research-area Show the instance ontologies in WebOnto
  ((sub-area-of knowledge-modelling knowledge-reuse)))

(def-instance WEB-RESEARCH-AREA research-area) Show the instance web-research-area in WebOnto

(def-instance SEMANTIC-WEB-AREA  research-area Show the instance semantic-web-area in WebOnto
  ((sub-area-of web-research-area)))

(def-instance PROBLEM-SOLVING-METHODS  research-area Show the instance problem-solving-methods in WebOnto
  ((sub-area-of knowledge-modelling knowledge-reuse)))

(def-instance KNOWLEDGE-MAINTENANCE  research-area Show the instance knowledge-maintenance in WebOnto
  ((sub-area-of knowledge-management)))


(def-instance KNOWLEDGE-RETRIEVAL  research-area Show the instance knowledge-retrieval in WebOnto
  ((sub-area-of knowledge-management)))

(def-instance KNOWLEDGE-REUSE  research-area Show the instance knowledge-reuse in WebOnto
 ((sub-area-of knowledge-management)) )

(def-instance KNOWLEDGE-PUBLISHING  research-area Show the instance knowledge-publishing in WebOnto
 ((sub-area-of knowledge-management)))

(def-instance LANGUAGE-ENGINEERING  research-area Show the instance language-engineering in WebOnto
  )

(def-instance  INFORMATION-EXTRACTION research-area Show the instance information-extraction in WebOnto
  ((sub-area-of language-engineering)))






























Contact Point

Email: John Domingue (j.b.domingue@open.ac.uk)