org.semanticdesktop.aperture.crawler.samba
Class SAMBADS

java.lang.Object
  extended by org.semanticdesktop.aperture.crawler.samba.SAMBADS

public class SAMBADS
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/crawler/samba/SambaDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#


Field Summary
static URI domain
          Type: Property
Label: Domain or workgroup
Comment: The name of the domain or workgroup
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI NS_SAMBADS
          The namespace for SAMBADS
static URI path
          Type: Property
Label: Path
Comment: Path to the file or folder that is to be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI port
          Type: Property
Label: Port number
Comment: The port number where the server is listening for connections
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#integer
static URI SambaDataSource
          Type: Class
Label: Samba Data Source
Comment: Describes a samba network share
static String SAMBADS_RESOURCE_PATH
          Path to the ontology resource
static URI server
          Type: Property
Label: Host name
Comment: The DNS name or the IP address of the server
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI share
          Type: Property
Label: Share
Comment: The name of the network share
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string
 
Constructor Summary
SAMBADS()
           
 
Method Summary
static void getSAMBADSOntology(Model model)
          Puts the SAMBADS 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

SAMBADS_RESOURCE_PATH

public static final String SAMBADS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_SAMBADS

public static final URI NS_SAMBADS
The namespace for SAMBADS


SambaDataSource

public static final URI SambaDataSource
Type: Class
Label: Samba Data Source
Comment: Describes a samba network share


domain

public static final URI domain
Type: Property
Label: Domain or workgroup
Comment: The name of the domain or workgroup
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string


server

public static final URI server
Type: Property
Label: Host name
Comment: The DNS name or the IP address of the server
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string


port

public static final URI port
Type: Property
Label: Port number
Comment: The port number where the server is listening for connections
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#integer


share

public static final URI share
Type: Property
Label: Share
Comment: The name of the network share
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string


path

public static final URI path
Type: Property
Label: Path
Comment: Path to the file or folder that is to be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
Range: http://www.w3.org/2001/XMLSchema#string

Constructor Detail

SAMBADS

public SAMBADS()
Method Detail

getSAMBADSOntology

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