Package org.aksw.iguana.rp.vocab
Class Vocab
- java.lang.Object
-
- org.aksw.iguana.rp.vocab.Vocab
-
public class Vocab extends java.lang.Object
RDF Vocabulary Classes and Properties
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jena.rdf.model.Property
aggrProperty
static org.apache.jena.rdf.model.Property
filterProperty
static org.apache.jena.rdf.model.Property
groupByProperty
static org.apache.jena.rdf.model.Property
havingProperty
static org.apache.jena.rdf.model.Resource
metricClass
static org.apache.jena.rdf.model.Property
offsetProperty
static org.apache.jena.rdf.model.Property
optionalProperty
static org.apache.jena.rdf.model.Property
orderByProperty
static org.apache.jena.rdf.model.Resource
queryClass
static org.apache.jena.rdf.model.Property
rdfsID
static org.apache.jena.rdf.model.Property
triplesProperty
static org.apache.jena.rdf.model.Property
unionProperty
static org.apache.jena.rdf.model.Property
worker2metric
static org.apache.jena.rdf.model.Resource
workerClass
static org.apache.jena.rdf.model.Property
workerResult
-
Constructor Summary
Constructors Constructor Description Vocab()
-
-
-
Field Detail
-
aggrProperty
public static org.apache.jena.rdf.model.Property aggrProperty
-
rdfsID
public static org.apache.jena.rdf.model.Property rdfsID
-
filterProperty
public static org.apache.jena.rdf.model.Property filterProperty
-
groupByProperty
public static org.apache.jena.rdf.model.Property groupByProperty
-
havingProperty
public static org.apache.jena.rdf.model.Property havingProperty
-
triplesProperty
public static org.apache.jena.rdf.model.Property triplesProperty
-
offsetProperty
public static org.apache.jena.rdf.model.Property offsetProperty
-
optionalProperty
public static org.apache.jena.rdf.model.Property optionalProperty
-
orderByProperty
public static org.apache.jena.rdf.model.Property orderByProperty
-
unionProperty
public static org.apache.jena.rdf.model.Property unionProperty
-
worker2metric
public static org.apache.jena.rdf.model.Property worker2metric
-
workerResult
public static org.apache.jena.rdf.model.Property workerResult
-
workerClass
public static org.apache.jena.rdf.model.Resource workerClass
-
queryClass
public static org.apache.jena.rdf.model.Resource queryClass
-
metricClass
public static org.apache.jena.rdf.model.Resource metricClass
-
-