|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fuberlin.wiwiss.d2rq.vocab.D2RQ
public class D2RQ
Vocabulary definitions from file:doc/specification/d2rq-rdfs.n3
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 |
---|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property dataStorage
public static final com.hp.hpl.jena.rdf.model.Property propertyValue
public static final com.hp.hpl.jena.rdf.model.Property password
public static final com.hp.hpl.jena.rdf.model.Property additionalProperty
public static final com.hp.hpl.jena.rdf.model.Property valueMaxLength
Optimizing hint: the maximum length of values of this PropertyBridge.
public static final com.hp.hpl.jena.rdf.model.Property href
Link to a translation table in an external CSV file.
public static final com.hp.hpl.jena.rdf.model.Property valueRegex
Optimizing hint: a regular expression matching every value of this PropertyBridge.
public static final com.hp.hpl.jena.rdf.model.Property alias
public static final com.hp.hpl.jena.rdf.model.Property mappingFile
URL of a D2RQ mapping file.
public static final com.hp.hpl.jena.rdf.model.Property belongsToClassMap
public static final com.hp.hpl.jena.rdf.model.Property dateColumn
public static final com.hp.hpl.jena.rdf.model.Property class_
Links d2rq:classMaps to RDFS or OWL classes.
public static final com.hp.hpl.jena.rdf.model.Property databaseValue
public static final com.hp.hpl.jena.rdf.model.Property property
Links a d2rq:PropertyBridge to an RDF property.
public static final com.hp.hpl.jena.rdf.model.Property translation
public static final com.hp.hpl.jena.rdf.model.Property rdfValue
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.
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)
public static final com.hp.hpl.jena.rdf.model.Property join
SQL join condition over tables in the database.
public static final com.hp.hpl.jena.rdf.model.Property resourceBaseURI
Base URI for resources generated by relative URI patterns.
public static final com.hp.hpl.jena.rdf.model.Property odbcDSN
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.
public static final com.hp.hpl.jena.rdf.model.Property datatype
The datatype of literals created by this bridge.
public static final com.hp.hpl.jena.rdf.model.Property refersToClassMap
Has to be used if a join refers to a different classMap.
public static final com.hp.hpl.jena.rdf.model.Property expressionTranslator
A Java class or string null (for no expression translation).
public static final com.hp.hpl.jena.rdf.model.Property propertyBridge
Used for linking RDFS properties to D2R property bridges.
public static final com.hp.hpl.jena.rdf.model.Property propertyName
public static final com.hp.hpl.jena.rdf.model.Property containsDuplicates
public static final com.hp.hpl.jena.rdf.model.Property valueContains
Optimizing hint: a string contained in every value of this PropertyBridge.
public static final com.hp.hpl.jena.rdf.model.Property lang
The language tag of literals created by this bridge.
public static final com.hp.hpl.jena.rdf.model.Property uriColumn
Database column which contains URIs.
public static final com.hp.hpl.jena.rdf.model.Property jdbcDriver
public static final com.hp.hpl.jena.rdf.model.Property queryHandler
a Java class name that specifies the graphs QueryHandler.
public static final com.hp.hpl.jena.rdf.model.Property pattern
public static final com.hp.hpl.jena.rdf.model.Property column
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.
public static final com.hp.hpl.jena.rdf.model.Property username
public static final com.hp.hpl.jena.rdf.model.Property numericColumn
public static final com.hp.hpl.jena.rdf.model.Property translateWith
public static final com.hp.hpl.jena.rdf.model.Property textColumn
public static final com.hp.hpl.jena.rdf.model.Property bNodeIdColumns
Comma-separated list of database columns used for construction of blank nodes.
public static final com.hp.hpl.jena.rdf.model.Property classMap
Used to link RDFS or OWL classes to d2r:classMaps.
public static final com.hp.hpl.jena.rdf.model.Property jdbcDSN
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.
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.
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.
public static final com.hp.hpl.jena.rdf.model.Resource ObjectPropertyBridge
(Deprecated) Maps an object property to one or more database columns.
public static final com.hp.hpl.jena.rdf.model.Resource Database
Represents a database.
public static final com.hp.hpl.jena.rdf.model.Resource DatatypePropertyBridge
(Deprecated) Maps a datatype property to one or more database columns.
public static final com.hp.hpl.jena.rdf.model.Resource ClassMap
Maps an RDFS or OWL class to its database representation.
public static final com.hp.hpl.jena.rdf.model.Resource TranslationTable
Lookup table for translations used in the mapping process.
public static final com.hp.hpl.jena.rdf.model.Resource PropertyBridge
Maps an RDF property to one or more database columns.
public static final com.hp.hpl.jena.rdf.model.Resource Translation
Translation Key/Value Pair.
public static final com.hp.hpl.jena.rdf.model.Resource ProcessingInstructions
Attach processing instructions to nodes of this type.
Constructor Detail |
---|
public D2RQ()
Method Detail |
---|
public static String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |