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.vocabulary.VocabularyWriter on Thu Jul 01 14:28:15 CEST 2010 input file: /core/src/main/resources/org/semanticdesktop/aperture/websites/flickr/flickrDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#


Field Summary
static URI accountToCrawl
          Type: Property
Label: Account the crawl
Comment: The Flickr account that should be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI apikey
          Type: Property
Label: API Key
Comment: The Flickr API key
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static 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 URI CrawlType
          Type: Class
static URI FlickrDataSource
          Type: Class
Label: Flickr Data Source
Comment: Describes a Flickr account
static String FLICKRDS_RESOURCE_PATH
          Path to the ontology resource
static URI MetadataAndPicturesCrawlType
          Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType
static URI MetadataOnlyCrawlType
          Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#CrawlType
static URI NS_FLICKRDS
          The namespace for FLICKRDS
static URI sharedSecret
          Type: Property
Label: Shared secret
Comment: The shared secret associated with your Flicckr API key
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static 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#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string
 
Constructor Summary
FLICKRDS()
           
 
Method Summary
static void getFLICKRDSOntology(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 URI NS_FLICKRDS
The namespace for FLICKRDS


FlickrDataSource

public static final URI FlickrDataSource
Type: Class
Label: Flickr Data Source
Comment: Describes a Flickr account


CrawlType

public static final URI CrawlType
Type: Class


MetadataAndPicturesCrawlType

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


MetadataOnlyCrawlType

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


crawlType

public static final 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 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#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string


accountToCrawl

public static final URI accountToCrawl
Type: Property
Label: Account the crawl
Comment: The Flickr account that should be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string


apikey

public static final URI apikey
Type: Property
Label: API Key
Comment: The Flickr API key
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string


sharedSecret

public static final URI sharedSecret
Type: Property
Label: Shared secret
Comment: The shared secret associated with your Flicckr API key
Domain: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Range: http://www.w3.org/2001/XMLSchema#string

Constructor Detail

FLICKRDS

public FLICKRDS()
Method Detail

getFLICKRDSOntology

public static void getFLICKRDSOntology(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.


Copyright © 2010 Aperture Development Team. All Rights Reserved.