org.semanticdesktop.aperture.datasource.ical
Class ICALDS

java.lang.Object
  extended by org.semanticdesktop.aperture.datasource.ical.ICALDS

public class ICALDS
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/ical/icalDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/icalds#


Field Summary
static URI IcalDataSource
          Type: Class
Label: ICAL Calendar Data Source
Comment: Describes a calendar stored in file in the iCalendar format
static String ICALDS_RESOURCE_PATH
          Path to the ontology resource
static URI NS_ICALDS
          The namespace for ICALDS
static URI rootUrl
          Type: Property
Label: Root URL
Comment: URL of the ical file to be crawled.
 
Constructor Summary
ICALDS()
           
 
Method Summary
static void getICALDSOntology(Model model)
          Puts the ICALDS 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

ICALDS_RESOURCE_PATH

public static final String ICALDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_ICALDS

public static final URI NS_ICALDS
The namespace for ICALDS


IcalDataSource

public static final URI IcalDataSource
Type: Class
Label: ICAL Calendar Data Source
Comment: Describes a calendar stored in file in the iCalendar format


rootUrl

public static final URI rootUrl
Type: Property
Label: Root URL
Comment: URL of the ical file to be crawled.
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/icalds#IcalDataSource
Range: http://www.w3.org/2001/XMLSchema#string

Constructor Detail

ICALDS

public ICALDS()
Method Detail

getICALDSOntology

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