public class OGP extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
org.eclipse.rdf4j.model.IRI |
audio |
static String |
AUDIO
A URL to an audio file to accompany this object.
|
static String |
AUDIO__ALT
A description of what is in the audio file (not a caption).
|
static String |
AUDIO__SECURE_URL
An alternate url to use if the webpage requires HTTPS.
|
static String |
AUDIO__TYPE
A MIME type for this audio.
|
org.eclipse.rdf4j.model.IRI |
audioAlt |
org.eclipse.rdf4j.model.IRI |
audioSecureURL |
org.eclipse.rdf4j.model.IRI |
audioType |
org.eclipse.rdf4j.model.IRI |
description |
static String |
DESCRIPTION
A one to two sentence description of your object.
|
org.eclipse.rdf4j.model.IRI |
determiner |
static String |
DETERMINER
The word that appears before this object's title in a sentence.
|
org.eclipse.rdf4j.model.IRI |
image |
static String |
IMAGE
An image URL which should represent your object within the graph.
|
static String |
IMAGE__ALT
A description of what is in the image (not a caption).
|
static String |
IMAGE__HEIGHT
The number of pixels high.
|
static String |
IMAGE__SECURE_URL
An alternate url to use if the webpage requires HTTPS.
|
static String |
IMAGE__TYPE
A MIME type for this image.
|
static String |
IMAGE__URL
Identical to
og:image. |
static String |
IMAGE__WIDTH
The number of pixels wide.
|
org.eclipse.rdf4j.model.IRI |
imageAlt |
org.eclipse.rdf4j.model.IRI |
imageHeight |
org.eclipse.rdf4j.model.IRI |
imageSecureURL |
org.eclipse.rdf4j.model.IRI |
imageType |
org.eclipse.rdf4j.model.IRI |
imageURL |
org.eclipse.rdf4j.model.IRI |
imageWidth |
org.eclipse.rdf4j.model.IRI |
locale |
static String |
LOCALE
The locale these tags are marked up in.
|
static String |
LOCALE__ALTERNATE
An array of other locales this page is available in.
|
org.eclipse.rdf4j.model.IRI |
localeAlternate |
org.eclipse.rdf4j.model.IRI |
NAMESPACE |
static String |
NS |
static String |
SITE_NAME
If your object is part of a larger web site, the name which should be
displayed for the overall site.
|
org.eclipse.rdf4j.model.IRI |
siteName |
org.eclipse.rdf4j.model.IRI |
title |
static String |
TITLE
The title of your object as it should appear within the graph, e.g., "The Rock".
|
org.eclipse.rdf4j.model.IRI |
type |
static String |
TYPE
The type of your object, e.g., "video.movie".
|
org.eclipse.rdf4j.model.IRI |
url |
static String |
URL
The canonical URL of your object that will be used as its permanent ID in the
graph, e.g., "http://www.imdb.com/title/tt0117500/".
|
org.eclipse.rdf4j.model.IRI |
video |
static String |
VIDEO
A URL to a video file that complements this object.
|
static String |
VIDEO__ALT
A description of what is in the video (not a caption).
|
static String |
VIDEO__HEIGHT
The number of pixels height.
|
static String |
VIDEO__SECURE_URL
An alternate url to use if the webpage requires HTTPS.
|
static String |
VIDEO__TYPE
A MIME type for this video.
|
static String |
VIDEO__URL
Video URL.
|
static String |
VIDEO__WIDTH
The number of pixels wide.
|
org.eclipse.rdf4j.model.IRI |
videoAlt |
org.eclipse.rdf4j.model.IRI |
videoHeight |
org.eclipse.rdf4j.model.IRI |
videoSecureURL |
org.eclipse.rdf4j.model.IRI |
videoType |
org.eclipse.rdf4j.model.IRI |
videoURL |
org.eclipse.rdf4j.model.IRI |
videoWidth |
| Modifier and Type | Method and Description |
|---|---|
static OGP |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public static final String TITLE
public static final String TYPE
public static final String URL
public static final String IMAGE
public static final String AUDIO
public static final String DESCRIPTION
public static final String DETERMINER
public static final String LOCALE
language_TERRITORY.
Default is en_US.public static final String LOCALE__ALTERNATE
public static final String SITE_NAME
public static final String VIDEO
public static final String IMAGE__URL
og:image.public static final String IMAGE__SECURE_URL
public static final String IMAGE__TYPE
public static final String IMAGE__WIDTH
public static final String IMAGE__HEIGHT
public static final String IMAGE__ALT
public static final String VIDEO__URL
public static final String VIDEO__SECURE_URL
public static final String VIDEO__TYPE
public static final String VIDEO__WIDTH
public static final String VIDEO__HEIGHT
public static final String VIDEO__ALT
public static final String AUDIO__SECURE_URL
public static final String AUDIO__TYPE
public static final String AUDIO__ALT
public final org.eclipse.rdf4j.model.IRI NAMESPACE
public final org.eclipse.rdf4j.model.IRI title
public final org.eclipse.rdf4j.model.IRI type
public final org.eclipse.rdf4j.model.IRI url
public final org.eclipse.rdf4j.model.IRI image
public final org.eclipse.rdf4j.model.IRI description
public final org.eclipse.rdf4j.model.IRI determiner
public final org.eclipse.rdf4j.model.IRI locale
public final org.eclipse.rdf4j.model.IRI localeAlternate
public final org.eclipse.rdf4j.model.IRI siteName
public final org.eclipse.rdf4j.model.IRI video
public final org.eclipse.rdf4j.model.IRI imageURL
public final org.eclipse.rdf4j.model.IRI imageSecureURL
public final org.eclipse.rdf4j.model.IRI imageType
public final org.eclipse.rdf4j.model.IRI imageWidth
public final org.eclipse.rdf4j.model.IRI imageHeight
public final org.eclipse.rdf4j.model.IRI imageAlt
public final org.eclipse.rdf4j.model.IRI videoURL
public final org.eclipse.rdf4j.model.IRI videoSecureURL
public final org.eclipse.rdf4j.model.IRI videoType
public final org.eclipse.rdf4j.model.IRI videoWidth
public final org.eclipse.rdf4j.model.IRI videoHeight
public final org.eclipse.rdf4j.model.IRI videoAlt
public final org.eclipse.rdf4j.model.IRI audio
public final org.eclipse.rdf4j.model.IRI audioSecureURL
public final org.eclipse.rdf4j.model.IRI audioType
public final org.eclipse.rdf4j.model.IRI audioAlt
public static OGP getInstance()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.