GeoPubby  Version 0.1.0.0
CONF Class Reference
Collaboration diagram for CONF:

Static Public Attributes

static final String NS = "http://richard.cyganiak.de/2007/pubby/config.rdf#"
 
static final Resource Configuration = m.createResource(NS + "Configuration")
 
static final Property projectName = m.createProperty(NS + "projectName")
 
static final Property projectHomepage = m.createProperty(NS + "projectHomepage")
 
static final Property webBase = m.createProperty(NS + "webBase")
 
static final Property usePrefixesFrom = m.createProperty(NS + "usePrefixesFrom")
 
static final Property labelProperty = m.createProperty(NS + "labelProperty")
 
static final Property geoProperty = m.createProperty(NS + "geoProperty")
 
static final Property crsProperty = m.createProperty(NS + "crsProperty")
 
static final Property typeProperty = m.createProperty(NS + "typeProperty")
 
static final Property commentProperty = m.createProperty(NS + "commentProperty")
 
static final Property imageProperty = m.createProperty(NS + "imageProperty")
 
static final Property defaultLanguage = m.createProperty(NS + "defaultLanguage")
 
static final Property indexResource = m.createProperty(NS + "indexResource")
 
static final Property dataset = m.createProperty(NS + "dataset")
 
static final Property showLabels = m.createProperty(NS + "showLabels")
 
static final Property loadVocabulary = m.createProperty(NS + "loadVocabulary")
 
static final Resource AnnotationProvider = m.createResource(NS + "AnnotationProvider")
 
static final Property datasetBase = m.createProperty(NS + "datasetBase")
 
static final Property datasetURIPattern = m.createProperty(NS + "datasetURIPattern")
 
static final Property webResourcePrefix = m.createProperty(NS + "webResourcePrefix")
 
static final Property supportsIRIs = m.createProperty(NS + "supportsIRIs")
 
static final Property addSameAsStatements = m.createProperty(NS + "addSameAsStatements")
 
static final Property sparqlEndpoint = m.createProperty(NS + "sparqlEndpoint")
 
static final Property sparqlDefaultGraph = m.createProperty(NS + "sparqlDefaultGraph")
 
static final Property supportsSPARQL11 = m.createProperty(NS + "supportsSPARQL11")
 
static final Property loadRDF = m.createProperty(NS + "loadRDF")
 
static final Property rdfDocumentMetadata = m.createProperty(NS + "rdfDocumentMetadata")
 
static final Property metadataTemplate = m.createProperty(NS + "metadataTemplate")
 
static final Property contentType = m.createProperty(NS + "contentType")
 
static final Property resourceDescriptionQuery = m.createProperty(NS + "resourceDescriptionQuery")
 
static final Property propertyListQuery = m.createProperty(NS + "propertyListQuery")
 
static final Property inversePropertyListQuery = m.createProperty(NS + "inversePropertyListQuery")
 
static final Property anonymousPropertyDescriptionQuery = m.createProperty(NS + "anonymousPropertyDescriptionQuery")
 
static final Property anonymousInversePropertyDescriptionQuery
 
static final Property browsableNamespace = m.createProperty(NS + "browsableNamespace")
 
static final Property queryParamSelect = m.createProperty(NS + "queryParamSelect")
 
static final Property queryParamGraph = m.createProperty(NS + "queryParamGraph")
 
static final Property wdImage =m.createProperty("http://www.wikidata.org/prop/direct/P18")
 
static final Property weight = m.createProperty(NS + "weight")
 
static final Property pluralLabel = m.createProperty(NS + "pluralLabel")
 
static final Resource HighOutdregreeProperty = m.createResource(NS + "HighOutdegreeProperty")
 
static final Resource HighIndregreeProperty = m.createResource(NS + "HighIndegreeProperty")
 

Static Private Attributes

static final Model m = ModelFactory.createDefaultModel()
 

Member Data Documentation

◆ addSameAsStatements

final Property addSameAsStatements = m.createProperty(NS + "addSameAsStatements")
static

◆ AnnotationProvider

final Resource AnnotationProvider = m.createResource(NS + "AnnotationProvider")
static

◆ anonymousInversePropertyDescriptionQuery

final Property anonymousInversePropertyDescriptionQuery
static
Initial value:
= m.createProperty(NS
+ "anonymousInversePropertyDescriptionQuery")
static final String NS
Definition: CONF.java:10
static final Model m
Definition: CONF.java:12

Referenced by Dataset.buildDataSource().

◆ anonymousPropertyDescriptionQuery

final Property anonymousPropertyDescriptionQuery = m.createProperty(NS + "anonymousPropertyDescriptionQuery")
static

Referenced by Dataset.buildDataSource().

◆ browsableNamespace

