ObjectProperty: ml:directs
InverseOf:
ml:hasDirector
ObjectProperty: ml:hasActor
SubPropertyChain:
ml:hasCharacter o ml:playedBy
InverseOf:
ml:playsIn
ObjectProperty: ml:hasCharacter
InverseOf:
ml:isCharacterIn
ObjectProperty: ml:hasDirector
InverseOf:
ml:directs
ObjectProperty: ml:hasLocation
SubPropertyChain:
ml:hasScene o ml:hasLocation
InverseOf:
ml:isLocationOf
ObjectProperty: ml:hasScene
InverseOf:
ml:isSceneOf
ObjectProperty: ml:isCharacterIn
InverseOf:
ml:hasCharacter
ObjectProperty: ml:isGenre
InverseOf:
ml:isGenreOf
ObjectProperty: ml:isGenreOf
InverseOf:
ml:isGenre
ObjectProperty: ml:isLocationOf
InverseOf:
ml:hasLocation
ObjectProperty: ml:isSceneOf
InverseOf:
ml:hasScene
ObjectProperty: ml:playsIn
InverseOf:
ml:hasActor
It's important to understand that all classes will be inferred knowledge. Except for the specific title/show. These will be the only individuals which are explicitly stated to be of a class.
So every title will be an inidivual of one of the following classes:
- Show
- Short
- TvShort
- Movie
- TvMovie
- Series
- TvSeries
- TvMiniSeries
- TvSeries
- TvEpisode
- TvSpecial
- Video
- VideoGame
- Short
Class: ml:Actor
EquivalentTo:
ml:playsIn some ml:Show
Class: ml:Character
EquivalentTo:
ml:isCharacterIn some ml:Show
Class: ml:Director
EquivalentTo:
ml:directs some ml:Show
Class: ml:Scene
EquivalentTo:
ml:isSceneOf some ml:Show
Class: ml:Location
EquivalentTo:
ml:isLocationOf some ml:Show
Class: ml:Genre
EquivalentTo:
ml:isGenreOf some ml:Show
Overview of inferred knowledge. The dotted lines represent the inferred knowledge. The solid lines are explicit statements that are used to derive inference.