All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.wine-query2.terp Maven / Gradle / Ivy

PREFIX rdfs: 
PREFIX food: 
PREFIX wine: 

SELECT ?mealCourse WHERE {
?mealCourse rdfs:subClassOf food:MealCourse and food:hasDrink some (wine:Wine and wine:hasBody value wine:Full) .
}
ORDER BY ?mealCourse




© 2015 - 2024 Weber Informatics LLC | Privacy Policy