Package org.apache.any23.vocab
Class OGPVideo
- java.lang.Object
-
- org.apache.any23.vocab.Vocabulary
-
- org.apache.any23.vocab.OGPVideo
-
public class OGPVideo extends Vocabulary
The Open Graph Protocol Video Type vocabulary.
-
-
Field Summary
Fields Modifier and Type Field Description org.eclipse.rdf4j.model.IRINAMESPACEstatic StringNSstatic StringVIDEO__ACTORActors in the movie.static StringVIDEO__ACTOR_ROLEThe role they played.static StringVIDEO__DIRECTORDirectors of the movie.static StringVIDEO__DURATIONThe movie's length in seconds.static StringVIDEO__RELEASE_DATEThe date the movie was released.static StringVIDEO__SERIESWhich series this episode belongs to.static StringVIDEO__TAGTag words associated with this movie.static StringVIDEO__WRITERWriters of the movie.org.eclipse.rdf4j.model.IRIvideoActororg.eclipse.rdf4j.model.IRIvideoActorRoleorg.eclipse.rdf4j.model.IRIvideoDirectororg.eclipse.rdf4j.model.IRIvideoDurationorg.eclipse.rdf4j.model.IRIvideoReleaseDateorg.eclipse.rdf4j.model.IRIvideoSeriesorg.eclipse.rdf4j.model.IRIvideoTagorg.eclipse.rdf4j.model.IRIvideoWriter
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OGPVideogetInstance()-
Methods inherited from class org.apache.any23.vocab.Vocabulary
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCase
-
-
-
-
Field Detail
-
NS
public static final String NS
- See Also:
- Constant Field Values
-
VIDEO__ACTOR
public static final String VIDEO__ACTOR
Actors in the movie.- See Also:
- Constant Field Values
-
VIDEO__ACTOR_ROLE
public static final String VIDEO__ACTOR_ROLE
The role they played.- See Also:
- Constant Field Values
-
VIDEO__DIRECTOR
public static final String VIDEO__DIRECTOR
Directors of the movie.- See Also:
- Constant Field Values
-
VIDEO__WRITER
public static final String VIDEO__WRITER
Writers of the movie.- See Also:
- Constant Field Values
-
VIDEO__DURATION
public static final String VIDEO__DURATION
The movie's length in seconds.- See Also:
- Constant Field Values
-
VIDEO__RELEASE_DATE
public static final String VIDEO__RELEASE_DATE
The date the movie was released.- See Also:
- Constant Field Values
-
VIDEO__TAG
public static final String VIDEO__TAG
Tag words associated with this movie.- See Also:
- Constant Field Values
-
VIDEO__SERIES
public static final String VIDEO__SERIES
Which series this episode belongs to.- See Also:
- Constant Field Values
-
NAMESPACE
public final org.eclipse.rdf4j.model.IRI NAMESPACE
-
videoActor
public final org.eclipse.rdf4j.model.IRI videoActor
-
videoActorRole
public final org.eclipse.rdf4j.model.IRI videoActorRole
-
videoDirector
public final org.eclipse.rdf4j.model.IRI videoDirector
-
videoWriter
public final org.eclipse.rdf4j.model.IRI videoWriter
-
videoDuration
public final org.eclipse.rdf4j.model.IRI videoDuration
-
videoReleaseDate
public final org.eclipse.rdf4j.model.IRI videoReleaseDate
-
videoTag
public final org.eclipse.rdf4j.model.IRI videoTag
-
videoSeries
public final org.eclipse.rdf4j.model.IRI videoSeries
-
-
Method Detail
-
getInstance
public static OGPVideo getInstance()
-
-