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.util.VocabularyWriter on Tue Jul 15 22:36:03 CEST 2008 input file: D:\workspace\aperture/doc/ontology/source2.rdfs namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/source#


Field Summary
static org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.URI CONTAINS
          Type: Class
Label: CONTAINS
static String DATASOURCE_RESOURCE_PATH
          Path to the ontology resource
static org.ontoware.rdf2go.model.node.URI dataSourceComment
          Type: Property
Label: Data Source Comment
Comment: A comment about the datasource.
static org.ontoware.rdf2go.model.node.URI DataSourceDescription
          Type: Class
Label: DataSourceDescription
Comment: A human-readable description of a datasource.
static org.ontoware.rdf2go.model.node.URI dataSourceName
          Type: Property
Label: Data Source Name
Comment: Name of the type of datasource.
static org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.URI DOES_NOT_CONTAIN
          Type: Class
Label: DOES_NOT_CONTAIN
static org.ontoware.rdf2go.model.node.URI ENDS_WITH
          Type: Class
Label: ENDS_WITH
static org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.URI NS_DATASOURCE
          The namespace for DATASOURCE
static org.ontoware.rdf2go.model.node.URI password
          Type: Property
Label: Password
Comment: The Password used to access this datasource.
static org.ontoware.rdf2go.model.node.URI Pattern
          Type: Class
Label: Pattern
static org.ontoware.rdf2go.model.node.URI RegExpPattern
          Type: Class
Label: RegExpPattern
static org.ontoware.rdf2go.model.node.URI STARTS_WITH
          Type: Class
Label: STARTS_WITH
static org.ontoware.rdf2go.model.node.URI SubstringPattern
          Type: Class
Label: SubstringPattern
static org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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(org.ontoware.rdf2go.model.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 org.ontoware.rdf2go.model.node.URI NS_DATASOURCE
The namespace for DATASOURCE


DataSourceDescription

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


Pattern

public static final org.ontoware.rdf2go.model.node.URI Pattern
Type: Class
Label: Pattern


RegExpPattern

public static final org.ontoware.rdf2go.model.node.URI RegExpPattern
Type: Class
Label: RegExpPattern


SubstringPattern

public static final org.ontoware.rdf2go.model.node.URI SubstringPattern
Type: Class
Label: SubstringPattern


STARTS_WITH

public static final org.ontoware.rdf2go.model.node.URI STARTS_WITH
Type: Class
Label: STARTS_WITH


ENDS_WITH

public static final org.ontoware.rdf2go.model.node.URI ENDS_WITH
Type: Class
Label: ENDS_WITH


CONTAINS

public static final org.ontoware.rdf2go.model.node.URI CONTAINS
Type: Class
Label: CONTAINS


DOES_NOT_CONTAIN

public static final org.ontoware.rdf2go.model.node.URI DOES_NOT_CONTAIN
Type: Class
Label: DOES_NOT_CONTAIN


condition

public static final org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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(org.ontoware.rdf2go.model.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.