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

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

public class WebLabProcessing
extends java.lang.Object

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

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

Field Summary
static java.lang.String CAN_BE_IGNORED
          URI of the property canBeIgnored.
static java.lang.String CLUSTER
          URI of the OWL class Cluster.
static java.lang.String CLUSTER_LINK
          URI of the OWL class ClusterLink.
static java.lang.String HAS_BEEN_UPDATED_BY
          URI of the property hasBeenUpdatedBy.
static java.lang.String HAS_CLUSTER_PROXIMITY
          URI of the property hasClusterProximity.
static java.lang.String HAS_GATHERING_DATE
          URI of the property hasGatheringDate.
static java.lang.String HAS_NATIVE_CONTENT
          URI of the property hasNativeContent.
static java.lang.String HAS_NORMALISED_CONTENT
          URI of the property hasNormalisedContent.
static java.lang.String HAS_ORIGINAL_FILE_NAME
          URI of the property hasOriginalFileName.
static java.lang.String HAS_ORIGINAL_FILE_SIZE
          URI of the property hasOriginalFileSize.
static java.lang.String IS_CANDIDATE
          URI of the property isCandidate.
static java.lang.String IS_CLEANSING_OF
          URI of the property isCleansingOf.
static java.lang.String IS_COMPOSED_BY_CLUSTER
          URI of the property isComposedByCluster.
static java.lang.String IS_DELIMITER_OF
          URI of the property isDelimiterOf.
static java.lang.String IS_DELIMITER_OF_CLEANSING_UNIT
          URI of the property isDelimiterOfCleansingUnit.
static java.lang.String IS_DELIMITER_OF_FRAME_UNIT
          URI of the property isDelimiterOfFrameUnit.
static java.lang.String IS_DELIMITER_OF_RECOGNITION_UNIT
          URI of the property isDelimiterOfRecognitionUnit.
static java.lang.String IS_DELIMITER_OF_SHOT_UNIT
          URI of the property isDelimiterOfShotUnit.
static java.lang.String IS_DELIMITER_OF_SOUNDTRACK_UNIT
          URI of the property isDelimiterOfSoundtrackUnit.
static java.lang.String IS_DELIMITER_OF_SUMMARY_UNIT
          URI of the property isDelimiterOfSummaryUnit.
static java.lang.String IS_DELIMITER_OF_SYNTHESIS_UNIT
          URI of the property isDelimiterOfSynthesisUnit.
static java.lang.String IS_DELIMITER_OF_TRANSCRIPT_UNIT
          URI of the property isDelimiterOfTranscriptUnit.
static java.lang.String IS_DELIMITER_OF_TRANSLATION_UNIT
          URI of the property isDelimiterOfTranslationUnit.
static java.lang.String IS_EXPOSED_AS
          URI of the property isExposedAs.
static java.lang.String IS_FRAME_OF
          URI of the property isFrameOf.
static java.lang.String IS_GENERATED_FROM
          URI of the property isGeneratedFrom.
static java.lang.String IS_IN_CLUSTER
          URI of the property isInCluster.
static java.lang.String IS_INCLUSTER_LINK
          URI of the property isInClusterLink.
static java.lang.String IS_LOCATED_AT
          URI of the property isLocatedAt.
static java.lang.String IS_PRODUCED_BY
          URI of the property isProducedBy.
static java.lang.String IS_RECOGNITION_OF
          URI of the property isRecognitionOf.
static java.lang.String IS_SHOT_OF
          URI of the property isShotOf.
static java.lang.String IS_SOUNDTRACK_OF
          URI of the property isSoundtrackOf.
static java.lang.String IS_SUMMARY_OF
          URI of the property isSummaryOf.
static java.lang.String IS_SYNTHESIS_OF
          URI of the property isSynthesisOf.
static java.lang.String IS_TRANSCRIPT_OF
          URI of the property isTranscriptOf.
static java.lang.String IS_TRANSLATION_OF
          URI of the property isTranslationOf.
static java.lang.String NAMESPACE
          Namespace of the WebLab Processing ontology.
static java.lang.String PREFERRED_PREFIX
          Preferred prefix of the WebLab Processing ontology.
static java.lang.String REFERS_TO
          URI of the property refersTo.
static java.lang.String SERVICE
          URI of the OWL class Service.
 
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 Processing ontology.

See Also:
Constant Field Values

PREFERRED_PREFIX

public static final java.lang.String PREFERRED_PREFIX
Preferred prefix of the WebLab Processing ontology.

See Also:
Constant Field Values

HAS_BEEN_UPDATED_BY

public static final java.lang.String HAS_BEEN_UPDATED_BY
URI of the property hasBeenUpdatedBy. Links a resource to the service that has modified this resource.

See Also:
Constant Field Values

HAS_NATIVE_CONTENT

public static final java.lang.String HAS_NATIVE_CONTENT
URI of the property hasNativeContent. 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
URI of the property hasNormalisedContent. Links a media unit to its normalised content.

See Also:
Constant Field Values

IS_COMPOSED_BY_CLUSTER

public static final java.lang.String IS_COMPOSED_BY_CLUSTER
URI of the property isComposedByCluster. Link a ClusterLink with its two components clusters.

See Also:
Constant Field Values

IS_GENERATED_FROM

public static final java.lang.String IS_GENERATED_FROM
URI of the property isGeneratedFrom. Links a resource result of an automatic (translation, summarisation, transcription) process to its source resource.

See Also:
Constant Field Values

IS_SHOT_OF

public static final java.lang.String IS_SHOT_OF
URI of the property isShotOf. Links a shot Video to its source Video.

See Also:
Constant Field Values

IS_FRAME_OF

public static final java.lang.String IS_FRAME_OF
URI of the property isFrameOf. Links a frame Image to its source Video.

See Also:
Constant Field Values

IS_SOUNDTRACK_OF

public static final java.lang.String IS_SOUNDTRACK_OF
URI of the property isSoundtrackOf. Links a soundtrack to its source Video.

See Also:
Constant Field Values

IS_TRANSCRIPT_OF

public static final java.lang.String IS_TRANSCRIPT_OF
URI of the property isTranscriptOf. Links a transcript to its source (Image or Video MediaUnit).

See Also:
Constant Field Values

IS_TRANSLATION_OF

public static final java.lang.String IS_TRANSLATION_OF
URI of the property isTranslationOf. Links translated Text or LinearSegment to its source Text or LinearSegment.

See Also:
Constant Field Values

IS_RECOGNITION_OF

public static final java.lang.String IS_RECOGNITION_OF
URI of the property isRecognitionOf. Links an extracted Text to its source Image.

See Also:
Constant Field Values

IS_SYNTHESIS_OF

public static final java.lang.String IS_SYNTHESIS_OF
URI of the property isSynthesisOf. Links a synthesized Audio unit to its source Text.

See Also:
Constant Field Values

IS_SUMMARY_OF

public static final java.lang.String IS_SUMMARY_OF
URI of the property isSummaryOf. Links a summary to its source Text.

See Also:
Constant Field Values

IS_CLEANSING_OF

public static final java.lang.String IS_CLEANSING_OF
URI of the property isCleansingOf. Links a cleansed MediaUnit to its source MediaUnit.

See Also:
Constant Field Values

IS_DELIMITER_OF_SHOT_UNIT

public static final java.lang.String IS_DELIMITER_OF_SHOT_UNIT
URI of the property isDelimiterOfShotUnit. Links a segment to the shot MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_FRAME_UNIT

public static final java.lang.String IS_DELIMITER_OF_FRAME_UNIT
URI of the property isDelimiterOfFrameUnit. Links a segment to the frame MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_TRANSCRIPT_UNIT

public static final java.lang.String IS_DELIMITER_OF_TRANSCRIPT_UNIT
URI of the property isDelimiterOfTranscriptUnit. Links a segment to the transcript MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_TRANSLATION_UNIT

public static final java.lang.String IS_DELIMITER_OF_TRANSLATION_UNIT
URI of the property isDelimiterOfTranslationUnit. Links a segment to the translation MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_RECOGNITION_UNIT

