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.util.VocabularyWriter on Tue Jul 15 22:55:05 CEST 2008 input file: D:\workspace\aperture/src/java/org/semanticdesktop/aperture/datasource/filesystem/filesystemDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/filesystemds#


Field Summary
static org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.URI followSymbolicLinks
          Type: Property
Label: Follow symbolic links
Comment: Should the crawler follow symbolic links?
static org.ontoware.rdf2go.model.node.URI includeHiddenResources
          Type: Property
Label: Include hidden resources
Comment: Should the hidden files and folders be included in crawl results?
static org.ontoware.rdf2go.model.node.URI maximumDepth
          Type: Property
Label: Maximum Depth
Comment: How many levels below the root folder should the crawled descend.
static org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.URI NS_FILESYSTEMDS
          The namespace for FILESYSTEMDS
static org.ontoware.rdf2go.model.node.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 org.ontoware.rdf2go.model.node.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(org.ontoware.rdf2go.model.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 org.ontoware.rdf2go.model.node.URI NS_FILESYSTEMDS
The namespace for FILESYSTEMDS


FileSystemDataSource

public static final org.ontoware.rdf2go.model.node.URI FileSystemDataSource
Type: Class
Label: Filesystem Data Source
Comment: A data source describing a folder or a filesystem containing files


rootFolder

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