Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Resource |
API |
static com.hp.hpl.jena.rdf.model.Property |
base
The base URI of the API, which is distinct from the URI of the SPARQL endpoint
that it queries or the base URI of the instances that it returns.
|
static com.hp.hpl.jena.rdf.model.Resource |
basicViewer
A viewer that returns the type and label of the item.
|
static com.hp.hpl.jena.rdf.model.Property |
contentNegotiation
The mechanism used within the URI to override normal content negotiation and
deliver a particular results format.
|
static com.hp.hpl.jena.rdf.model.Resource |
ContentNegotiationStrategy |
static com.hp.hpl.jena.rdf.model.Resource |
csvFormatter
A formatter that gives the default simple CSV representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Resource |
CsvFormatter
A formatter that generates a simple CSV representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Property |
defaultFormatter
The default formatter used if none is explicitly selected within the request
URI.
|
static com.hp.hpl.jena.rdf.model.Property |
defaultPageSize
The default size of lists that will be returned by the API or endpoint.
|
static com.hp.hpl.jena.rdf.model.Property |
defaultViewer
The default viewer used if none is explicitly selected within the request
URI.
|
static com.hp.hpl.jena.rdf.model.Property |
definition |
static com.hp.hpl.jena.rdf.model.Resource |
describeViewer
A viewer that returns a graph created from a DESCRIBE query.
|
static com.hp.hpl.jena.rdf.model.Property |
endpoint
An endpoint specified by the API, against which requests can be made.
|
static com.hp.hpl.jena.rdf.model.Resource |
Endpoint
An endpoint exposed by the API.
|
static com.hp.hpl.jena.rdf.model.Resource |
Execution |
static com.hp.hpl.jena.rdf.model.Property |
extendedMetadataVersion |
static com.hp.hpl.jena.rdf.model.Property |
filter
A set of parameter bindings in the same format as is used within the query
of a URI, used to provide a simple way of filtering the sequence of items
that the selector selects.
|
static com.hp.hpl.jena.rdf.model.Property |
formatter
A formatter that can be used with the endpoint.
|
static com.hp.hpl.jena.rdf.model.Resource |
Formatter
A formatter that creates a representation from an RDF graph.
|
static com.hp.hpl.jena.rdf.model.Resource |
Hidden |
static com.hp.hpl.jena.rdf.model.Resource |
HtmlFormatter |
static com.hp.hpl.jena.rdf.model.Property |
include
Other viewers that describe properties that should be incorporated into this
view.
|
static com.hp.hpl.jena.rdf.model.Resource |
ItemEndpoint
An endpoint that returns information about a single instance.
|
static com.hp.hpl.jena.rdf.model.Property |
items |
static com.hp.hpl.jena.rdf.model.Property |
itemTemplate
A template for the URI of the item that the item endpoint should return.
|
static com.hp.hpl.jena.rdf.model.Resource |
jsonFormatter
A formatter that gives the default simple JSON representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Resource |
JsonFormatter
A formatter that generates a simple JSON representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Property |
label |
static com.hp.hpl.jena.rdf.model.Resource |
labelledDescribeViewer
A viewer that returns the graph created from a DESCRIBE query, supplemented
by labels for linked resources.
|
static com.hp.hpl.jena.rdf.model.Property |
lang |
static com.hp.hpl.jena.rdf.model.Resource |
ListEndpoint
An endpoint that returns information about a list of instances.
|
static com.hp.hpl.jena.rdf.model.Property |
maxPageSize
The maximum size of lists that will be returned by the API.
|
static com.hp.hpl.jena.rdf.model.Property |
mimeType
The mime type that the formatter returns and that it should be used with.
|
static com.hp.hpl.jena.rdf.model.Property |
multiValued |
static com.hp.hpl.jena.rdf.model.Resource |
Multivalued |
static com.hp.hpl.jena.rdf.model.Property |
name
The name of the resource.
|
static com.hp.hpl.jena.rdf.model.Property |
namespace |
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 |
orderBy
A space separated sequence of OrderConditions suitable for using in a SPARQL
ORDER BY clause.
|
static com.hp.hpl.jena.rdf.model.Property |
page |
static com.hp.hpl.jena.rdf.model.Resource |
Page |
static com.hp.hpl.jena.rdf.model.Resource |
parameterBased
This content negotiation strategy uses the _format parameter within the URI
to indicate the formatter that should be used to format the results of the
request.
|
static com.hp.hpl.jena.rdf.model.Property |
parent
The parent selector, from which filters and sort specifications may be inherited.
|
static com.hp.hpl.jena.rdf.model.Resource |
PlainLiteral
(Elda extension) A datatype to mark the values of a property as being untyped
literals.
|
static com.hp.hpl.jena.rdf.model.Property |
prefix |
static com.hp.hpl.jena.rdf.model.Property |
prefixMapping |
static com.hp.hpl.jena.rdf.model.Property |
processor |
static com.hp.hpl.jena.rdf.model.Property |
properties
A comma-separated list of property paths that indicate the information that
should be included in the view.
|
static com.hp.hpl.jena.rdf.model.Property |
property
A property chain (which may be a single property) that indicates information
that should be included in the view.
|
static com.hp.hpl.jena.rdf.model.Resource |
RawLiteral
A datatype to mark the values of a property as being untyped, unlanguaged
literals.
|
static com.hp.hpl.jena.rdf.model.Resource |
rdfXmlFormatter
A formatter that gives the default RDF/XML representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Resource |
RdfXmlFormatter
A formatter that generates an RDF/XML representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Property |
select
A SPARQL WHERE and ORDER BY clause that can be used to select an ordered list
of resources.
|
static com.hp.hpl.jena.rdf.model.Property |
selectionResult |
static com.hp.hpl.jena.rdf.model.Property |
selector
The selector that should be used to generate the list of items.
|
static com.hp.hpl.jena.rdf.model.Resource |
Selector
A specification of an ordered list of resources.
|
static com.hp.hpl.jena.rdf.model.Resource |
Service |
static com.hp.hpl.jena.rdf.model.Resource |
SimpleLiteral
(Elda extension) A datatype to mark the values of a property as being unadorned
literals.
|
static com.hp.hpl.jena.rdf.model.Property |
sort
A sequence of comma-separated sort specifications indicating the sorting of
the items in the sequence that the selector selects.
|
static com.hp.hpl.jena.rdf.model.Property |
sparqlEndpoint
The endpoint used to serve up the results that are exposed by the API.
|
static com.hp.hpl.jena.rdf.model.Property |
structured |
static com.hp.hpl.jena.rdf.model.Property |
stylesheet
The XSLT stylesheet that should be used by an XSLT formatter to generate a
representation of the RDF graph
|
static com.hp.hpl.jena.rdf.model.Resource |
suffixBased
This content negotiation strategy uses the suffix used on the last segment
within the request URI to indicate the formatter that should be used to format
the results of the request.
|
static com.hp.hpl.jena.rdf.model.Property |
template
SPARQL that can be used to construct a graph based on an item (identified
in the SPARQL as ?item).
|
static com.hp.hpl.jena.rdf.model.Property |
termBinding |
static com.hp.hpl.jena.rdf.model.Resource |
TurtleFormatter
A formatter that gives the default Turtle representation of an RDF graphA
formatter that generates an Turtle representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Property |
type |
static com.hp.hpl.jena.rdf.model.Property |
uriTemplate
A template that can be used to match against request URIs.
|
static com.hp.hpl.jena.rdf.model.Property |
value |
static com.hp.hpl.jena.rdf.model.Property |
variable |
static com.hp.hpl.jena.rdf.model.Property |
variableBinding |
static com.hp.hpl.jena.rdf.model.Property |
viewer
A viewer that can be used with the endpoint.
|
static com.hp.hpl.jena.rdf.model.Resource |
Viewer
A specification of a view of a particular item.
|
static com.hp.hpl.jena.rdf.model.Property |
viewingResult |
static com.hp.hpl.jena.rdf.model.Property |
vocabulary
A vocabulary that should be used by the configuration to provide labels for
properties.
|
static com.hp.hpl.jena.rdf.model.Property |
wasResultOf |
static com.hp.hpl.jena.rdf.model.Property |
where
A GroupGraphPattern suitable for embedding within a SPARQL WHERE clause.
|
static com.hp.hpl.jena.rdf.model.Resource |
xmlFormatter
A formatter that gives the default simple XML representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Resource |
XmlFormatter
A formatter that generates a simple XML representation of an RDF graph
|
static com.hp.hpl.jena.rdf.model.Resource |
XsltFormatter
A formatter that uses an XSLT stylesheet to generates a representation of
an RDF graph
|
Constructor and Description |
---|
API() |
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 base
The base URI of the API, which is distinct from the URI of the SPARQL endpoint that it queries or the base URI of the instances that it returns. This base URI is stripped from the request URI before any matching is done against the endpoints defined for the API.
public static final com.hp.hpl.jena.rdf.model.Property contentNegotiation
The mechanism used within the URI to override normal content negotiation and deliver a particular results format.
public static final com.hp.hpl.jena.rdf.model.Property defaultFormatter
The default formatter used if none is explicitly selected within the request URI.
public static final com.hp.hpl.jena.rdf.model.Property defaultPageSize
The default size of lists that will be returned by the API or endpoint.
public static final com.hp.hpl.jena.rdf.model.Property defaultViewer
The default viewer used if none is explicitly selected within the request URI.
public static final com.hp.hpl.jena.rdf.model.Property definition
public static final com.hp.hpl.jena.rdf.model.Property endpoint
An endpoint specified by the API, against which requests can be made.
public static final com.hp.hpl.jena.rdf.model.Property extendedMetadataVersion
public static final com.hp.hpl.jena.rdf.model.Property filter
A set of parameter bindings in the same format as is used within the query of a URI, used to provide a simple way of filtering the sequence of items that the selector selects.
public static final com.hp.hpl.jena.rdf.model.Property formatter
A formatter that can be used with the endpoint.
public static final com.hp.hpl.jena.rdf.model.Property include
Other viewers that describe properties that should be incorporated into this view.
public static final com.hp.hpl.jena.rdf.model.Property itemTemplate
A template for the URI of the item that the item endpoint should return. Any instances of {varName} within the string are replaced by the value of the relevant variable.
public static final com.hp.hpl.jena.rdf.model.Property items
public static final com.hp.hpl.jena.rdf.model.Property label
public static final com.hp.hpl.jena.rdf.model.Property lang
public static final com.hp.hpl.jena.rdf.model.Property maxPageSize
The maximum size of lists that will be returned by the API.
public static final com.hp.hpl.jena.rdf.model.Property mimeType
The mime type that the formatter returns and that it should be used with.
public static final com.hp.hpl.jena.rdf.model.Property multiValued
public static final com.hp.hpl.jena.rdf.model.Property name
The name of the resource.
public static final com.hp.hpl.jena.rdf.model.Property namespace
public static final com.hp.hpl.jena.rdf.model.Property orderBy
A space separated sequence of OrderConditions suitable for using in a SPARQL ORDER BY clause. This is used to order the sequence of items that the selector selects.
public static final com.hp.hpl.jena.rdf.model.Property page
public static final com.hp.hpl.jena.rdf.model.Property parent
The parent selector, from which filters and sort specifications may be inherited.
public static final com.hp.hpl.jena.rdf.model.Property prefix
public static final com.hp.hpl.jena.rdf.model.Property prefixMapping
public static final com.hp.hpl.jena.rdf.model.Property processor
public static final com.hp.hpl.jena.rdf.model.Property properties
A comma-separated list of property paths that indicate the information that should be included in the view.
public static final com.hp.hpl.jena.rdf.model.Property property
A property chain (which may be a single property) that indicates information that should be included in the view.
public static final com.hp.hpl.jena.rdf.model.Property select
A SPARQL WHERE and ORDER BY clause that can be used to select an ordered list of resources. It should include the binding of an ?item variable for the selected items.
public static final com.hp.hpl.jena.rdf.model.Property selectionResult
public static final com.hp.hpl.jena.rdf.model.Property selector
The selector that should be used to generate the list of items.
public static final com.hp.hpl.jena.rdf.model.Property sort
A sequence of comma-separated sort specifications indicating the sorting of the items in the sequence that the selector selects. A leading hyphen indicates a reverse sort.
public static final com.hp.hpl.jena.rdf.model.Property sparqlEndpoint
The endpoint used to serve up the results that are exposed by the API. This should not include the query parameters within the URI.
public static final com.hp.hpl.jena.rdf.model.Property structured
public static final com.hp.hpl.jena.rdf.model.Property stylesheet
The XSLT stylesheet that should be used by an XSLT formatter to generate a representation of the RDF graph
public static final com.hp.hpl.jena.rdf.model.Property template
SPARQL that can be used to construct a graph based on an item (identified in the SPARQL as ?item).
public static final com.hp.hpl.jena.rdf.model.Property termBinding
public static final com.hp.hpl.jena.rdf.model.Property type
public static final com.hp.hpl.jena.rdf.model.Property uriTemplate
A template that can be used to match against request URIs. This template can contain variable names within {}s; when the URI is matched then the substrings that appear in these locations are bound to the named variable.
public static final com.hp.hpl.jena.rdf.model.Property value
public static final com.hp.hpl.jena.rdf.model.Property variable
public static final com.hp.hpl.jena.rdf.model.Property variableBinding
public static final com.hp.hpl.jena.rdf.model.Property viewer
A viewer that can be used with the endpoint.
public static final com.hp.hpl.jena.rdf.model.Property viewingResult
public static final com.hp.hpl.jena.rdf.model.Property vocabulary
A vocabulary that should be used by the configuration to provide labels for properties. To be recognised for filtering, a property must be defined either within this vocabulary or in the configuration file itself.
public static final com.hp.hpl.jena.rdf.model.Property wasResultOf
public static final com.hp.hpl.jena.rdf.model.Property where
A GroupGraphPattern suitable for embedding within a SPARQL WHERE clause. This is used for filtering the set of items that the selector selects.
public static final com.hp.hpl.jena.rdf.model.Resource API
public static final com.hp.hpl.jena.rdf.model.Resource ContentNegotiationStrategy
public static final com.hp.hpl.jena.rdf.model.Resource CsvFormatter
A formatter that generates a simple CSV representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource Endpoint
An endpoint exposed by the API.
public static final com.hp.hpl.jena.rdf.model.Resource Execution
public static final com.hp.hpl.jena.rdf.model.Resource Formatter
A formatter that creates a representation from an RDF graph.
public static final com.hp.hpl.jena.rdf.model.Resource Hidden
public static final com.hp.hpl.jena.rdf.model.Resource HtmlFormatter
public static final com.hp.hpl.jena.rdf.model.Resource ItemEndpoint
An endpoint that returns information about a single instance.
public static final com.hp.hpl.jena.rdf.model.Resource JsonFormatter
A formatter that generates a simple JSON representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource ListEndpoint
An endpoint that returns information about a list of instances.
public static final com.hp.hpl.jena.rdf.model.Resource Multivalued
public static final com.hp.hpl.jena.rdf.model.Resource Page
public static final com.hp.hpl.jena.rdf.model.Resource PlainLiteral
(Elda extension) A datatype to mark the values of a property as being untyped literals.
public static final com.hp.hpl.jena.rdf.model.Resource RawLiteral
A datatype to mark the values of a property as being untyped, unlanguaged literals.
public static final com.hp.hpl.jena.rdf.model.Resource RdfXmlFormatter
A formatter that generates an RDF/XML representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource Selector
A specification of an ordered list of resources.
public static final com.hp.hpl.jena.rdf.model.Resource Service
public static final com.hp.hpl.jena.rdf.model.Resource SimpleLiteral
(Elda extension) A datatype to mark the values of a property as being unadorned literals.
public static final com.hp.hpl.jena.rdf.model.Resource TurtleFormatter
A formatter that gives the default Turtle representation of an RDF graphA formatter that generates an Turtle representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource Viewer
A specification of a view of a particular item.
public static final com.hp.hpl.jena.rdf.model.Resource XmlFormatter
A formatter that generates a simple XML representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource XsltFormatter
A formatter that uses an XSLT stylesheet to generates a representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource basicViewer
A viewer that returns the type and label of the item.
public static final com.hp.hpl.jena.rdf.model.Resource csvFormatter
A formatter that gives the default simple CSV representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource describeViewer
A viewer that returns a graph created from a DESCRIBE query.
public static final com.hp.hpl.jena.rdf.model.Resource jsonFormatter
A formatter that gives the default simple JSON representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource labelledDescribeViewer
A viewer that returns the graph created from a DESCRIBE query, supplemented by labels for linked resources.
public static final com.hp.hpl.jena.rdf.model.Resource parameterBased
This content negotiation strategy uses the _format parameter within the URI to indicate the formatter that should be used to format the results of the request.
public static final com.hp.hpl.jena.rdf.model.Resource rdfXmlFormatter
A formatter that gives the default RDF/XML representation of an RDF graph
public static final com.hp.hpl.jena.rdf.model.Resource suffixBased
This content negotiation strategy uses the suffix used on the last segment within the request URI to indicate the formatter that should be used to format the results of the request.
public static final com.hp.hpl.jena.rdf.model.Resource xmlFormatter
A formatter that gives the default simple XML representation of an RDF graph
Copyright © 2014. All Rights Reserved.