public static final java.lang.String IS_DELIMITER_OF_RECOGNITION_UNIT
URI of the property isDelimiterOfRecognitionUnit. Links a segment to the recognition MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_SYNTHESIS_UNIT

public static final java.lang.String IS_DELIMITER_OF_SYNTHESIS_UNIT
URI of the property isDelimiterOfSynthesisUnit. Links a segment to the synthesis MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_SUMMARY_UNIT

public static final java.lang.String IS_DELIMITER_OF_SUMMARY_UNIT
URI of the property isDelimiterOfSummaryUnit. Links a segment to the summary MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_CLEANSING_UNIT

public static final java.lang.String IS_DELIMITER_OF_CLEANSING_UNIT
URI of the property isDelimiterOfCleansingUnit. Links a segment to the cleansing MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF_SOUNDTRACK_UNIT

public static final java.lang.String IS_DELIMITER_OF_SOUNDTRACK_UNIT
URI of the property isDelimiterOfSoundtrackUnit. Links a segment to the soundtrack MediaUnit it represents.

See Also:
Constant Field Values

IS_DELIMITER_OF

public static final java.lang.String IS_DELIMITER_OF
URI of the property isDelimiterOf. Links a segment to the MediaUnit it represents.

See Also:
Constant Field Values

IS_IN_CLUSTER

public static final java.lang.String IS_IN_CLUSTER
URI of the property isInCluster. Links a WebLab Document to a Cluster.

See Also:
Constant Field Values

IS_INCLUSTER_LINK

public static final java.lang.String IS_INCLUSTER_LINK
URI of the property isInClusterLink. Links a cluster to a ClusterLink.

See Also:
Constant Field Values

IS_PRODUCED_BY

public static final java.lang.String IS_PRODUCED_BY
URI of the property isProducedBy. Indicates the service that has produced automatically or semi-automatically the resource.

See Also:
Constant Field Values

REFERS_TO

public static final java.lang.String REFERS_TO
URI of the property refersTo. Links a segment to an instance of a recognised entity (given its URI).

See Also:
Constant Field Values

IS_LOCATED_AT

public static final java.lang.String IS_LOCATED_AT
URI of the property isLocatedAt. Links a MediaUnit to the segment from which it has been produced.

See Also:
Constant Field Values

CAN_BE_IGNORED

public static final java.lang.String CAN_BE_IGNORED
URI of the property canBeIgnored. Indicates whether or not a MediaUnit can be ignored by a service.

See Also:
Constant Field Values

HAS_CLUSTER_PROXIMITY

public static final java.lang.String HAS_CLUSTER_PROXIMITY
URI of the property hasClusterProximity. Value that corresponds to the proximity between the two clusters implied in a cluster link.

See Also:
Constant Field Values

HAS_GATHERING_DATE

public static final java.lang.String HAS_GATHERING_DATE
URI of the property hasGatheringDate. Gives the date when the Document was gathered.

See Also:
Constant Field Values

HAS_ORIGINAL_FILE_NAME

public static final java.lang.String HAS_ORIGINAL_FILE_NAME
URI of the property hasOriginalFileName. Gives the name of the original file gathered.

See Also:
Constant Field Values

HAS_ORIGINAL_FILE_SIZE

public static final java.lang.String HAS_ORIGINAL_FILE_SIZE
URI of the property hasOriginalFileSize. Gives the number of bytes of the original file gathered.

See Also:
Constant Field Values

IS_CANDIDATE

public static final java.lang.String IS_CANDIDATE
URI of the property isCandidate. Indicates whether or not is the instance extracted a candidate instance.

See Also:
Constant Field Values

IS_EXPOSED_AS

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

See Also:
Constant Field Values

CLUSTER

public static final java.lang.String CLUSTER
URI of the OWL class Cluster. A cluster is a set of resources that share some characteristics.

See Also:
Constant Field Values

CLUSTER_LINK

public static final java.lang.String CLUSTER_LINK
URI of the OWL class ClusterLink. A link between exactly two clusters.

See Also:
Constant Field Values

SERVICE

public static final java.lang.String SERVICE
URI of the OWL class Service. A service able to deal with WebLab resources.

See Also:
Constant Field Values


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