- GeoAroundService - Class in org.wikidata.query.rdf.blazegraph.geo
-
Implements a service to do geospatial search.
- GeoAroundService() - Constructor for class org.wikidata.query.rdf.blazegraph.geo.GeoAroundService
-
- GeoBoxService - Class in org.wikidata.query.rdf.blazegraph.geo
-
Implements a service to do geospatial search.
- GeoBoxService() - Constructor for class org.wikidata.query.rdf.blazegraph.geo.GeoBoxService
-
- GeoService - Class in org.wikidata.query.rdf.blazegraph.geo
-
Implements a service to do geospatial search.
- GeoService() - Constructor for class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
- GeoSparqlVocabularyDecl - Class in org.wikidata.query.rdf.blazegraph.vocabulary
-
Vocabulary containing the URIs from
GeoSparql that are imported
into Blazegraph.
- GeoSparqlVocabularyDecl() - Constructor for class org.wikidata.query.rdf.blazegraph.vocabulary.GeoSparqlVocabularyDecl
-
- GeoUtils - Class in org.wikidata.query.rdf.blazegraph.geo
-
Miscellaneous useful functions for geospatial code.
- GeoUtils.Box - Class in org.wikidata.query.rdf.blazegraph.geo
-
Utility class for representing a coordinate box, given by two diagonal
corners.
- GeoUtils.Box(WikibasePoint, WikibasePoint) - Constructor for class org.wikidata.query.rdf.blazegraph.geo.GeoUtils.Box
-
- get(IBindingSet) - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseCornerBOp
-
- get(IBindingSet) - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDateBOp
-
Get expression value.
- get(IBindingSet) - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDistanceBOp
-
- get(IBindingSet) - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseNowBOp
-
Get expression value.
- getCoordinate(WikibasePoint) - Static method in class org.wikidata.query.rdf.blazegraph.geo.GeoUtils
-
Create CoordinateDD from WikibasePoint.
- getCoordinate(IV) - Static method in class org.wikidata.query.rdf.blazegraph.geo.GeoUtils
-
Create CoordinateDD from IV literal.
- getCoordinateFromIV(IV) - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDistanceBOp
-
Get coordinate from IV value.
- getCoordinateFromWP(WikibasePoint) - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseCornerBOp
-
Get coordinate from WikibasePoint value.
- getDatatypes() - Method in class org.wikidata.query.rdf.blazegraph.inline.literal.AbstractMultiTypeExtension
-
- getGlobeNode(BigdataValueFactory, ServiceParams) - Method in class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
Create globe node with appropriate value for coordSystem.
- getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral, ?>) - Method in class org.wikidata.query.rdf.blazegraph.inline.uri.UndecoratedUuidInlineUriHandler
-
- getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral, ?>) - Method in class org.wikidata.query.rdf.blazegraph.inline.uri.ValuePropertiesInlineUriHandler
-
Deprecated.
- getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral, ?>) - Method in class org.wikidata.query.rdf.blazegraph.inline.uri.WikibaseStyleStatementInlineUriHandler
-
Deprecated.
- getParam(ServiceParams, URI) - Method in class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
Get service parameter by name.
- getPatternNode(ServiceCallCreateParams) - Method in class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
Extract pattern node from parameters.
- getRequiredBound(ServiceNode) - Method in class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
- getRequirement() - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseCornerBOp
-
- getRequirement() - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDateBOp
-
Materialization requirements.
- getRequirement() - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDistanceBOp
-
- getRequirement() - Method in class org.wikidata.query.rdf.blazegraph.constraints.WikibaseNowBOp
-
Never needs materialization.
- getServiceOptions() - Method in class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
- getServiceOptions() - Method in class org.wikidata.query.rdf.blazegraph.label.LabelService
-
- getServiceOptions() - Method in class org.wikidata.query.rdf.blazegraph.PrefixDelegatingServiceFactory
-
- getStatementPatterns(ServiceNode) - Method in class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
Returns the statement patterns contained in the service node.
- GLOBE_PARAM - Static variable in class org.wikidata.query.rdf.blazegraph.geo.GeoService
-
wikibase:globe parameter name.
- WEST_PARAM - Static variable in class org.wikidata.query.rdf.blazegraph.geo.GeoBoxService
-
wikibase:cornerWest parameter name.
- WikibaseContextListener - Class in org.wikidata.query.rdf.blazegraph
-
Context listener to enact configurations we need on initialization.
- WikibaseContextListener() - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseContextListener
-
- WikibaseCornerBOp - Class in org.wikidata.query.rdf.blazegraph.constraints
-
Get NE or SW corners of the box, given two arbitrary diagonal corners.
- WikibaseCornerBOp(BOp[], Map<String, Object>) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseCornerBOp
-
Required shallow copy constructor.
- WikibaseCornerBOp(IValueExpression<? extends IV>, IValueExpression<? extends IV>, WikibaseCornerBOp.Corners, GlobalAnnotations) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseCornerBOp
-
Main ctor.
- WikibaseCornerBOp(WikibaseCornerBOp) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseCornerBOp
-
Constructor required for com.bigdata.bop.BOpUtility#deepCopy(FilterNode).
- WikibaseCornerBOp.Annotations - Interface in org.wikidata.query.rdf.blazegraph.constraints
-
Annotaion for specific corner.
- WikibaseCornerBOp.Corners - Enum in org.wikidata.query.rdf.blazegraph.constraints
-
Corners supported by this op.
- WikibaseDateBOp - Class in org.wikidata.query.rdf.blazegraph.constraints
-
A date expression involving a left IValueExpression operand.
- WikibaseDateBOp(IValueExpression<? extends IV>, DateBOp.DateOp, GlobalAnnotations) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDateBOp
-
- WikibaseDateBOp(BOp[], Map<String, Object>) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDateBOp
-
Required shallow copy constructor.
- WikibaseDateBOp(WikibaseDateBOp) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDateBOp
-
Constructor required for com.bigdata.bop.BOpUtility#deepCopy(FilterNode).
- WikibaseDateExtension<V extends com.bigdata.rdf.model.BigdataValue> - Class in org.wikidata.query.rdf.blazegraph.inline.literal
-
This implementation of IExtension implements
inlining for literals that represent xsd:dateTime literals.
- WikibaseDateExtension(IDatatypeURIResolver) - Constructor for class org.wikidata.query.rdf.blazegraph.inline.literal.WikibaseDateExtension
-
- WikibaseDistanceBOp - Class in org.wikidata.query.rdf.blazegraph.constraints
-
Implementation of geof:distance function.
- WikibaseDistanceBOp(BOp[], Map<String, Object>) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDistanceBOp
-
Required shallow copy constructor.
- WikibaseDistanceBOp(IValueExpression<? extends IV>, IValueExpression<? extends IV>, GlobalAnnotations) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDistanceBOp
-
- WikibaseDistanceBOp(WikibaseDistanceBOp) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseDistanceBOp
-
Constructor required for com.bigdata.bop.BOpUtility#deepCopy(FilterNode).
- WikibaseExtensionFactory - Class in org.wikidata.query.rdf.blazegraph
-
Setup inline value extensions to Blazegraph for Wikidata.
- WikibaseExtensionFactory() - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseExtensionFactory
-
- WikibaseInlineUriFactory - Class in org.wikidata.query.rdf.blazegraph
-
Factory building InlineURIHandlers for wikidata.
- WikibaseInlineUriFactory() - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseInlineUriFactory
-
- WikibaseNowBOp - Class in org.wikidata.query.rdf.blazegraph.constraints
-
Implements the now() operator.
- WikibaseNowBOp(GlobalAnnotations) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseNowBOp
-
Ctor.
- WikibaseNowBOp(BOp[], Map<String, Object>) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseNowBOp
-
Required shallow copy constructor.
- WikibaseNowBOp(WikibaseNowBOp) - Constructor for class org.wikidata.query.rdf.blazegraph.constraints.WikibaseNowBOp
-
Constructor required for com.bigdata.bop.BOpUtility#deepCopy(FilterNode).
- WikibaseOptimizers - Class in org.wikidata.query.rdf.blazegraph
-
Optimizer list for Wikibase.
- WikibaseOptimizers() - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseOptimizers
-
- WikibaseStyleStatementInlineUriHandler - Class in org.wikidata.query.rdf.blazegraph.inline.uri
-
Deprecated.
- WikibaseStyleStatementInlineUriHandler(String) - Constructor for class org.wikidata.query.rdf.blazegraph.inline.uri.WikibaseStyleStatementInlineUriHandler
-
Deprecated.
- WikibaseUrisVocabularyDecl - Class in org.wikidata.query.rdf.blazegraph.vocabulary
-
Vocabulary containing the URIs from
Ontology that are imported
into Blazegraph.
- WikibaseUrisVocabularyDecl(WikibaseUris) - Constructor for class org.wikidata.query.rdf.blazegraph.vocabulary.WikibaseUrisVocabularyDecl
-
- WikibaseVocabulary - Class in org.wikidata.query.rdf.blazegraph
-
Versioned vocabulary classes for wikibase.
- WikibaseVocabulary() - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseVocabulary
-
- WikibaseVocabulary.V001 - Class in org.wikidata.query.rdf.blazegraph
-
Vocabulary class for BG 1.5.
- WikibaseVocabulary.V001() - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseVocabulary.V001
-
- WikibaseVocabulary.V001(String) - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseVocabulary.V001
-
- WikibaseVocabulary.V002 - Class in org.wikidata.query.rdf.blazegraph
-
Class for BG 2.0 with geospatial.
- WikibaseVocabulary.V002() - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseVocabulary.V002
-
- WikibaseVocabulary.V002(String) - Constructor for class org.wikidata.query.rdf.blazegraph.WikibaseVocabulary.V002
-
- WKT_LITERAL_URI - Static variable in class org.wikidata.query.rdf.blazegraph.geo.GeoUtils
-
URI form of WKT literal type.
- WKTSerializer - Class in org.wikidata.query.rdf.blazegraph.inline.literal
-
Serializer class for WKT format.
- WKTSerializer() - Constructor for class org.wikidata.query.rdf.blazegraph.inline.literal.WKTSerializer
-
- WRAP_PARAM - Static variable in class org.wikidata.query.rdf.blazegraph.geo.GeoBoxService
-
Service param to specify we need coordinate wrapping.