|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.datasource.web.WEBDS
public class WEBDS
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 |
---|
public static final String WEBDS_RESOURCE_PATH
public static final URI NS_WEBDS
public static final URI WebDataSource
public static final URI rootUrl
public static final URI includeEmbeddedResources
public static final URI maximumDepth
public static final URI maximumSize
Constructor Detail |
---|
public WEBDS()
Method Detail |
---|
public static void getWEBDSOntology(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 |