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

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

public class WebLabRetrieval
extends java.lang.Object

Contains every properties that are defined in the retrieval.owl file of the WebLab model project. This version includes relationships used for WebLab Resources retrieval.

Author:
WebLab Cassidian team
Date:
2011-06-08

Field Summary
static java.lang.String HAS_DESCRIPTION
          URI of the property hasDescription.
static java.lang.String HAS_EXPECTED_LIMIT
          URI of the property hasExpectedLimit.
static java.lang.String HAS_EXPECTED_OFFSET
          URI of the property hasExpectedOffset.
static java.lang.String HAS_HIT
          URI of the property hasHit.
static java.lang.String HAS_NUMBER_OF_RESULTS
          URI of the property hasNumberOfResults.
static java.lang.String HAS_ORDERED_QUERY
          URI of the property hasOrderedQuery.
static java.lang.String HAS_QUERY_OFFSET
          URI of the property hasQueryOffset.
static java.lang.String HAS_RANK
          URI of the property hasRank.
static java.lang.String HAS_SCORE
          URI of the property hasScore.
static java.lang.String HIT
          URI of the OWL class Hit.
static java.lang.String IN_RESULT_SET_HIT
          URI of the property inResultSetHit.
static java.lang.String IS_EXPRESSED_WITH
          URI of the property isExpressedWith.
static java.lang.String IS_LINKED_TO
          URI of the property isLinkedTo.
static java.lang.String IS_RESULT_OF
          URI of the property isResultOf.
static java.lang.String NAMESPACE
          Namespace of the WebLab Retrieval ontology.
static java.lang.String PREFERRED_PREFIX
          Preferred prefix of the WebLab Retrieval Ontology.
static java.lang.String SEARCH_ORDER
          URI of the OWL class SearchOrder.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
Namespace of the WebLab Retrieval ontology.

See Also:
Constant Field Values

PREFERRED_PREFIX

public static final java.lang.String PREFERRED_PREFIX
Preferred prefix of the WebLab Retrieval Ontology.

See Also:
Constant Field Values

HAS_HIT

public static final java.lang.String HAS_HIT
URI of the property hasHit. Gives a hit for ResultSet.

See Also:
Constant Field Values

HAS_ORDERED_QUERY

public static final java.lang.String HAS_ORDERED_QUERY
URI of the property hasOrderedQuery. Gives a link to the requested query for this order.

See Also:
Constant Field Values

IN_RESULT_SET_HIT

public static final java.lang.String IN_RESULT_SET_HIT
URI of the property inResultSetHit. Links a Hit to its ResultSet.

See Also:
Constant Field Values

IS_LINKED_TO

public static final java.lang.String IS_LINKED_TO
URI of the property isLinkedTo. Gives a link to resource for hit.

See Also:
Constant Field Values

IS_RESULT_OF

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

See Also:
Constant Field Values

HAS_DESCRIPTION

public static final java.lang.String HAS_DESCRIPTION
URI of the property hasDescription. Gives a description for a hit.

See Also:
Constant Field Values

HAS_EXPECTED_LIMIT

public static final java.lang.String HAS_EXPECTED_LIMIT
URI of the property hasExpectedLimit. Gives the limit for the requested query for this order.

See Also:
Constant Field Values

HAS_EXPECTED_OFFSET

public static final java.lang.String HAS_EXPECTED_OFFSET
URI of the property hasExpectedOffset. Gives the expected offset for the requested query for this order.

See Also:
Constant Field Values

HAS_NUMBER_OF_RESULTS

public static final java.lang.String HAS_NUMBER_OF_RESULTS
URI of the property hasNumberOfResults. Gives the total number of results for this result set.

See Also:
Constant Field Values

HAS_QUERY_OFFSET

public static final java.lang.String HAS_QUERY_OFFSET
URI of the property hasQueryOffset. 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
URI of the property hasRank. Gives a rank for hit.

See Also:
Constant Field Values

HAS_SCORE

public static final java.lang.String HAS_SCORE
URI of the property hasScore. Gives a score for hit.

See Also:
Constant Field Values

IS_EXPRESSED_WITH

public static final java.lang.String IS_EXPRESSED_WITH
URI of the property isExpressedWith. Gives the language of the query.

See Also:
Constant Field Values

HIT

public static final java.lang.String HIT
URI of the OWL class 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
URI of the OWL class SearchOrder. A SearchOrder describe a search order requested by a user or a service.

See Also:
Constant Field Values


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