de.fuberlin.wiwiss.d2rq.vocab
Class D2RQ

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.vocab.D2RQ

public class D2RQ
extends Object

Vocabulary definitions from file:doc/specification/d2rq-rdfs.n3

Author:
Auto-generated by schemagen on 18 Sep 2006 10:51

Field Summary
static com.hp.hpl.jena.rdf.model.Property additionalProperty
           
static com.hp.hpl.jena.rdf.model.Resource AdditionalProperty
          Adds an additonal property to a class if D2R Map is used for DB exports, not DB queries.
static com.hp.hpl.jena.rdf.model.Property alias
           
static com.hp.hpl.jena.rdf.model.Property allowDistinct
          Value: true/false that describe the databases ability to handle DISTINCT correctly.
static com.hp.hpl.jena.rdf.model.Property belongsToClassMap
           
static com.hp.hpl.jena.rdf.model.Property bNodeIdColumns
          Comma-separated list of database columns used for construction of blank nodes.
static com.hp.hpl.jena.rdf.model.Property class_
          Links d2rq:classMaps to RDFS or OWL classes.
static com.hp.hpl.jena.rdf.model.Property classMap
          Used to link RDFS or OWL classes to d2r:classMaps.
static com.hp.hpl.jena.rdf.model.Resource ClassMap
          Maps an RDFS or OWL class to its database representation.
static com.hp.hpl.jena.rdf.model.Property column
           
static com.hp.hpl.jena.rdf.model.Property condition
          SQL WHERE condition that must be satisfied for a database row to be mapped.
static com.hp.hpl.jena.rdf.model.Property containsDuplicates
           
static com.hp.hpl.jena.rdf.model.Resource D2RQModel
          Jena Assemler specification for a relational database, mapped to RDF using the D2RQ tool.
static com.hp.hpl.jena.rdf.model.Resource Database
          Represents a database.
static com.hp.hpl.jena.rdf.model.Property databaseValue
           
static com.hp.hpl.jena.rdf.model.Property dataStorage
           
static com.hp.hpl.jena.rdf.model.Property datatype
          The datatype of literals created by this bridge.
static com.hp.hpl.jena.rdf.model.Resource DatatypePropertyBridge
          (Deprecated) Maps a datatype property to one or more database columns.
static com.hp.hpl.jena.rdf.model.Property dateColumn
           
static com.hp.hpl.jena.rdf.model.Property expressionTranslator
          A Java class or string null (for no expression translation).
static com.hp.hpl.jena.rdf.model.Property href
          Link to a translation table in an external CSV file.
static com.hp.hpl.jena.rdf.model.Property javaClass
          Qualified name of a Java class that implements de.fuberlin.wiwiss.d2rq.Translator and translates between database and RDF.
static com.hp.hpl.jena.rdf.model.Property jdbcDriver
           
static com.hp.hpl.jena.rdf.model.Property jdbcDSN
           
static com.hp.hpl.jena.rdf.model.Property join
          SQL join condition over tables in the database.
static com.hp.hpl.jena.rdf.model.Property lang
          The language tag of literals created by this bridge.
static com.hp.hpl.jena.rdf.model.Property mappingFile
          URL of a D2RQ mapping file.
static com.hp.hpl.jena.rdf.model.Resource NAMESPACE
          The namespace of the vocabulary as a resource
static String NS
          The namespace of the vocabulary as a string
static com.hp.hpl.jena.rdf.model.Property numericColumn
           
static com.hp.hpl.jena.rdf.model.Resource ObjectPropertyBridge
          (Deprecated) Maps an object property to one or more database columns.
static com.hp.hpl.jena.rdf.model.Property odbcDSN
           
static com.hp.hpl.jena.rdf.model.Property password
           
static com.hp.hpl.jena.rdf.model.Property pattern
           
static com.hp.hpl.jena.rdf.model.Resource ProcessingInstructions
          Attach processing instructions to nodes of this type.
static com.hp.hpl.jena.rdf.model.Property property
          Links a d2rq:PropertyBridge to an RDF property.
static com.hp.hpl.jena.rdf.model.Property propertyBridge
          Used for linking RDFS properties to D2R property bridges.
static com.hp.hpl.jena.rdf.model.Resource PropertyBridge
          Maps an RDF property to one or more database columns.
