org.semanticdesktop.aperture.vocabulary
Class DATASOURCE

java.lang.Object
  extended by org.semanticdesktop.aperture.vocabulary.DATASOURCE

public class DATASOURCE
extends Object

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

DATASOURCE_RESOURCE_PATH

public static final String DATASOURCE_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_DATASOURCE

public static final URI NS_DATASOURCE
The namespace for DATASOURCE


DataSourceDescription

public static final URI DataSourceDescription
Type: Class
Label: DataSourceDescription
Comment: A human-readable description of a datasource. Adds icons, texts etc.


Pattern

public static final URI Pattern
Type: Class
Label: Pattern


RegExpPattern

public static final URI RegExpPattern
Type: Class
Label: RegExpPattern


SubstringPattern

public static final URI SubstringPattern
Type: Class
Label: SubstringPattern


STARTS_WITH

public static final URI STARTS_WITH
Type: Class
Label: STARTS_WITH


ENDS_WITH

public static final URI ENDS_WITH
Type: Class
Label: ENDS_WITH


CONTAINS

public static final URI CONTAINS
Type: Class
Label: CONTAINS


DOES_NOT_CONTAIN

public static final URI DOES_NOT_CONTAIN
Type: Class
Label: DOES_NOT_CONTAIN


condition

public static final 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


dataSourceComment

public static final URI dataSourceComment
Type: Property
Label: Data Source Comment
Comment: A comment about the datasource.
Domain: http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource
Range: http://www.w3.org/2000/01/rdf-schema#Literal


dataSourceName

public static final URI dataSourceName
Type: Property
Label: Data Source Name
Comment: Name of the type of datasource. For example "Local File System".
Domain: http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource
Range: http://www.w3.org/2000/01/rdf-schema#Literal


describedDataSourceType

public static final 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


excludePattern

public static final 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


includePattern

public static final 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


timeout

public static final 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


username

public static final 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


password

public static final URI password
Type: Property
Label: Password
Comment: The Password used to access this datasource.
Domain: http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource
Range: http://www.w3.org/2001/XMLSchema#string

Constructor Detail

DATASOURCE

public DATASOURCE()
Method Detail

getDATASOURCEOntology

public static void getDATASOURCEOntology(Model model)
Puts the DATASOURCE ontology into the given model.

Parameters:
model - The model for the source ontology to be put into.
Throws:
Exception - if something goes wrong.


Copyright © 2010 Aperture Development Team. All Rights Reserved.