org.weblab_project.core.ontologies
Class WebLab

java.lang.Object
  extended by org.weblab_project.core.ontologies.WebLab

public final class WebLab
extends java.lang.Object

Author:
EADS WebLab Team
Date:
2008-05-07

Field Summary
static java.lang.String CAN_BE_IGNORED
          Indicate the processing of this media unit can be ignored by a service.
static java.lang.String CLASS_NAMESPACE
          http://weblab-project.org/core/model/class/
static java.lang.String HAS_ANNOTATION
          Links a Resource to one of its Annotation.
static java.lang.String HAS_BEEN_UPDATED_BY
          Indicates the service that has updated automatically or semi-automatically the resource.
static java.lang.String HAS_CELL
          Links a Line one of its Cell.
static java.lang.String HAS_DESCRIPTION
          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
          Gives the limit for the requested query for this order.
static java.lang.String HAS_EXPECTED_OFFSET
          Gives the offset for the requested query for this order.
static java.lang.String HAS_GATHERING_DATE
          Gives the date when the Document where crawled.
static java.lang.String HAS_HIT
          Links a ResultSet to one of its Hit.
static java.lang.String HAS_INNER_MEDIA_UNIT
          Links a Cell its inner MediaUnit.
static java.lang.String HAS_LINE
          Links a Table one of its Line.
static java.lang.String HAS_LOW_LEVEL_DESCRIPTOR
          Links a Resource to one of its LowLevelDescriptor.
static java.lang.String HAS_MEDIA_UNIT
          Links a ComposedUnit to one of its sub MediaUnit.
static java.lang.String HAS_NATIVE_CONTENT
          Links a media unit to its native content.
static java.lang.String HAS_NORMALISED_CONTENT
          Links a media unit to its normalised content.
static java.lang.String HAS_NUMBER_OF_RESULTS
          Gives the total number of results to a given query.
static java.lang.String HAS_ORIGINAL_FILE_NAME
          Gives the name of original file crawled.
static java.lang.String HAS_ORIGINAL_FILE_SIZE
          Gives the number of bytes of the original file crawled.
static java.lang.String HAS_POK_RESULT
          Links a ResultSet its PieceOfKnowledge result.
static java.lang.String HAS_QUERY
          Gives the query for this order.
static java.lang.String HAS_QUERY_IN_COMPOSED
          Links a ComposedQuery one of its Query.
static java.lang.String HAS_QUERY_OFFSET
          Provides the offset about the query in the case of a result set returns by a search service.
static java.lang.String HAS_RANK
          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
          Links a ResourceCollection one of its Resource.
static java.lang.String HAS_RESOURCE_RESULT
          Links a ResultSet to one of its Resource result.
static java.lang.String HAS_RESOURCE_SIM_QUERY
          Links a SimilarityQuery to one of its Resource sample.
static java.lang.String HAS_SCORE
          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
          Links a MediaUnit to one of its Segment.
static java.lang.String HAS_STEM
          Gives the stem for a text.
static java.lang.String HIT
          A hit describes media document properties corresponding to a request.
static java.lang.String IN_CELL
          Links a MediaUnit to its parent Cell.
static java.lang.String IN_COMPOSED_QUERY
          Links a Query to one of its parent ComposedQuery.
static java.lang.String IN_COMPOSED_UNIT
          Links a MediaUnit to its parent ComposedUnit.
static java.lang.String IN_LINE
          Links a Cell to its parent Line.
static java.lang.String IN_MEDIA_UNIT
          Links a Segment to its parent MediaUnit.
static java.lang.String IN_RESOURCE_ANNOTATION
          Links an Annotation to its parent Resource.
static java.lang.String IN_RESOURCE_COLLECTION
          Links a Resource to one of its parent ResourceCollection.
static java.lang.String IN_RESOURCE_LLD
          Links an LowLevelDescriptor to its parent Resource.
static java.lang.String IN_RESULT_SET_POK
          Links a PieceOfKnowldege to one of its parent ResultSet.
static java.lang.String IN_RESULT_SET_RESOURCE
          Links a Resource to one of its parent ResultSet.
static java.lang.String IN_SIMILARITY_QUERY
          Links a Resource to one of its parent SimilarityQuery.
static java.lang.String IN_TABLE
          Links a Line to its parent Table.
static java.lang.String IS_CANDIDATE
          Whether or not is the instance extracted a candidate instance.
static java.lang.String IS_CHILD_OF
          Links a Resource to its parent Resource.
static java.lang.String IS_EXPOSED_AS
          Is exposed on a given protocol at a given address (for instance points to an URL).
static java.lang.String IS_EXPRESSED_WITH
          Gives the language of the query.
static java.lang.String IS_GENERATED_FROM
          Links a media unit result of an automatic (translation, summarisation, transcription) process from a source resource.
static java.lang.String IS_LINKED_TO
          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_PARENT_OF
          Links a Resource to one of its child Resource.
static java.lang.String IS_PRODUCED_BY
          Indicates the service that has produced automatically or semi-automatically the resource
static java.lang.String IS_RESULT_OF
          Links a ResultSet to the Query that has been used to retrieve the set of results.
static java.lang.String PROCESSING_PROPERTY_NAMESPACE
          The base URI of the WebLab Resources Processing properties. http://weblab-project.org/core/model/property/processing
static java.lang.String REFERS_TO
          Refers to an given instance.
static java.lang.String RETRIEVAL_PROPERTY_NAMESPACE
          The base URI of the WebLab Resources Retrieval properties. http://weblab-project.org/core/model/property/retrieval
