org.weblab_project.core.model.ontology
Class Ontology

java.lang.Object
  extended by org.weblab_project.core.model.Resource
      extended by org.weblab_project.core.model.PieceOfKnowledge
          extended by org.weblab_project.core.model.ontology.Ontology
All Implemented Interfaces:
java.io.Serializable

public class Ontology
extends PieceOfKnowledge
implements java.io.Serializable

Ontologies are introduced as an example of resources that can be used by a service. It contains XML data which is formatted into an RDFS/XML or OWL/XML string and which should refer and/or describe to an ontology scheme. For example it can be used to provide an annotation scheme in accordance to specific service extraction capabilities. As a resource, ontology could be annotated to provide, for example, meta-information on its creation date, its version or its application domain. Data Exchange Model for WebLab platform provided by EADS Ontology package - Version 1.1 - 2009/05

Java class for ontology complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ontology">
   <complexContent>
     <extension base="{http://weblab-project.org/core/model/}pieceOfKnowledge">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.weblab_project.core.model.PieceOfKnowledge
data
 
Fields inherited from class org.weblab_project.core.model.Resource
annotation, descriptor, uri
 
Constructor Summary
Ontology()
           
 
Method Summary
 
Methods inherited from class org.weblab_project.core.model.PieceOfKnowledge
getData, setData
 
Methods inherited from class org.weblab_project.core.model.Resource
getAnnotation, getDescriptor, getUri, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ontology

public Ontology()


Copyright © 2004-2010. All Rights Reserved.