org.semanticdesktop.aperture.websites.flickr
Class FLICKRDS

java.lang.Object
  extended by org.semanticdesktop.aperture.websites.flickr.FLICKRDS

public class FLICKRDS
extends Object

Vocabulary File. Created by org.semanticdesktop.aperture.util.VocabularyWriter on Wed Sep 10 18:58:36 CEST 2008 input file: /Users/ck/Entwicklung/nepomuk/workspace2/aperture/src/java/org/semanticdesktop/aperture/websites/flickr/flickrDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#


Field Summary
static org.ontoware.rdf2go.model.node.URI crawlType
          Type: Property
Label: Crawl type
Comment: Type of crawl
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType
static org.ontoware.rdf2go.model.node.URI CrawlType
          Type: Class
static org.ontoware.rdf2go.model.node.URI FlickrDataSource
          Type: Class
Label: Flickr Data Source
Comment: Describes a Flickr account
static String FLICKRDS_RESOURCE_PATH
          Path to the ontology resource
static org.ontoware.rdf2go.model.node.URI MetadataAndPicturesCrawlType
          Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType
static org.ontoware.rdf2go.model.node.URI MetadataOnlyCrawlType
          Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType
static org.ontoware.rdf2go.model.node.URI NS_FLICKRDS
          The namespace for FLICKRDS
static org.ontoware.rdf2go.model.node.URI targetFolder
          Type: Property
Label: Photo Folder
Comment: Path to the folder where local copies of your photos will be stored
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#string
 
Constructor Summary
FLICKRDS()
           
 
Method Summary
static void getFLICKRDSOntology(org.ontoware.rdf2go.model.Model model)
          Puts the FLICKRDS 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

FLICKRDS_RESOURCE_PATH

public static final String FLICKRDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_FLICKRDS

public static final org.ontoware.rdf2go.model.node.URI NS_FLICKRDS
The namespace for FLICKRDS


FlickrDataSource

public static final org.ontoware.rdf2go.model.node.URI FlickrDataSource
Type: Class
Label: Flickr Data Source
Comment: Describes a Flickr account


CrawlType

public static final org.ontoware.rdf2go.model.node.URI CrawlType
Type: Class


MetadataAndPicturesCrawlType

public static final org.ontoware.rdf2go.model.node.URI MetadataAndPicturesCrawlType
Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType


MetadataOnlyCrawlType

public static final org.ontoware.rdf2go.model.node.URI MetadataOnlyCrawlType
Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType


crawlType

public static final org.ontoware.rdf2go.model.node.URI crawlType
Type: Property
Label: Crawl type
Comment: Type of crawl
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType


targetFolder

public static final org.ontoware.rdf2go.model.node.URI targetFolder
Type: Property
Label: Photo Folder
Comment: Path to the folder where local copies of your photos will be stored
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FileSystemDataSource
Range: http://www.w3.org/2001/XMLSchema#string

Constructor Detail

FLICKRDS

public FLICKRDS()
Method Detail

getFLICKRDSOntology

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

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