final Property browsableNamespace = m.createProperty(NS + "browsableNamespace")
static

◆ commentProperty

final Property commentProperty = m.createProperty(NS + "commentProperty")
static

◆ Configuration

final Resource Configuration = m.createResource(NS + "Configuration")
static

Referenced by Configuration.create().

◆ contentType

final Property contentType = m.createProperty(NS + "contentType")
static

Referenced by Dataset.buildDataSource().

◆ crsProperty

final Property crsProperty = m.createProperty(NS + "crsProperty")
static

◆ dataset

final Property dataset = m.createProperty(NS + "dataset")
static

◆ datasetBase

final Property datasetBase = m.createProperty(NS + "datasetBase")
static

Referenced by Dataset.buildDataSource().

◆ datasetURIPattern

final Property datasetURIPattern = m.createProperty(NS + "datasetURIPattern")
static

Referenced by Dataset.buildDataSource().

◆ defaultLanguage

final Property defaultLanguage = m.createProperty(NS + "defaultLanguage")
static

◆ geoProperty

final Property geoProperty = m.createProperty(NS + "geoProperty")
static

◆ HighIndregreeProperty

final Resource HighIndregreeProperty = m.createResource(NS + "HighIndegreeProperty")
static

◆ HighOutdregreeProperty

final Resource HighOutdregreeProperty = m.createResource(NS + "HighOutdegreeProperty")
static

◆ imageProperty

final Property imageProperty = m.createProperty(NS + "imageProperty")
static

◆ indexResource

final Property indexResource = m.createProperty(NS + "indexResource")
static

◆ inversePropertyListQuery

final Property inversePropertyListQuery = m.createProperty(NS + "inversePropertyListQuery")
static

Referenced by Dataset.buildDataSource().

◆ labelProperty

final Property labelProperty = m.createProperty(NS + "labelProperty")
static

◆ loadRDF

final Property loadRDF = m.createProperty(NS + "loadRDF")
static

◆ loadVocabulary

final Property loadVocabulary = m.createProperty(NS + "loadVocabulary")
static

◆ m

final Model m = ModelFactory.createDefaultModel()
staticprivate

◆ metadataTemplate

final Property metadataTemplate = m.createProperty(NS + "metadataTemplate")
static

◆ NS

final String NS = "http://richard.cyganiak.de/2007/pubby/config.rdf#"
static

◆ pluralLabel

final Property pluralLabel = m.createProperty(NS + "pluralLabel")
static

◆ projectHomepage

final Property projectHomepage = m.createProperty(NS + "projectHomepage")
static

◆ projectName

final Property projectName = m.createProperty(NS + "projectName")
static

◆ propertyListQuery

final Property propertyListQuery = m.createProperty(NS + "propertyListQuery")
static

Referenced by Dataset.buildDataSource().

◆ queryParamGraph

final Property queryParamGraph = m.createProperty(NS + "queryParamGraph")
static

Referenced by Dataset.buildDataSource().

◆ queryParamSelect

final Property queryParamSelect = m.createProperty(NS + "queryParamSelect")
static

Referenced by Dataset.buildDataSource().

◆ rdfDocumentMetadata

final Property rdfDocumentMetadata = m.createProperty(NS + "rdfDocumentMetadata")
static

◆ resourceDescriptionQuery

final Property resourceDescriptionQuery = m.createProperty(NS + "resourceDescriptionQuery")
static

Referenced by Dataset.buildDataSource().

◆ showLabels

final Property showLabels = m.createProperty(NS + "showLabels")
static

◆ sparqlDefaultGraph

final Property sparqlDefaultGraph = m.createProperty(NS + "sparqlDefaultGraph")
static

Referenced by Dataset.buildDataSource().

◆ sparqlEndpoint

final Property sparqlEndpoint = m.createProperty(NS + "sparqlEndpoint")
static

Referenced by Dataset.buildDataSource().

◆ supportsIRIs

final Property supportsIRIs = m.createProperty(NS + "supportsIRIs")
static

Referenced by Dataset.supportsIRIs().

◆ supportsSPARQL11

final Property supportsSPARQL11 = m.createProperty(NS + "supportsSPARQL11")
static

◆ typeProperty

final Property typeProperty = m.createProperty(NS + "typeProperty")
static

◆ usePrefixesFrom

final Property usePrefixesFrom = m.createProperty(NS + "usePrefixesFrom")
static

◆ wdImage

final Property wdImage =m.createProperty("http://www.wikidata.org/prop/direct/P18")
static

◆ webBase

final Property webBase = m.createProperty(NS + "webBase")
static

◆ webResourcePrefix

final Property webResourcePrefix = m.createProperty(NS + "webResourcePrefix")
static

◆ weight

final Property weight = m.createProperty(NS + "weight")
static