public class OGPVideo extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
org.eclipse.rdf4j.model.IRI |
NAMESPACE |
static String |
NS |
static String |
VIDEO__ACTOR
Actors in the movie.
|
static String |
VIDEO__ACTOR_ROLE
The role they played.
|
static String |
VIDEO__DIRECTOR
Directors of the movie.
|
static String |
VIDEO__DURATION
The movie's length in seconds.
|
static String |
VIDEO__RELEASE_DATE
The date the movie was released.
|
static String |
VIDEO__SERIES
Which series this episode belongs to.
|
static String |
VIDEO__TAG
Tag words associated with this movie.
|
static String |
VIDEO__WRITER
Writers of the movie.
|
org.eclipse.rdf4j.model.IRI |
videoActor |
org.eclipse.rdf4j.model.IRI |
videoActorRole |
org.eclipse.rdf4j.model.IRI |
videoDirector |
org.eclipse.rdf4j.model.IRI |
videoDuration |
org.eclipse.rdf4j.model.IRI |
videoReleaseDate |
org.eclipse.rdf4j.model.IRI |
videoSeries |
org.eclipse.rdf4j.model.IRI |
videoTag |
org.eclipse.rdf4j.model.IRI |
videoWriter |
| Modifier and Type | Method and Description |
|---|---|
static OGPVideo |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public static final String VIDEO__ACTOR
public static final String VIDEO__ACTOR_ROLE
public static final String VIDEO__DIRECTOR
public static final String VIDEO__WRITER
public static final String VIDEO__DURATION
public static final String VIDEO__RELEASE_DATE
public static final String VIDEO__TAG
public static final String VIDEO__SERIES
public final org.eclipse.rdf4j.model.IRI NAMESPACE
public final org.eclipse.rdf4j.model.IRI videoActor
public final org.eclipse.rdf4j.model.IRI videoActorRole
public final org.eclipse.rdf4j.model.IRI videoDirector
public final org.eclipse.rdf4j.model.IRI videoWriter
public final org.eclipse.rdf4j.model.IRI videoDuration
public final org.eclipse.rdf4j.model.IRI videoReleaseDate
public final org.eclipse.rdf4j.model.IRI videoTag
public final org.eclipse.rdf4j.model.IRI videoSeries
public static OGPVideo getInstance()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.