ConstantTermType - type for representing constants in triple patterns
(i.e., URIs and literals)NamedVarType - type for representing named variables in triple patternsAnonVarType - type for representing anonymous variables in triple
patterns (i.e., variables denoted by a blank node)public interface ITriplePatternFragmentRequest<ConstantTermType,NamedVarType,AnonVarType> extends ILinkedDataFragmentRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETERNAME_OBJ |
static String |
PARAMETERNAME_PRED |
static String |
PARAMETERNAME_SUBJ |
PARAMETERNAME_PAGE, TRIPLESPERPAGE| Modifier and Type | Method and Description |
|---|---|
ITriplePatternElement<ConstantTermType,NamedVarType,AnonVarType> |
getObject()
Returns the object position of the requested triple pattern.
|
ITriplePatternElement<ConstantTermType,NamedVarType,AnonVarType> |
getPredicate()
Returns the predicate position of the requested triple pattern.
|
ITriplePatternElement<ConstantTermType,NamedVarType,AnonVarType> |
getSubject()
Returns the subject position of the requested triple pattern.
|
getDatasetURL, getFragmentURL, getPageNumber, isPageRequeststatic final String PARAMETERNAME_SUBJ
static final String PARAMETERNAME_PRED
static final String PARAMETERNAME_OBJ
ITriplePatternElement<ConstantTermType,NamedVarType,AnonVarType> getSubject()
ITriplePatternElement<ConstantTermType,NamedVarType,AnonVarType> getPredicate()
ITriplePatternElement<ConstantTermType,NamedVarType,AnonVarType> getObject()
Copyright © 2021. All rights reserved.