public class ApiJsonWS
extends java.lang.Object
Constructor and Description |
---|
ApiJsonWS() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
convertFoodMeasurement()
Convert senml measurements into semantic measurements
|
java.util.ArrayList<SparqlResultRecipeNaturopathy> |
getFoodMeasurements()
Search all food measurements
|
java.util.ArrayList<SparqlResultRecipe> |
getRecipeDetails(java.lang.String property) |
java.util.ArrayList<SparqlResultMatchingFood> |
matchingFood()
Link semantic food measurements to existing semantic dataset (recipe, food, naturopathy)
|
java.util.ArrayList<SparqlResultRecipe> |
searchRecipeWithIngredient(java.lang.String property) |
public javax.ws.rs.core.Response convertFoodMeasurement()
data
- converted according to the format RDFpublic java.util.ArrayList<SparqlResultMatchingFood> matchingFood()
public java.util.ArrayList<SparqlResultRecipeNaturopathy> getFoodMeasurements()
public java.util.ArrayList<SparqlResultRecipe> searchRecipeWithIngredient(java.lang.String property)
public java.util.ArrayList<SparqlResultRecipe> getRecipeDetails(java.lang.String property)