org.semanticdesktop.aperture.websites.delicious
Class DELICIOUSDS

java.lang.Object
  extended by org.semanticdesktop.aperture.websites.delicious.DELICIOUSDS

public class DELICIOUSDS
extends Object

Vocabulary File. Created by org.semanticdesktop.aperture.util.VocabularyWriter on Tue Jul 15 22:54:55 CEST 2008 input file: D:\workspace\aperture/src/java/org/semanticdesktop/aperture/websites/delicious/deliciousDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/11/deliciousds#


Field Summary
static org.ontoware.rdf2go.model.node.URI DeliciousDataSource
          Type: Class
Label: del.icio.us Data Source
Comment: Describes a del.icio.us account
static String DELICIOUSDS_RESOURCE_PATH
          Path to the ontology resource
static org.ontoware.rdf2go.model.node.URI NS_DELICIOUSDS
          The namespace for DELICIOUSDS
 
Constructor Summary
DELICIOUSDS()
           
 
Method Summary
static void getDELICIOUSDSOntology(org.ontoware.rdf2go.model.Model model)
          Puts the DELICIOUSDS 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

DELICIOUSDS_RESOURCE_PATH

public static final String DELICIOUSDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_DELICIOUSDS

public static final org.ontoware.rdf2go.model.node.URI NS_DELICIOUSDS
The namespace for DELICIOUSDS


DeliciousDataSource

public static final org.ontoware.rdf2go.model.node.URI DeliciousDataSource
Type: Class
Label: del.icio.us Data Source
Comment: Describes a del.icio.us account

Constructor Detail

DELICIOUSDS

public DELICIOUSDS()
Method Detail

getDELICIOUSDSOntology

public static void getDELICIOUSDSOntology(org.ontoware.rdf2go.model.Model model)
Puts the DELICIOUSDS ontology into the given model.

Parameters:
model - The model for the source ontology to be put into.
Throws:
Exception - if something goes wrong.