| Package | Description |
|---|---|
| org.da.sparqlhelper.sparql.model |
Contains the classes which model the structure of a SPARQL constructs.
|
| org.da.sparqlhelper.sparql.model.prefix |
Contains the classes which allow to map namespaces with prefixes in SPARQL declarations.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,IRI> |
AbstractSparqlRequest.iris |
| Modifier and Type | Method and Description |
|---|---|
IRI |
IRI.asIRI() |
default IRI |
TripleElement.asIRI() |
IRI |
IRI.createFragmentIRI(java.lang.String name) |
IRI |
AbstractSparqlRequest.createIRI(java.lang.String name)
Create an IRI with a specified name.
|
IRI |
ISparqlRequestGroup.createIRI(java.lang.String name)
Create an IRI with a specified name.
|
static IRI |
TripleElement.createIRI(java.lang.String name) |
IRI |
IRI.createRelativeIRI(java.lang.String name) |
IRI |
Individual.getIRI() |
IRI |
WhereExpression.getIRI() |
IRI |
AbstractSparqlRequest.getIRI(java.lang.String name)
Return the IRI with a specified name.
|
IRI |
ISparqlRequestGroup.getIRI(java.lang.String name)
Return the IRI with a specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,IRI> |
AbstractSparqlRequest.getIRIs()
Return the map of IRIs.
|
java.util.Map<java.lang.String,IRI> |
ISparqlRequestGroup.getIRIs()
Return the map of IRIs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSparqlRequest.addIRI(IRI iri)
Add an IRI.
|
boolean |
ISparqlRequestGroup.addIRI(IRI iri)
Add an IRI.
|
| Constructor and Description |
|---|
Individual(IRI iri) |
Individual(IRI iri,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
SparqlPrefixDeclarations.getIRI(java.lang.String prefix)
Return the IRI associated with a prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SparqlPrefixDeclarations.addPrefix(java.lang.String prefix,
IRI iri)
Add a prefix.
|
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence