org.weblab_project.core.model.ontology
Class Ontology
java.lang.Object
org.weblab_project.core.model.Resource
org.weblab_project.core.model.PieceOfKnowledge
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ontology
public Ontology()
Copyright © 2004-2009. All Rights Reserved.