org.ow2.weblab.core.extended.ontologies
Class WebLab

java.lang.Object
  extended by org.ow2.weblab.core.extended.ontologies.WebLab

Deprecated. This class has been split into three files to better reflect the ontologies of Model

@Deprecated
public final class WebLab
extends java.lang.Object

Author:
Cassidian WebLab Team
See Also:
WebLabModel, WebLabProcessing, WebLabRetrieval
Date:
2008-05-07

Field Summary
static java.lang.String CAN_BE_IGNORED
          Deprecated. Indicate the processing of this media unit can be ignored by a service.
static java.lang.String CLASS_NAMESPACE
          Deprecated. http://weblab.ow2.org/core/1.2/ontology/model#
static java.lang.String HAS_ANNOTATION
          Deprecated. Links a Resource to one of its Annotation.
static java.lang.String HAS_BEEN_UPDATED_BY
          Deprecated. Indicates the service that has updated automatically or semi-automatically the resource.
static java.lang.String HAS_DESCRIPTION
          Deprecated. Provides the snippet of a given media unit regarding a given query in the case of a result set returns by a search service.
static java.lang.String HAS_EXPECTED_LIMIT
          Deprecated. Gives the limit for the requested query for this order.
static java.lang.String HAS_EXPECTED_OFFSET
          Deprecated. Gives the offset for the requested query for this order.
static java.lang.String HAS_GATHERING_DATE
          Deprecated. Gives the date when the Document where crawled.
static java.lang.String HAS_HIT
          Deprecated. Links a ResultSet to one of its Hit.
static java.lang.String HAS_LOW_LEVEL_DESCRIPTOR
          Deprecated. Links a Resource to one of its LowLevelDescriptor.
static java.lang.String HAS_MEDIA_UNIT
          Deprecated. 
static java.lang.String HAS_NATIVE_CONTENT
          Deprecated. Links a media unit to its native content.
static java.lang.String HAS_NORMALISED_CONTENT
          Deprecated. Links a media unit to its normalised content.
static java.lang.String HAS_NUMBER_OF_RESULTS
          Deprecated. Gives the total number of results to a given query.
static java.lang.String HAS_ORIGINAL_FILE_NAME
          Deprecated. Gives the name of original file crawled.
static java.lang.String HAS_ORIGINAL_FILE_SIZE
          Deprecated. Gives the number of bytes of the original file crawled.
static java.lang.String HAS_POK_RESULT
          Deprecated. Links a ResultSet its PieceOfKnowledge result.
static java.lang.String HAS_QUERY
          Deprecated. 
static java.lang.String HAS_QUERY_IN_COMPOSED
          Deprecated. 
static java.lang.String HAS_QUERY_OFFSET
          Deprecated. Provides the offset about the query in the case of a result set returns by a search service.
static java.lang.String HAS_RANK
          Deprecated. Provides the rank of a given media unit regarding a given query in the case of a result collection returns by a search service.
static java.lang.String HAS_RESOURCE
          Deprecated. 
static java.lang.String HAS_RESOURCE_RESULT
          Deprecated. 
static java.lang.String HAS_RESOURCE_SIM_QUERY
          Deprecated. 
static java.lang.String HAS_SCORE
          Deprecated. Provides the hit score of a given media unit regarding a given query in the case of a result collection returns by a search service.
static java.lang.String HAS_SEGMENT
          Deprecated. Links a MediaUnit to one of its Segment.
static java.lang.String HAS_STEM
          Deprecated. 
static java.lang.String HIT
          Deprecated. A hit describes media document properties corresponding to a request.
static java.lang.String IN_COMPOSED_QUERY
          Deprecated. Links a Query to one of its parent ComposedQuery.
static java.lang.String IN_COMPOSED_RESOURCE
          Deprecated. Links a Resource to one of its parent ComposedResource.
static java.lang.String IN_COMPOSED_UNIT
          Deprecated. 
static java.lang.String IN_MEDIA_UNIT
          Deprecated. 
static java.lang.String IN_RESOURCE_ANNOTATION
          Deprecated. 
static java.lang.String IN_RESOURCE_LLD
          Deprecated. 
static java.lang.String IN_RESULT_SET_HIT
          Deprecated. Links a Hit to one of its parent ResultSet.
static java.lang.String IN_RESULT_SET_POK
          Deprecated. 
static java.lang.String IN_RESULT_SET_RESOURCE
          Deprecated. Links a Resource to one of its parent ResultSet.
static java.lang.String IN_SIMILARITY_QUERY
          Deprecated. 
