org.semanticdesktop.aperture.datasource.web
Class WEBDS

java.lang.Object
  extended by org.semanticdesktop.aperture.datasource.web.WEBDS

public class WEBDS
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/datasource/web/webDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#


Field Summary
static URI includeEmbeddedResources
          Type: Property
Label: Include Embedded Resources
Comment: Should the embedded resources (images, sounds, flash animations etc.) be included in the crawl results
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
Range: http://www.w3.org/2001/XMLSchema#boolean
static URI maximumDepth
          Type: Property
Label: Maximum Depth
Comment: How many levels of link references should the crawler cover.
static URI maximumSize
          Type: Property
Label: Maximum Size
Comment: Maximum size (in bytes) of resources reported by the crawler
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
Range: http://www.w3.org/2001/XMLSchema#long
static URI NS_WEBDS
          The namespace for WEBDS
static URI rootUrl
          Type: Property
Label: Root URL
Comment: URL of the webpage were the crawling should begin
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI WebDataSource
          Type: Class
Label: Website Data Source
Comment: Describes a website
static String WEBDS_RESOURCE_PATH
          Path to the ontology resource
 
Constructor Summary
WEBDS()
           
 
Method Summary
static void getWEBDSOntology(Model model)
          Puts the WEBDS 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

WEBDS_RESOURCE_PATH

public static final String WEBDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_WEBDS

public static final URI NS_WEBDS
The namespace for WEBDS


WebDataSource

public static final URI WebDataSource
Type: Class
Label: Website Data Source
Comment: Describes a website


rootUrl

public static final URI rootUrl
Type: Property
Label: Root URL
Comment: URL of the webpage were the crawling should begin
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
Range: http://www.w3.org/2001/XMLSchema#string


includeEmbeddedResources

public static final URI includeEmbeddedResources
Type: Property
Label: Include Embedded Resources
Comment: Should the embedded resources (images, sounds, flash animations etc.) be included in the crawl results
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
Range: http://www.w3.org/2001/XMLSchema#boolean


maximumDepth

public static final URI maximumDepth
Type: Property
Label: Maximum Depth
Comment: How many levels of link references should the crawler cover.
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
Range: http://www.w3.org/2001/XMLSchema#integer


maximumSize

public static final URI maximumSize
Type: Property
Label: Maximum Size
Comment: Maximum size (in bytes) of resources reported by the crawler
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
Range: http://www.w3.org/2001/XMLSchema#long

Constructor Detail

WEBDS

public WEBDS()
Method Detail

getWEBDSOntology

public static void getWEBDSOntology(Model model)
Puts the WEBDS 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.