I'm currently playing a bit with the OWL and especially with restrictions. I'm trying to create a query that does the following:
Suppose that I have a class 'Cinema' that has a property 'movies' (that contains objects of type 'Movie'). The class 'Movie' contains a property named 'genre'. Now I want to create a class ActionCinemas that only has movies with the genre 'action'.
I'm really not sure how to do this. I was thinking about doing something with intersections or the cardinality but I'm not sure of that.
Could anyone give me a hand in this?
that
) instead a comma betweenCinema
andhasMovie
in Manchester OWL syntax? – Berrios