static java.lang.String IS_CANDIDATE
          Deprecated. Whether or not is the instance extracted a candidate instance.
static java.lang.String IS_EXPOSED_AS
          Deprecated. Is exposed on a given protocol at a given address (for instance points to an URL).
static java.lang.String IS_EXPRESSED_WITH
          Deprecated. Gives the language of the query.
static java.lang.String IS_GENERATED_FROM
          Deprecated. Links a media unit result of an automatic (translation, summarisation, transcription) process from a source resource.
static java.lang.String IS_LINKED_TO
          Deprecated. Provides the snippet of a given media unit regarding a given query in the case of a result collection returns by a search service.
static java.lang.String IS_PRODUCED_BY
          Deprecated. Indicates the service that has produced automatically or semi-automatically the resource
static java.lang.String IS_RESULT_OF
          Deprecated. Links a ResultSet to the Query that has been used to retrieve the set of results.
static java.lang.String MODEL_NAMESPACE
          Deprecated. http://weblab.ow2.org/core/1.2/ontology/model#
static java.lang.String PROCESSING_PROPERTY_NAMESPACE
          Deprecated. The base URI of the WebLab Resources Processing properties.
static java.lang.String REFERS_TO
          Deprecated. Refers to an given instance.
static java.lang.String RETRIEVAL_PROPERTY_NAMESPACE
          Deprecated. The base URI of the WebLab Resources Retrieval properties.
static java.lang.String SEARCH_ORDER
          Deprecated. A SearchOrder describe a search order requested by a user or a service.
static java.lang.String STRUCTURE_NAMESPACE
          Deprecated. The base URI of the WebLab structure properties.
 
Method Summary
static java.lang.Class<? extends Resource> getClassFromUri(java.lang.String uri)
          Deprecated. Inverse method of getUriFromClass(Class).
static java.lang.String getUriFromClass(java.lang.Class<? extends Resource> resourceClass)
          Deprecated. Use this to get the WebLab ontology owl:Class URI corresponding to a java Class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_NAMESPACE

public static final java.lang.String MODEL_NAMESPACE
Deprecated. 
http://weblab.ow2.org/core/1.2/ontology/model#

See Also:
Constant Field Values

CLASS_NAMESPACE

public static final java.lang.String CLASS_NAMESPACE
Deprecated. 
http://weblab.ow2.org/core/1.2/ontology/model#

See Also:
Constant Field Values

RETRIEVAL_PROPERTY_NAMESPACE

public static final java.lang.String RETRIEVAL_PROPERTY_NAMESPACE
Deprecated. 
The base URI of the WebLab Resources Retrieval properties. http://weblab.ow2.org/core/1.2/ontology/retrieval#

See Also:
Constant Field Values

PROCESSING_PROPERTY_NAMESPACE

public static final java.lang.String PROCESSING_PROPERTY_NAMESPACE
Deprecated. 
The base URI of the WebLab Resources Processing properties. http://weblab.ow2.org/core/1.2/ontology/processing#

See Also:
Constant Field Values

STRUCTURE_NAMESPACE

public static final java.lang.String STRUCTURE_NAMESPACE
Deprecated. 
The base URI of the WebLab structure properties. http://weblab.ow2.org/core/1.2/ontology/model#

See Also:
Constant Field Values

HAS_SEGMENT

public static final java.lang.String HAS_SEGMENT
Deprecated. 
Links a MediaUnit to one of its Segment.

See Also:
Constant Field Values

IN_MEDIA_UNIT

@Deprecated
public static final java.lang.String IN_MEDIA_UNIT
Deprecated. 
Links a Segment to its parent MediaUnit.

See Also:
Constant Field Values

HAS_MEDIA_UNIT

@Deprecated
public static final java.lang.String HAS_MEDIA_UNIT
Deprecated. 
Links a ComposedUnit to one of its sub MediaUnit.

See Also:
Constant Field Values

IN_COMPOSED_UNIT

@Deprecated
public static final java.lang.String IN_COMPOSED_UNIT
Deprecated. 
Links a MediaUnit to its parent ComposedUnit.

See Also:
Constant Field Values

HAS_ANNOTATION

public static final java.lang.String HAS_ANNOTATION
Deprecated. 
Links a Resource to one of its Annotation.

See Also:
Constant Field Values

IN_RESOURCE_ANNOTATION

@Deprecated
public static final java.lang.String IN_RESOURCE_ANNOTATION
Deprecated. 
Links an Annotation to its parent Resource.

See Also:
Constant Field Values
WARNING:
Not maintained

HAS_LOW_LEVEL_DESCRIPTOR

