Class OGP

    • Field Detail

      • TITLE

        public static final String TITLE
        The title of your object as it should appear within the graph, e.g., "The Rock".
        See Also:
        Constant Field Values
      • TYPE

        public static final String TYPE
        The type of your object, e.g., "video.movie". Depending on the type you specify, other properties may also be required.
        See Also:
        Constant Field Values
      • URL

        public static final 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/".
        See Also:
        Constant Field Values
      • IMAGE

        public static final String IMAGE
        An image URL which should represent your object within the graph.
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final String DESCRIPTION
        A one to two sentence description of your object.
        See Also:
        Constant Field Values
      • DETERMINER

        public static final String DETERMINER
        The word that appears before this object's title in a sentence. An enum of (a, an, the, "", auto). If auto is chosen, the consumer of your data should chose between "a" or "an". Default is "" (blank).
        See Also:
        Constant Field Values
      • LOCALE

        public static final String LOCALE
        The locale these tags are marked up in. Of the format language_TERRITORY. Default is en_US.
        See Also:
        Constant Field Values
      • LOCALE__ALTERNATE

        public static final String LOCALE__ALTERNATE
        An array of other locales this page is available in.
        See Also:
        Constant Field Values
      • SITE_NAME

        public static final String SITE_NAME
        If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., IMDb.
        See Also:
        Constant Field Values
      • IMAGE__SECURE_URL

        public static final String IMAGE__SECURE_URL
        An alternate url to use if the webpage requires HTTPS.
        See Also:
        Constant Field Values
      • IMAGE__ALT

        public static final String IMAGE__ALT
        A description of what is in the image (not a caption). If the page specifies an og:image it should specify og:image:alt.
        See Also:
        Constant Field Values
      • VIDEO__SECURE_URL

        public static final String VIDEO__SECURE_URL
        An alternate url to use if the webpage requires HTTPS.
        See Also:
        Constant Field Values
      • VIDEO__ALT

        public static final String VIDEO__ALT
        A description of what is in the video (not a caption). If the page specifies an og:video it should specify og:video:alt.
        See Also:
        Constant Field Values
      • AUDIO__SECURE_URL

        public static final String AUDIO__SECURE_URL
        An alternate url to use if the webpage requires HTTPS.
        See Also:
        Constant Field Values
      • AUDIO__ALT

        public static final String AUDIO__ALT
        A description of what is in the audio file (not a caption). If the page specifies an og:audio it should specify og:audio:alt.
        See Also:
        Constant Field Values
      • NAMESPACE

        public final org.eclipse.rdf4j.model.IRI NAMESPACE
      • title

        public final org.eclipse.rdf4j.model.IRI title
      • type

        public final org.eclipse.rdf4j.model.IRI type
      • url

        public final org.eclipse.rdf4j.model.IRI url
      • image

        public final org.eclipse.rdf4j.model.IRI image
      • description

        public final org.eclipse.rdf4j.model.IRI description
      • determiner

        public final org.eclipse.rdf4j.model.IRI determiner
      • locale

        public final org.eclipse.rdf4j.model.IRI locale
      • localeAlternate

        public final org.eclipse.rdf4j.model.IRI localeAlternate
      • siteName

        public final org.eclipse.rdf4j.model.IRI siteName
      • video

        public final org.eclipse.rdf4j.model.IRI video
      • imageURL

        public final org.eclipse.rdf4j.model.IRI imageURL
      • imageSecureURL

        public final org.eclipse.rdf4j.model.IRI imageSecureURL
      • imageType

        public final org.eclipse.rdf4j.model.IRI imageType
      • imageWidth

        public final org.eclipse.rdf4j.model.IRI imageWidth
      • imageHeight

        public final org.eclipse.rdf4j.model.IRI imageHeight
      • imageAlt

        public final org.eclipse.rdf4j.model.IRI imageAlt
      • videoURL

        public final org.eclipse.rdf4j.model.IRI videoURL
      • videoSecureURL

        public final org.eclipse.rdf4j.model.IRI videoSecureURL
      • videoType

        public final org.eclipse.rdf4j.model.IRI videoType
      • videoWidth

        public final org.eclipse.rdf4j.model.IRI videoWidth
      • videoHeight

        public final org.eclipse.rdf4j.model.IRI videoHeight
      • videoAlt

        public final org.eclipse.rdf4j.model.IRI videoAlt
      • audio

        public final org.eclipse.rdf4j.model.IRI audio
      • audioSecureURL

        public final org.eclipse.rdf4j.model.IRI audioSecureURL
      • audioType

        public final org.eclipse.rdf4j.model.IRI audioType
      • audioAlt

        public final org.eclipse.rdf4j.model.IRI audioAlt
    • Method Detail

      • getInstance

        public static OGP getInstance()