org.semanticdesktop.aperture.datasource.filesystem
Class FILESYSTEMDS

java.lang.Object
  extended by org.semanticdesktop.aperture.datasource.filesystem.FILESYSTEMDS

public class FILESYSTEMDS
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/filesystem/filesystemDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#


Field Summary
static URI FileSystemDataSource
          Type: Class
Label: Filesystem Data Source
Comment: A data source describing a folder or a filesystem containing files
static String FILESYSTEMDS_RESOURCE_PATH
          Path to the ontology resource
static URI followSymbolicLinks
          Type: Property
Label: Follow symbolic links
Comment: Should the crawler follow symbolic links?
static URI includeHiddenResources
          Type: Property
Label: Include hidden resources
Comment: Should the hidden files and folders be included in crawl results?
static URI maximumDepth
          Type: Property
Label: Maximum Depth
Comment: How many levels below the root folder should the crawled descend.
static URI maximumSize
          Type: Property
Label: Maximum Size
Comment: Maximum size (in bytes) of files reported by the crawler
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#long
static URI NS_FILESYSTEMDS
          The namespace for FILESYSTEMDS
static URI rootFolder
          Type: Property
Label: Root Folder
Comment: Path to the root of the folder tree to be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI suppressParentChildLinks
          Type: Property
Label: Supress the addition of parent->child nie:hasPart triples to the folder metadata
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#boolean
 
Constructor Summary
FILESYSTEMDS()
           
 
Method Summary
static void getFILESYSTEMDSOntology(Model model)
          Puts the FILESYSTEMDS 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

FILESYSTEMDS_RESOURCE_PATH

public static final String FILESYSTEMDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_FILESYSTEMDS

public static final URI NS_FILESYSTEMDS
The namespace for FILESYSTEMDS


FileSystemDataSource

public static final URI FileSystemDataSource
Type: Class
Label: Filesystem Data Source
Comment: A data source describing a folder or a filesystem containing files


rootFolder

public static final URI rootFolder
Type: Property
Label: Root Folder
Comment: Path to the root of the folder tree to be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#string


maximumDepth

public static final URI maximumDepth
Type: Property
Label: Maximum Depth
Comment: How many levels below the root folder should the crawled descend.
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
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 files reported by the crawler
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#long


includeHiddenResources

public static final URI includeHiddenResources
Type: Property
Label: Include hidden resources
Comment: Should the hidden files and folders be included in crawl results?
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#boolean


followSymbolicLinks

public static final URI followSymbolicLinks
Type: Property
Label: Follow symbolic links
Comment: Should the crawler follow symbolic links?
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#boolean


suppressParentChildLinks

public static final URI suppressParentChildLinks
Type: Property
Label: Supress the addition of parent->child nie:hasPart triples to the folder metadata
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#boolean

Constructor Detail

FILESYSTEMDS

public FILESYSTEMDS()
Method Detail

getFILESYSTEMDSOntology

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