public static final java.lang.String HAS_LOW_LEVEL_DESCRIPTOR
Deprecated. 
Links a Resource to one of its LowLevelDescriptor.

See Also:
Constant Field Values

IN_RESOURCE_LLD

@Deprecated
public static final java.lang.String IN_RESOURCE_LLD
Deprecated. 
Links an LowLevelDescriptor to its parent Resource.

See Also:
Constant Field Values
WARNING:
Not maintained

HAS_RESOURCE

@Deprecated
public static final java.lang.String HAS_RESOURCE
Deprecated. 
Links a ComposedResource one of its Resource.

See Also:
Constant Field Values
WARNING:
Not maintained

IN_COMPOSED_RESOURCE

public static final java.lang.String IN_COMPOSED_RESOURCE
Deprecated. 
Links a Resource to one of its parent ComposedResource.

See Also:
Constant Field Values

HAS_RESOURCE_RESULT

@Deprecated
public static final java.lang.String HAS_RESOURCE_RESULT
Deprecated. 
Links a ResultSet to one of its Resource result.

See Also:
Constant Field Values
WARNING:
Not maintained

IN_RESULT_SET_RESOURCE

public static final java.lang.String IN_RESULT_SET_RESOURCE
Deprecated. 
Links a Resource to one of its parent ResultSet.

See Also:
Constant Field Values

HAS_POK_RESULT

public static final java.lang.String HAS_POK_RESULT
Deprecated. 
Links a ResultSet its PieceOfKnowledge result.

See Also:
Constant Field Values

IN_RESULT_SET_HIT

public static final java.lang.String IN_RESULT_SET_HIT
Deprecated. 
Links a Hit to one of its parent ResultSet.

See Also:
Constant Field Values

IN_RESULT_SET_POK

@Deprecated
public static final java.lang.String IN_RESULT_SET_POK
Deprecated. 
Links a PieceOfKnowldege to one of its parent ResultSet.

See Also:
Constant Field Values
WARNING:
Not maintained

HAS_QUERY_IN_COMPOSED

@Deprecated
public static final java.lang.String HAS_QUERY_IN_COMPOSED
Deprecated. 
Links a ComposedQuery one of its Query.

See Also:
Constant Field Values
WARNING:
Not maintained

IN_COMPOSED_QUERY

public static final java.lang.String IN_COMPOSED_QUERY
Deprecated. 
Links a Query to one of its parent ComposedQuery.

See Also:
Constant Field Values

HAS_RESOURCE_SIM_QUERY

@Deprecated
public static final java.lang.String HAS_RESOURCE_SIM_QUERY
Deprecated. 
Links a SimilarityQuery to one of its Resource sample.

See Also:
Constant Field Values
WARNING:
Not maintained

IN_SIMILARITY_QUERY

@Deprecated
public static final java.lang.String IN_SIMILARITY_QUERY
Deprecated. 
Links a Resource to one of its parent SimilarityQuery.

See Also:
Constant Field Values
WARNING:
Not maintained

HAS_NATIVE_CONTENT

public static final java.lang.String HAS_NATIVE_CONTENT
Deprecated. 
Links a media unit to its native content.

See Also:
Constant Field Values

HAS_NORMALISED_CONTENT

public static final java.lang.String HAS_NORMALISED_CONTENT
Deprecated. 
Links a media unit to its normalised content.

See Also:
Constant Field Values

IS_GENERATED_FROM

public static final java.lang.String IS_GENERATED_FROM
Deprecated. 
Links a media unit result of an automatic (translation, summarisation, transcription) process from a source resource.

See Also:
Constant Field Values

IS_PRODUCED_BY

public static final java.lang.String IS_PRODUCED_BY
Deprecated. 
Indicates the service that has produced automatically or semi-automatically the resource

See Also:
Constant Field Values

HAS_BEEN_UPDATED_BY

public static final java.lang.String HAS_BEEN_UPDATED_BY
Deprecated. 
Indicates the service that has updated automatically or semi-automatically the resource.

See Also:
Constant Field Values

CAN_BE_IGNORED

public static final java.lang.String CAN_BE_IGNORED
Deprecated. 
Indicate the processing of this media unit can be ignored by a service.

See Also:
Constant Field Values

IS_EXPOSED_AS

public static final java.lang.String IS_EXPOSED_AS
Deprecated. 
Is exposed on a given protocol at a given address (for instance points to an URL).

See Also:
Constant Field Values

REFERS_TO

public static final java.lang.String REFERS_TO
Deprecated. 
Refers to an given instance. It might be an existing instance from an Ontology or a instance created in the Document or Text Annotation.

