org.semanticdesktop.aperture.datasource.mbox
Class MBOXDS

java.lang.Object
  extended by org.semanticdesktop.aperture.datasource.mbox.MBOXDS

public class MBOXDS
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/mbox/mboxDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#


Field Summary
static URI maximumDepth
          Type: Property
Label: Maximum Depth
Comment: Maximum depth of the crawl
Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource
Range: http://www.w3.org/2001/XMLSchema#integer
static URI maximumSize
          Type: Property
Label: Maximum Size
Comment: Maximum size (in bytes) of the attachments that are to be reported by the crawler
Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource
Range: http://www.w3.org/2001/XMLSchema#long
static URI MboxDataSource
          Type: Class
Label: MBOX File Data Source
Comment: Describes a mailbox stored in an mbox-format file
static String MBOXDS_RESOURCE_PATH
          Path to the ontology resource
static URI mboxPath
          Type: Property
Label: MBOX Path
Comment: The path to the mbox file
Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI NS_MBOXDS
          The namespace for MBOXDS
 
Constructor Summary
MBOXDS()
           
 
Method Summary
static void getMBOXDSOntology(Model model)
          Puts the MBOXDS 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

MBOXDS_RESOURCE_PATH

public static final String MBOXDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_MBOXDS

public static final URI NS_MBOXDS
The namespace for MBOXDS


MboxDataSource

public static final URI MboxDataSource
Type: Class
Label: MBOX File Data Source
Comment: Describes a mailbox stored in an mbox-format file


mboxPath

public static final URI mboxPath
Type: Property
Label: MBOX Path
Comment: The path to the mbox file
Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource
Range: http://www.w3.org/2001/XMLSchema#string


maximumDepth

public static final URI maximumDepth
Type: Property
Label: Maximum Depth
Comment: Maximum depth of the crawl
Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource
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 the attachments that are to be reported by the crawler
Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource
Range: http://www.w3.org/2001/XMLSchema#long

Constructor Detail

MBOXDS

public MBOXDS()
Method Detail

getMBOXDSOntology

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