public class FacetVocab extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.ontology.OntClass |
Facet
Specification for a single filter facet - needs a display label and a skos:notation
(which can be used as the variable name in queries)
|
static com.hp.hpl.jena.ontology.ObjectProperty |
facets
Indicates a list of filter Facet to be used in some context
|
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.ontology.DatatypeProperty |
query
The property or property path which links an item to a facet value, as a string
embedded in the overall query
|
| Constructor and Description |
|---|
FacetVocab() |
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.ontology.ObjectProperty facets
Indicates a list of filter Facet to be used in some context
public static final com.hp.hpl.jena.ontology.DatatypeProperty query
The property or property path which links an item to a facet value, as a string embedded in the overall query
public static final com.hp.hpl.jena.ontology.OntClass Facet
Specification for a single filter facet - needs a display label and a skos:notation (which can be used as the variable name in queries)
Copyright © 2014. All rights reserved.