Package | Description |
---|---|
gr.forth.ics.isl.xlink | |
gr.forth.ics.isl.xlink.util |
Modifier and Type | Method and Description |
---|---|
ArrayList<Triple> |
XLink.getAssociations()
Returns the associating triples of the entities.
|
ArrayList<Triple> |
Category.getAssociations()
Returns the associations of the category's entities.
|
ArrayList<Triple> |
Entity.getProperties()
Returns the properties of the entity.
|
ArrayList<Triple> |
XLink.retrieveTriples(String templateQueryFile,
String endpoint,
String uri,
String languageCode)
Retrieves the triples of an entity's given URI.
|
ArrayList<Triple> |
KBM.runEnrichingTemplateQuery(TemplateQuery query,
String URI)
Runs a template query and returns a List of Triples come from the URI "URI".
|
Modifier and Type | Method and Description |
---|---|
void |
Entity.addProperty(Triple triple)
Adds a new property to the entity.
|
Modifier and Type | Method and Description |
---|---|
void |
XLink.setAssociations(ArrayList<Triple> associations)
Sets the associating triples.
|
void |
Category.setAssociations(ArrayList<Triple> associations)
Sets/Changes the associations of the category's entities.
|
void |
Entity.setProperties(ArrayList<Triple> properties)
Sets/changes the incoming properties of the entity.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<Triple> |
Utils.readSPARQLQueryResponseTriples(String response)
Reads the RDF triples from a XML response.
|
Copyright © 2014. All rights reserved.