See Also:
Constant Field Values

IS_CANDIDATE

public static final java.lang.String IS_CANDIDATE
Deprecated. 
Whether or not is the instance extracted a candidate instance.

See Also:
Constant Field Values

HAS_ORIGINAL_FILE_SIZE

public static final java.lang.String HAS_ORIGINAL_FILE_SIZE
Deprecated. 
Gives the number of bytes of the original file crawled.

See Also:
Constant Field Values

HAS_ORIGINAL_FILE_NAME

public static final java.lang.String HAS_ORIGINAL_FILE_NAME
Deprecated. 
Gives the name of original file crawled.

See Also:
Constant Field Values

HAS_GATHERING_DATE

public static final java.lang.String HAS_GATHERING_DATE
Deprecated. 
Gives the date when the Document where crawled.

See Also:
Constant Field Values

HAS_STEM

@Deprecated
public static final java.lang.String HAS_STEM
Deprecated. 
Gives the stem for a text.

See Also:
Constant Field Values
WARNING:
Should not exists since 1.2

HIT

public static final java.lang.String HIT
Deprecated. 
A hit describes media document properties corresponding to a request.

See Also:
Constant Field Values

SEARCH_ORDER

public static final java.lang.String SEARCH_ORDER
Deprecated. 
A SearchOrder describe a search order requested by a user or a service.

See Also:
Constant Field Values

IS_RESULT_OF

public static final java.lang.String IS_RESULT_OF
Deprecated. 
Links a ResultSet to the Query that has been used to retrieve the set of results.

See Also:
Constant Field Values

HAS_SCORE

public static final java.lang.String HAS_SCORE
Deprecated. 
Provides the hit score of a given media unit regarding a given query in the case of a result collection returns by a search service.

See Also:
Constant Field Values

HAS_QUERY_OFFSET

public static final java.lang.String HAS_QUERY_OFFSET
Deprecated. 
Provides the offset about the query in the case of a result set returns by a search service.

See Also:
Constant Field Values

HAS_RANK

public static final java.lang.String HAS_RANK
Deprecated. 
Provides the rank of a given media unit regarding a given query in the case of a result collection returns by a search service.

See Also:
Constant Field Values

HAS_HIT

public static final java.lang.String HAS_HIT
Deprecated. 
Links a ResultSet to one of its Hit.

See Also:
Constant Field Values

HAS_DESCRIPTION

public static final java.lang.String HAS_DESCRIPTION
Deprecated. 
Provides the snippet of a given media unit regarding a given query in the case of a result set returns by a search service.

See Also:
Constant Field Values

IS_LINKED_TO

public static final java.lang.String IS_LINKED_TO
Deprecated. 
Provides the snippet of a given media unit regarding a given query in the case of a result collection returns by a search service.

See Also:
Constant Field Values

HAS_NUMBER_OF_RESULTS

public static final java.lang.String HAS_NUMBER_OF_RESULTS
Deprecated. 
Gives the total number of results to a given query.

See Also:
Constant Field Values

IS_EXPRESSED_WITH

public static final java.lang.String IS_EXPRESSED_WITH
Deprecated. 
Gives the language of the query.

See Also:
Constant Field Values

HAS_QUERY

@Deprecated
public static final java.lang.String HAS_QUERY
Deprecated. 
Gives the query for this order.

See Also:
Constant Field Values
WARNING:
Not maintained

HAS_EXPECTED_OFFSET

public static final java.lang.String HAS_EXPECTED_OFFSET
Deprecated. 
Gives the offset for the requested query for this order.

See Also:
Constant Field Values

HAS_EXPECTED_LIMIT

public static final java.lang.String HAS_EXPECTED_LIMIT
Deprecated. 
Gives the limit for the requested query for this order.

See Also:
Constant Field Values
Method Detail

getUriFromClass

public static java.lang.String getUriFromClass(java.lang.Class<? extends Resource> resourceClass)
Deprecated. 
Use this to get the WebLab ontology owl:Class URI corresponding to a java Class.

Parameters:
resourceClass - the java Class
Returns:
the ontology URI class
See Also:
getClassFromUri(String)
WARNING:
Segment are not resources since 1.2

getClassFromUri

public static java.lang.Class<? extends Resource> getClassFromUri(java.lang.String uri)
Deprecated. 
Inverse method of getUriFromClass(Class).

Parameters:
uri - The URI denoting a WebLab class in the ontology
Returns:
The java class
See Also:
getUriFromClass(Class)
WARNING:
Segment are not resources since 1.2


Copyright © 2004-2011 WebLab Project. All Rights Reserved.