Class KIRI.SCHEMA

java.lang.Object
dev.enola.thing.KIRI.SCHEMA
Enclosing class:
KIRI

public static final class KIRI.SCHEMA extends Object
Schema.org Properties.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    An abstract is a short description that summarizes a CreativeWork.
    static final String
    Text with human-readable 📜 description of a Thing, see https://schema.org/description.
    static final String
    IRI which identifies 🆔 a Thing, see https://schema.org/identifier.
    static final String
    URL of an 🖼️ image of the Thing, see https://schema.org/image.
    static final String
     
    static final String
    Text with human-readable name (AKA "label" 🏷️) of a Thing, see https://schema.org/name.
    static final String
    IRI of a Thing which is "the 🪞 same as this one", see https://schema.org/sameAs.
    static final String
     
    static final String
    IRI of Property for URL 🔗 of the Thing, see https://schema.org/url.
    static final String
    IRI of URL Datatype.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ID

      public static final String ID
      IRI which identifies 🆔 a Thing, see https://schema.org/identifier. This is a "logical" identity, and may or may not be an URL.
      See Also:
    • NAME

      public static final String NAME
      Text with human-readable name (AKA "label" 🏷️) of a Thing, see https://schema.org/name.
      See Also:
    • DESC

      public static final String DESC
      Text with human-readable 📜 description of a Thing, see https://schema.org/description.

      Typically length is a sentence or single paragraph.

      See Also:
    • ABSTRACT

      public static final String ABSTRACT
      An abstract is a short description that summarizes a CreativeWork.
      See Also:
    • IMG

      public static final String IMG
      URL of an 🖼️ image of the Thing, see https://schema.org/image.

      Perhaps e.g. a logo or favicon or something like that. Alternatively use KIRI.E.EMOJI.

      See Also:
    • THUMBNAIL_URL

      public static final String THUMBNAIL_URL
      See Also:
    • URL

      public static final String URL
      IRI of Property for URL 🔗 of the Thing, see https://schema.org/url. You *CAN* always http GET an URL. This is NOT the same as a logical URI/IRI, and thus not be to confused with the ID. One example of this could be e.g. its use in Thing "metadata" about a file: URL; this would point to the actual file itself.
      See Also:
    • URL_DATATYPE

      public static final String URL_DATATYPE
      IRI of URL Datatype. Used to mark properties which are links to webpages.
      See Also:
    • SAMEAS

      public static final String SAMEAS
      IRI of a Thing which is "the 🪞 same as this one", see https://schema.org/sameAs. For example, the URL of a Wikipedia article about it.
      See Also: