org.d2rq.vocab
Class D2RConfig

java.lang.Object
  extended by org.d2rq.vocab.D2RConfig

public class D2RConfig
extends Object

Vocabulary definitions from file:doc/terms/config.ttl

Author:
Auto-generated by schemagen on 03 Jun 2012 07:05

Field Summary
static Property autoReloadMapping
          Whether D2R Server should check for an updated mapping file with every request.
static Property baseURI
          Base URI for a D2R Server installation; the URI of the running server's start page.
static Property datasetMetadataTemplate
          A RDF dataset metadata template.
static Property documentMetadata
          A template resource whose properties will be attached as metadata to all RDF documents published by a D2R Server installation.
static Property enableMetadata
          Whether to enable all metadata generation.
static Property limitPerClassMap
          Maximum number of values for each class map that will be displayed in the web interface when browsing resources.
static Property limitPerPropertyBridge
          Maximum number of values for each property bridge that will be displayed in the web interface when browsing resources.
static Property metadataTemplate
          A RDF metadata template.
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static String NS
          The namespace of the vocabulary as a string
static Property pageTimeout
          Timeout for generating HTML pages and RDF descriptions, in seconds. 0 for no timeout.
static Property port
          The TCP port on which a D2R Server installation listens.
static Property publishes
          The D2RQ-mapped database that is published by a D2R Server installation.
static Resource Server
          A configuration for a D2R Server installation.
static Property sparqlTimeout
          Timeout for executing SPARQL queries, in seconds. 0 for no timeout.
static Property vocabularyIncludeInstances
          Whether views of vocabulary resources should include instance data.
 
Constructor Summary
D2RConfig()
           
 
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 Resource NAMESPACE

The namespace of the vocabulary as a resource


autoReloadMapping

public static final Property autoReloadMapping

Whether D2R Server should check for an updated mapping file with every request.


baseURI

public static final Property baseURI

Base URI for a D2R Server installation; the URI of the running server's start page.


datasetMetadataTemplate

public static final Property datasetMetadataTemplate

A RDF dataset metadata template.


documentMetadata

public static final Property documentMetadata

A template resource whose properties will be attached as metadata to all RDF documents published by a D2R Server installation.


enableMetadata

public static final Property enableMetadata

Whether to enable all metadata generation.


limitPerClassMap

public static final Property limitPerClassMap

Maximum number of values for each class map that will be displayed in the web interface when browsing resources. A value of false means no limit.


limitPerPropertyBridge

public static final Property limitPerPropertyBridge

Maximum number of values for each property bridge that will be displayed in the web interface when browsing resources. A value of false means no limit.


metadataTemplate

public static final Property metadataTemplate

A RDF metadata template.


pageTimeout

public static final Property pageTimeout

Timeout for generating HTML pages and RDF descriptions, in seconds. 0 for no timeout.


port

public static final Property port

The TCP port on which a D2R Server installation listens.


publishes

public static final Property publishes

The D2RQ-mapped database that is published by a D2R Server installation.


sparqlTimeout

public static final Property sparqlTimeout

Timeout for executing SPARQL queries, in seconds. 0 for no timeout.


vocabularyIncludeInstances

public static final Property vocabularyIncludeInstances

Whether views of vocabulary resources should include instance data.


Server

public static final Resource Server

A configuration for a D2R Server installation.

Constructor Detail

D2RConfig

public D2RConfig()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS