|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.vocabulary.DATASOURCE
public class DATASOURCE
Vocabulary File. Created by org.semanticdesktop.aperture.vocabulary.VocabularyWriter on Thu Jul 01 14:28:15 CEST 2010 input file: /core/src/main/resources/org/semanticdesktop/aperture/vocabulary/source2.rdfs namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/source#
Field Summary | |
---|---|
static URI |
condition
Type: Property Label: condition Comment: the condition for this pattern to match Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/source#Pattern Range: http://www.w3.org/2000/01/rdf-schema#Literal |
static URI |
CONTAINS
Type: Class Label: CONTAINS |
static String |
DATASOURCE_RESOURCE_PATH
Path to the ontology resource |
static URI |
dataSourceComment
Type: Property Label: Data Source Comment Comment: A comment about the datasource. |
static URI |
DataSourceDescription
Type: Class Label: DataSourceDescription Comment: A human-readable description of a datasource. |
static URI |
dataSourceName
Type: Property Label: Data Source Name Comment: Name of the type of datasource. |
static URI |
describedDataSourceType
Type: Property Label: describedDataSourceType Comment: The datasource described Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/source#DataSourceDescription Range: http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource |
static URI |
DOES_NOT_CONTAIN
Type: Class Label: DOES_NOT_CONTAIN |
static URI |
ENDS_WITH
Type: Class Label: ENDS_WITH |
static URI |
excludePattern
Type: Property Label: Exclusion Pattern Comment: Pattern to exclude from this datasource Domain: http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource Range: http://aperture.semanticdesktop.org/ontology/2007/08/12/source#Pattern |
static URI |
includePattern
Type: Property Label: Inclusion Pattern Comment: Pattern to include in this datasource Domain: http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource Range: http://aperture.semanticdesktop.org/ontology/2007/08/12/source#Pattern |
static URI |
NS_DATASOURCE
The namespace for DATASOURCE |
static URI |
password
Type: Property Label: Password Comment: The Password used to access this datasource. |
static URI |
Pattern
Type: Class Label: Pattern |
static URI |
RegExpPattern
Type: Class Label: RegExpPattern |
static URI |
STARTS_WITH
Type: Class Label: STARTS_WITH |
static URI |
SubstringPattern
Type: Class Label: SubstringPattern |
static URI |
timeout
Type: Property Label: Timeout Comment: The timeout between two consecutive crawls (in miliseconds) Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/source#DataSource Range: http://www.w3.org/2000/01/rdf-schema#Literal |
static URI |
username
Type: Property Label: Username Comment: Username used for authentication in a data source Domain: http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource Range: http://www.w3.org/2001/XMLSchema#string |
Constructor Summary | |
---|---|
DATASOURCE()
|
Method Summary | |
---|---|
static void |
getDATASOURCEOntology(Model model)
Puts the DATASOURCE ontology into the given model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DATASOURCE_RESOURCE_PATH
public static final URI NS_DATASOURCE
public static final URI DataSourceDescription
public static final URI Pattern
public static final URI RegExpPattern
public static final URI SubstringPattern
public static final URI STARTS_WITH
public static final URI ENDS_WITH
public static final URI CONTAINS
public static final URI DOES_NOT_CONTAIN
public static final URI condition
public static final URI dataSourceComment
public static final URI dataSourceName
public static final URI describedDataSourceType
public static final URI excludePattern
public static final URI includePattern
public static final URI timeout
public static final URI username
public static final URI password
Constructor Detail |
---|
public DATASOURCE()
Method Detail |
---|
public static void getDATASOURCEOntology(Model model)
model
- The model for the source ontology to be put into.
Exception
- if something goes wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |