org.semanticdesktop.aperture.websites.bibsonomy
Class BIBSONOMYDS

java.lang.Object
  extended by org.semanticdesktop.aperture.websites.bibsonomy.BIBSONOMYDS

public class BIBSONOMYDS
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/bibsonomy/bibsonomyDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2008/11/14/bibsonomyds#


Field Summary
static URI apikey
          Type: Property
Label: API key
Comment: The API key
Domain: http://aperture.semanticdesktop.org/ontology/2008/11/14/bibsonomyds#BibsonomyDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI apiusername
          Type: Property
Label: API username
Comment: The username associated with the API key.
static URI BibsonomyDataSource
          Type: Class
Label: Bibsonomy Data Source
Comment: Describes a bibsonomy account
static String BIBSONOMYDS_RESOURCE_PATH
          Path to the ontology resource
static URI crawledusername
          Type: Property
Label: Crawled username
Comment: The name of the account that is to be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2008/11/14/bibsonomyds#BibsonomyDataSource
Range: http://www.w3.org/2001/XMLSchema#string
static URI NS_BIBSONOMYDS
          The namespace for BIBSONOMYDS
 
Constructor Summary
BIBSONOMYDS()
           
 
Method Summary
static void getBIBSONOMYDSOntology(Model model)
          Puts the BIBSONOMYDS 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

BIBSONOMYDS_RESOURCE_PATH

public static final String BIBSONOMYDS_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_BIBSONOMYDS

public static final URI NS_BIBSONOMYDS
The namespace for BIBSONOMYDS


BibsonomyDataSource

public static final URI BibsonomyDataSource
Type: Class
Label: Bibsonomy Data Source
Comment: Describes a bibsonomy account


apiusername

public static final URI apiusername
Type: Property
Label: API username
Comment: The username associated with the API key. Necessary for programmatic access to bibsonomy. It can be different from the name of the account that is to be crawled.
Domain: http://aperture.semanticdesktop.org/ontology/2008/11/14/bibsonomyds#BibsonomyDataSource
Range: http://www.w3.org/2001/XMLSchema#string


apikey

public static final URI apikey
Type: Property
Label: API key
Comment: The API key
Domain: http://aperture.semanticdesktop.org/ontology/2008/11/14/bibsonomyds#BibsonomyDataSource
Range: http://www.w3.org/2001/XMLSchema#string


crawledusername

public static final URI crawledusername
Type: Property
Label: Crawled username
Comment: The name of the account that is to be crawled
Domain: http://aperture.semanticdesktop.org/ontology/2008/11/14/bibsonomyds#BibsonomyDataSource
Range: http://www.w3.org/2001/XMLSchema#string

Constructor Detail

BIBSONOMYDS

public BIBSONOMYDS()
Method Detail

getBIBSONOMYDSOntology

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