org.apache.stanbol.enhancer.servicesapi.rdf
Class TechnicalClasses

java.lang.Object
  extended by org.apache.stanbol.enhancer.servicesapi.rdf.TechnicalClasses

public class TechnicalClasses
extends java.lang.Object

Classes to be used as types for resources that are not real life entities but technical data modeling for Stanbol Enhancer components.

Author:
ogrisel

Field Summary
static org.apache.clerezza.rdf.core.UriRef ANNOTEA_ANNOTATION
          Deprecated.  
static org.apache.clerezza.rdf.core.UriRef ENHANCER_CATEGORY
          Used to indicate, that an EntityAnnotation describes an Categorisation.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_ENHANCEMENT
          Type used for all enhancement created by Stanbol Enhancer
static org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITYANNOTATION
          Type used for annotations of named entities.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_EXTRACTION
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_TEXTANNOTATION
          Type used for annotations on Text created by Stanbol Enhancer.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_TOPICANNOTATION
          Type used for annotations documents.
static org.apache.clerezza.rdf.core.UriRef FOAF_DOCUMENT
          To be used to type the URI of the content item being annotated by Stanbol Enhancer
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENHANCER_ENHANCEMENT

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_ENHANCEMENT
Type used for all enhancement created by Stanbol Enhancer


ENHANCER_TEXTANNOTATION

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_TEXTANNOTATION
Type used for annotations on Text created by Stanbol Enhancer. This type is intended to be used in combination with ENHANCER_ENHANCEMENT


ENHANCER_ENTITYANNOTATION

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITYANNOTATION
Type used for annotations of named entities. This type is intended to be used in combination with ENHANCER_ENHANCEMENT


ENHANCER_TOPICANNOTATION

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_TOPICANNOTATION
Type used for annotations documents. This type is intended to be used in combination with ENHANCER_ENHANCEMENT and ENHANCER_ENTITYANNOTATION as a complimentary marker to suggest that the referenced is the one of the primary topic of the whole document or of a specific section specified by a linked TextAnnotation. The entity or concept is not necessarily explicitly mentioned in the document (like a traditional entity occurrence would).


ENHANCER_EXTRACTION

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_EXTRACTION
Deprecated. 
To be used as a type pour any semantic knowledge extraction


ANNOTEA_ANNOTATION

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ANNOTEA_ANNOTATION
Deprecated. 
To be used as a complement type for extraction that are relevant only to the portion of context item (i.e. a sentence, an expression, a word) TODO: rwesten: Check how this standard can be used for Stanbol Enhancer enhancements


FOAF_DOCUMENT

public static final org.apache.clerezza.rdf.core.UriRef FOAF_DOCUMENT
To be used to type the URI of the content item being annotated by Stanbol Enhancer


ENHANCER_CATEGORY

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_CATEGORY
Used to indicate, that an EntityAnnotation describes an Categorisation. see Mapping of Categories for more Information)



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.