static com.hp.hpl.jena.rdf.model.Property propertyName
           
static com.hp.hpl.jena.rdf.model.Property propertyValue
           
static com.hp.hpl.jena.rdf.model.Property queryHandler
          a Java class name that specifies the graphs QueryHandler.
static com.hp.hpl.jena.rdf.model.Property rdfValue
           
static com.hp.hpl.jena.rdf.model.Property refersToClassMap
          Has to be used if a join refers to a different classMap.
static com.hp.hpl.jena.rdf.model.Property resourceBaseURI
          Base URI for resources generated by relative URI patterns.
static com.hp.hpl.jena.rdf.model.Resource ResourceMap
          A database-to-RDF mapping from one or more database columns to a set of RDF resources.
static com.hp.hpl.jena.rdf.model.Property textColumn
           
static com.hp.hpl.jena.rdf.model.Property translateWith
           
static com.hp.hpl.jena.rdf.model.Property translation
           
static com.hp.hpl.jena.rdf.model.Resource Translation
          Translation Key/Value Pair.
static com.hp.hpl.jena.rdf.model.Resource TranslationTable
          Lookup table for translations used in the mapping process.
static com.hp.hpl.jena.rdf.model.Property uriColumn
          Database column which contains URIs.
static com.hp.hpl.jena.rdf.model.Property uriPattern
          URI pattern with placeholders that will be filled with values from a database column.
static com.hp.hpl.jena.rdf.model.Property username
           
static com.hp.hpl.jena.rdf.model.Property valueContains
          Optimizing hint: a string contained in every value of this PropertyBridge.
static com.hp.hpl.jena.rdf.model.Property valueMaxLength
          Optimizing hint: the maximum length of values of this PropertyBridge.
static com.hp.hpl.jena.rdf.model.Property valueRegex
          Optimizing hint: a regular expression matching every value of this PropertyBridge.
 
Constructor Summary
D2RQ()
           
 
Method Summary
static String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE

The namespace of the vocabulary as a resource


dataStorage

public static final com.hp.hpl.jena.rdf.model.Property dataStorage

propertyValue

public static final com.hp.hpl.jena.rdf.model.Property propertyValue

password

public static final com.hp.hpl.jena.rdf.model.Property password

additionalProperty

public static final com.hp.hpl.jena.rdf.model.Property additionalProperty

valueMaxLength

public static final com.hp.hpl.jena.rdf.model.Property valueMaxLength

Optimizing hint: the maximum length of values of this PropertyBridge.


href

public static final com.hp.hpl.jena.rdf.model.Property href

Link to a translation table in an external CSV file.


valueRegex

public static final com.hp.hpl.jena.rdf.model.Property valueRegex

Optimizing hint: a regular expression matching every value of this PropertyBridge.


alias

public static final com.hp.hpl.jena.rdf.model.Property alias

mappingFile

public static final com.hp.hpl.jena.rdf.model.Property mappingFile

URL of a D2RQ mapping file.


belongsToClassMap

public static final com.hp.hpl.jena.rdf.model.Property belongsToClassMap

dateColumn

public static final com.hp.hpl.jena.rdf.model.Property dateColumn

class_

public static final com.hp.hpl.jena.rdf.model.Property class_

Links d2rq:classMaps to RDFS or OWL classes.


databaseValue

public static final com.hp.hpl.jena.rdf.model.Property databaseValue

property

public static final com.hp.hpl.jena.rdf.model.Property property

Links a d2rq:PropertyBridge to an RDF property.


translation

public static final com.hp.hpl.jena.rdf.model.Property translation

rdfValue

public static final com.hp.hpl.jena.rdf.model.Property rdfValue

javaClass

public static final com.hp.hpl.jena.rdf.model.Property javaClass

Qualified name of a Java class that implements de.fuberlin.wiwiss.d2rq.Translator and translates between database and RDF.


allowDistinct

public static final com.hp.hpl.jena.rdf.model.Property allowDistinct

Value: true/false that describe the databases ability to handle DISTINCT correctly. (e.g. MSAccess cuts fields longer than 256 chars)


join

public static final com.hp.hpl.jena.rdf.model.Property join

SQL join condition over tables in the database.


resourceBaseURI

public static final com.hp.hpl.jena.rdf.model.Property resourceBaseURI

Base URI for resources generated by relative URI patterns.


odbcDSN

public static final com.hp.hpl.jena.rdf.model.Property odbcDSN

condition

public static final com.hp.hpl.jena.rdf.model.Property condition

SQL WHERE condition that must be satisfied for a database row to be mapped.


datatype

public static final com.hp.hpl.jena.rdf.model.Property datatype

The datatype of literals created by this bridge.


refersToClassMap

public static final com.hp.hpl.jena.rdf.model.Property refersToClassMap

Has to be used if a join refers to a different classMap.


expressionTranslator

public static final com.hp.hpl.jena.rdf.model.Property expressionTranslator

A Java class or string null (for no expression translation).


propertyBridge

public static final com.hp.hpl.jena.rdf.model.Property propertyBridge

Used for linking RDFS properties to D2R property bridges.


propertyName

public static final com.hp.hpl.jena.rdf.model.Property propertyName

containsDuplicates

public static final com.hp.hpl.jena.rdf.model.Property containsDuplicates

valueContains

public static final com.hp.hpl.jena.rdf.model.Property valueContains

Optimizing hint: a string contained in every value of this PropertyBridge.


lang

public static final com.hp.hpl.jena.rdf.model.Property lang

The language tag of literals created by this bridge.


uriColumn

public static final com.hp.hpl.jena.rdf.model.Property uriColumn

Database column which contains URIs.


jdbcDriver

public static final com.hp.hpl.jena.rdf.model.Property jdbcDriver

queryHandler

public static final com.hp.hpl.jena.rdf.model.Property queryHandler

a Java class name that specifies the graphs QueryHandler.


pattern

public static final com.hp.hpl.jena.rdf.model.Property pattern

column

public static final com.hp.hpl.jena.rdf.model.Property column

uriPattern

public static final com.hp.hpl.jena.rdf.model.Property uriPattern

URI pattern with placeholders that will be filled with values from a database column.


username

public static final com.hp.hpl.jena.rdf.model.Property username

numericColumn

public static final com.hp.hpl.jena.rdf.model.Property numericColumn

translateWith

public static final com.hp.hpl.jena.rdf.model.Property translateWith

textColumn

public static final com.hp.hpl.jena.rdf.model.Property textColumn

bNodeIdColumns

public static final com.hp.hpl.jena.rdf.model.Property bNodeIdColumns

Comma-separated list of database columns used for construction of blank nodes.


classMap

public static final com.hp.hpl.jena.rdf.model.Property classMap

Used to link RDFS or OWL classes to d2r:classMaps.


jdbcDSN

public static final com.hp.hpl.jena.rdf.model.Property jdbcDSN

D2RQModel

public static final com.hp.hpl.jena.rdf.model.Resource D2RQModel

Jena Assemler specification for a relational database, mapped to RDF using the D2RQ tool.


AdditionalProperty

public static final com.hp.hpl.jena.rdf.model.Resource AdditionalProperty

Adds an additonal property to a class if D2R Map is used for DB exports, not DB queries.


ResourceMap

public static final com.hp.hpl.jena.rdf.model.Resource ResourceMap

A database-to-RDF mapping from one or more database columns to a set of RDF resources.


ObjectPropertyBridge

public static final com.hp.hpl.jena.rdf.model.Resource ObjectPropertyBridge

(Deprecated) Maps an object property to one or more database columns.


Database

public static final com.hp.hpl.jena.rdf.model.Resource Database

Represents a database.


DatatypePropertyBridge

public static final com.hp.hpl.jena.rdf.model.Resource DatatypePropertyBridge

(Deprecated) Maps a datatype property to one or more database columns.


ClassMap

public static final com.hp.hpl.jena.rdf.model.Resource ClassMap

Maps an RDFS or OWL class to its database representation.


TranslationTable

public static final com.hp.hpl.jena.rdf.model.Resource TranslationTable

Lookup table for translations used in the mapping process.


PropertyBridge

public static final com.hp.hpl.jena.rdf.model.Resource PropertyBridge

Maps an RDF property to one or more database columns.


Translation

public static final com.hp.hpl.jena.rdf.model.Resource Translation

Translation Key/Value Pair.


ProcessingInstructions

public static final com.hp.hpl.jena.rdf.model.Resource ProcessingInstructions

Attach processing instructions to nodes of this type.

Constructor Detail

D2RQ

public D2RQ()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS