org.semanticdesktop.aperture.outlook
Class OUTLOOKDS

java.lang.Object
  extended by org.semanticdesktop.aperture.outlook.OUTLOOKDS

public class OUTLOOKDS
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/outlook/outlookDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/outlookds#


Field Summary
static URI NS_OUTLOOKDS
          The namespace for OUTLOOKDS
static URI OutlookDataSource
          Type: Class
Label: Outlook Data Source
Comment: Configures a data source for extracting mails, contacts and calendar information from a running Outlook instance
static String OUTLOOKDS_RESOURCE_PATH
          Path to the ontology resource
static URI rootUrl
          Type: Property
Label: Root URL
Comment: URL used as a prefix for URIs of all outlook resources.
 
Constructor Summary
OUTLOOKDS()
           
 
Method Summary
static void getOUTLOOKDSOntology(Model model)
          Puts the OUTLOOKDS 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

OUTLOOKDS_RESOURCE_PATH

public static final String OUTLOOKDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_OUTLOOKDS

public static final URI NS_OUTLOOKDS
The namespace for OUTLOOKDS


OutlookDataSource

public static final URI OutlookDataSource
Type: Class
Label: Outlook Data Source
Comment: Configures a data source for extracting mails, contacts and calendar information from a running Outlook instance


rootUrl

public static final URI rootUrl
Type: Property
Label: Root URL
Comment: URL used as a prefix for URIs of all outlook resources. It should begin with outlook://
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/outlookds#OutlookDataSource
Range: http://www.w3.org/2001/XMLSchema#string

Constructor Detail

OUTLOOKDS

public OUTLOOKDS()
Method Detail

getOUTLOOKDSOntology

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