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

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

public class Properties
extends java.lang.Object

Namespace of standard properties to be used as typed metadata by EnhancementEngine. Copy and paste the URLs in a browser to access the official definitions (RDF schema) of those properties to.

Author:
ogrisel

Field Summary
static org.apache.clerezza.rdf.core.UriRef DC_CREATED
          Creation date of a resource.
static org.apache.clerezza.rdf.core.UriRef DC_CREATOR
          The entity responsible for the creation of a resource.
static org.apache.clerezza.rdf.core.UriRef DC_FILEFORMAT
          Deprecated. dc:FileFormat does not exist
static org.apache.clerezza.rdf.core.UriRef DC_LANGUAGE
          Language of the content item text.
static org.apache.clerezza.rdf.core.UriRef DC_REFERENCES
          Deprecated. use ENHANCER_ENTITY instead
static org.apache.clerezza.rdf.core.UriRef DC_RELATION
          A related resource.
static org.apache.clerezza.rdf.core.UriRef DC_REQUIRES
          A related resource that is required by the described resource to support its function, delivery, or coherence.
static org.apache.clerezza.rdf.core.UriRef DC_SUBJECT
          Deprecated. rwesten: To my knowledge no longer used by Stanbol Enhancer enhancement specification
static org.apache.clerezza.rdf.core.UriRef DC_TYPE
          The nature or genre of the resource.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_CONFIDENCE
          A positive double value to rank extractions according to the algorithm confidence in the accuracy of the extraction.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_END
          the character position of the end of a text selection.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITY_LABEL
          The label(s) of the referred entity
static org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITY_REFERENCE
          This refers to the URI identifying the referred named entity
static org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITY_TYPE
          This property can be used to specify the type of the entity (Optional)
static org.apache.clerezza.rdf.core.UriRef ENHANCER_EXTRACTED_FROM
          Refers to the content item the enhancement was extracted form
static org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_CONTEXT
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_OCCURENCE
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_POSITION_END
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_POSITION_START
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_RELATED_CONTENT_ITEM
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_RELATED_TOPIC
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_RELATED_TOPIC_LABEL
          Deprecated. 
static org.apache.clerezza.rdf.core.UriRef ENHANCER_SELECTED_TEXT
          The text selected by the text annotation.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_SELECTION_CONTEXT
          The context (surroundings) of the text selected.
static org.apache.clerezza.rdf.core.UriRef ENHANCER_START
          the character position of the start of a text selection.
static org.apache.clerezza.rdf.core.UriRef FOAF_SHA1
          The sha1 hexadecimal digest of a content item.
static org.apache.clerezza.rdf.core.UriRef GEO_LAT
           
static org.apache.clerezza.rdf.core.UriRef GEO_LONG
           
static org.apache.clerezza.rdf.core.UriRef GEORSS_POINT
          A point on the surface of the earth given by two signed floats (latitude and longitude) concatenated as a string literal using a whitespace as separator.
static org.apache.clerezza.rdf.core.UriRef RDF_TYPE
          The canonical way to give the type of a resource.
static org.apache.clerezza.rdf.core.UriRef RDFS_LABEL
          A label for resources of any type.
 
Constructor Summary
Properties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDF_TYPE

public static final org.apache.clerezza.rdf.core.UriRef RDF_TYPE
The canonical way to give the type of a resource. It is very common that the target of this property is an owl:Class such as the ones defined is OntologyClass


RDFS_LABEL

public static final org.apache.clerezza.rdf.core.UriRef RDFS_LABEL
A label for resources of any type.


DC_REFERENCES

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef DC_REFERENCES
Deprecated. use ENHANCER_ENTITY instead
Used to relate a content item to another named resource such as a person, a location, an organization, ...


DC_CREATED

public static final org.apache.clerezza.rdf.core.UriRef DC_CREATED
Creation date of a resource. Used by Stanbol Enhancer to annotate the creation date of the enhancement by the enhancement engine


DC_CREATOR

public static final org.apache.clerezza.rdf.core.UriRef DC_CREATOR
The entity responsible for the creation of a resource. Used by Stanbol Enhancer to annotate the enhancement engine that created an enhancement


DC_TYPE

public static final org.apache.clerezza.rdf.core.UriRef DC_TYPE
The nature or genre of the resource. Stanbol Enhancer uses this property to refer to the type of the enhancement. Values should be URIs defined in some controlled vocabulary


DC_REQUIRES

public static final org.apache.clerezza.rdf.core.UriRef DC_REQUIRES
A related resource that is required by the described resource to support its function, delivery, or coherence. Stanbol Enhancer uses this property to refer to other enhancements an enhancement depends on.


DC_RELATION

public static final org.apache.clerezza.rdf.core.UriRef DC_RELATION
A related resource. Stanbol Enhancer uses this property to define enhancements that are referred by the actual one


GEORSS_POINT

public static final org.apache.clerezza.rdf.core.UriRef GEORSS_POINT
A point on the surface of the earth given by two signed floats (latitude and longitude) concatenated as a string literal using a whitespace as separator.


GEO_LAT

public static final org.apache.clerezza.rdf.core.UriRef GEO_LAT

GEO_LONG

public static final org.apache.clerezza.rdf.core.UriRef GEO_LONG

ENHANCER_EXTRACTED_FROM

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_EXTRACTED_FROM
Refers to the content item the enhancement was extracted form


ENHANCER_START

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_START
the character position of the start of a text selection.


ENHANCER_END

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_END
the character position of the end of a text selection.


ENHANCER_SELECTED_TEXT

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_SELECTED_TEXT
The text selected by the text annotation. This is an optional property


ENHANCER_SELECTION_CONTEXT

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_SELECTION_CONTEXT
The context (surroundings) of the text selected. (e.g. the sentence containing a person selected by a NLP enhancer)


ENHANCER_CONFIDENCE

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_CONFIDENCE
A positive double value to rank extractions according to the algorithm confidence in the accuracy of the extraction.


ENHANCER_ENTITY_REFERENCE

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITY_REFERENCE
This refers to the URI identifying the referred named entity


ENHANCER_ENTITY_TYPE

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITY_TYPE
This property can be used to specify the type of the entity (Optional)


ENHANCER_ENTITY_LABEL

public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_ENTITY_LABEL
The label(s) of the referred entity


DC_FILEFORMAT

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef DC_FILEFORMAT
Deprecated. dc:FileFormat does not exist
Internet Media Type of a content item.


DC_LANGUAGE

public static final org.apache.clerezza.rdf.core.UriRef DC_LANGUAGE
Language of the content item text.


DC_SUBJECT

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef DC_SUBJECT
Deprecated. rwesten: To my knowledge no longer used by Stanbol Enhancer enhancement specification
The topic of the resource. Used to relate a content item to a skos:Concept modelling one of the overall topic of the content.


FOAF_SHA1

public static final org.apache.clerezza.rdf.core.UriRef FOAF_SHA1
The sha1 hexadecimal digest of a content item.


ENHANCER_RELATED_CONTENT_ITEM

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_RELATED_CONTENT_ITEM
Deprecated. 
Link an semantic extraction or a manual annotation to a content item.


ENHANCER_RELATED_TOPIC

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_RELATED_TOPIC
Deprecated. 

ENHANCER_RELATED_TOPIC_LABEL

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_RELATED_TOPIC_LABEL
Deprecated. 

ENHANCER_MENTIONED_ENTITY_POSITION_START

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_POSITION_START
Deprecated. 

ENHANCER_MENTIONED_ENTITY_POSITION_END

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_POSITION_END
Deprecated. 

ENHANCER_MENTIONED_ENTITY_CONTEXT

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_CONTEXT
Deprecated. 

ENHANCER_MENTIONED_ENTITY_OCCURENCE

@Deprecated
public static final org.apache.clerezza.rdf.core.UriRef ENHANCER_MENTIONED_ENTITY_OCCURENCE
Deprecated. 
Constructor Detail

Properties

public Properties()


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