static java.lang.String SEARCH_ORDER
          A SearchOrder describe a search order requested by a user or a service.
static java.lang.String STRUCTURE_NAMESPACE
          The base URI of the WebLab structure properties. http://weblab-project.org/core/model/property/structure/
 
Method Summary
static java.lang.Class<? extends org.weblab_project.core.model.Resource> getClassFromUri(java.lang.String uri)
          Inverse method of getUriFromClass(Class).
static java.lang.String getUriFromClass(java.lang.Class<? extends org.weblab_project.core.model.Resource> resourceClass)
          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

CLASS_NAMESPACE

public static final java.lang.String CLASS_NAMESPACE
http://weblab-project.org/core/model/class/

See Also:
Constant Field Values

RETRIEVAL_PROPERTY_NAMESPACE

public static final java.lang.String RETRIEVAL_PROPERTY_NAMESPACE
The base URI of the WebLab Resources Retrieval properties. http://weblab-project.org/core/model/property/retrieval

See Also:
Constant Field Values

PROCESSING_PROPERTY_NAMESPACE

public static final java.lang.String PROCESSING_PROPERTY_NAMESPACE
The base URI of the WebLab Resources Processing properties. http://weblab-project.org/core/model/property/processing

See Also:
Constant Field Values

STRUCTURE_NAMESPACE

public static final java.lang.String STRUCTURE_NAMESPACE
The base URI of the WebLab structure properties. http://weblab-project.org/core/model/property/structure/

See Also:
Constant Field Values

IS_CHILD_OF

public static final java.lang.String IS_CHILD_OF
Links a Resource to its parent Resource.

See Also:
Constant Field Values

IS_PARENT_OF

public static final java.lang.String IS_PARENT_OF
Links a Resource to one of its child Resource.

See Also:
Constant Field Values

HAS_SEGMENT

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

See Also:
Constant Field Values

IN_MEDIA_UNIT

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

See Also:
Constant Field Values

HAS_MEDIA_UNIT

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

See Also:
Constant Field Values

IN_COMPOSED_UNIT

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

See Also:
Constant Field Values

HAS_ANNOTATION

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

See Also:
Constant Field Values

IN_RESOURCE_ANNOTATION

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

See Also:
Constant Field Values

HAS_LOW_LEVEL_DESCRIPTOR

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

See Also:
Constant Field Values

IN_RESOURCE_LLD

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

See Also:
Constant Field Values

HAS_INNER_MEDIA_UNIT

public static final java.lang.String HAS_INNER_MEDIA_UNIT
Links a Cell its inner MediaUnit.

See Also:
Constant Field Values

IN_CELL

public static final java.lang.String IN_CELL
Links a MediaUnit to its parent Cell.

See Also:
Constant Field Values

HAS_CELL

public static final java.lang.String HAS_CELL
Links a Line one of its Cell.

See Also:
Constant Field Values

IN_LINE

public static final java.lang.String IN_LINE
Links a Cell to its parent Line.

See Also:
Constant Field Values

HAS_LINE

public static final java.lang.String HAS_LINE
Links a Table one of its Line.

See Also:
Constant Field Values

IN_TABLE

public static final java.lang.String IN_TABLE
Links a Line to its parent Table.

See Also:
Constant Field Values

HAS_RESOURCE

public static final java.lang.String HAS_RESOURCE
Links a ResourceCollection one of its Resource.

See Also:
Constant Field Values

IN_RESOURCE_COLLECTION

public static final java.lang.String IN_RESOURCE_COLLECTION
Links a Resource to one of its parent ResourceCollection.

See Also:
Constant Field Values

HAS_RESOURCE_RESULT

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

See Also:
Constant Field Values

IN_RESULT_SET_RESOURCE

public static final java.lang.String IN_RESULT_SET_RESOURCE
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
Links a ResultSet its PieceOfKnowledge result.

See Also:
Constant Field Values

IN_RESULT_SET_POK

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

See Also:
Constant Field Values

HAS_QUERY_IN_COMPOSED

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

See Also:
Constant Field Values

IN_COMPOSED_QUERY

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

See Also:
Constant Field Values

HAS_RESOURCE_SIM_QUERY

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

See Also:
Constant Field Values

IN_SIMILARITY_QUERY

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

See Also:
Constant Field Values

HAS_NATIVE_CONTENT

public static final java.lang.String HAS_NATIVE_CONTENT
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
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
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
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
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
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
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
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
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
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
Gives the name of original file crawled.

See Also:
Constant Field Values

HAS_GATHERING_DATE

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

See Also:
Constant Field Values

HAS_STEM

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

See Also:
Constant Field Values

HIT

public static final java.lang.String HIT
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
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
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
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
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
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
Links a ResultSet to one of its Hit.

See Also:
Constant Field Values

HAS_DESCRIPTION

public static final java.lang.String HAS_DESCRIPTION
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
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
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
Gives the language of the query.

See Also:
Constant Field Values

HAS_QUERY

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

See Also:
Constant Field Values

HAS_EXPECTED_OFFSET

public static final java.lang.String HAS_EXPECTED_OFFSET
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
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 org.weblab_project.core.model.Resource> resourceClass)
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)

getClassFromUri

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

Parameters:
uri - The URI denoting a WebLab class in the ontology
Returns:
The java class
See Also:
getUriFromClass(Class)


Copyright © 2004-2009. All Rights Reserved.