Class DCTypes

java.lang.Object
org.apache.jena.vocabulary.DCTypes

public class DCTypes extends Object
Vocabulary definitions from vocabularies/dublin-core_types.xml
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Resource
    An aggregation of resources.
    static final Resource
    Data encoded in a defined structure.
    static final Resource
    A non-persistent, time-based occurrence.
    static final Resource
    A visual representation other than text.
    static final Resource
    A resource requiring interaction from the user to be understood, executed, or experienced.
    static final Resource
    A series of visual representations imparting an impression of motion when shown in succession.
    static final Resource
    The namespace of the vocabulary as a resource
    static final String
    The namespace of the vocabulary as a string
    static final Resource
    An inanimate, three-dimensional object or substance.
    static final Resource
    A system that provides one or more functions.
    static final Resource
    A computer program in source or compiled form.
    static final Resource
    A resource primarily intended to be heard.
    static final Resource
    A static visual representation.
    static final Resource
    A resource consisting primarily of words for reading.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    The namespace of the vocabulary as a string

    Methods inherited from class java.lang.Object

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

    • NS

      public static final String NS

      The namespace of the vocabulary as a string

      See Also:
    • NAMESPACE

      public static final Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • Collection

      public static final Resource Collection

      An aggregation of resources.

    • Dataset

      public static final Resource Dataset

      Data encoded in a defined structure.

    • Event

      public static final Resource Event

      A non-persistent, time-based occurrence.

    • Image

      public static final Resource Image

      A visual representation other than text.

    • InteractiveResource

      public static final Resource InteractiveResource

      A resource requiring interaction from the user to be understood, executed, or experienced.

    • MovingImage

      public static final Resource MovingImage

      A series of visual representations imparting an impression of motion when shown in succession.

    • PhysicalObject

      public static final Resource PhysicalObject

      An inanimate, three-dimensional object or substance.

    • Service

      public static final Resource Service

      A system that provides one or more functions.

    • Software

      public static final Resource Software

      A computer program in source or compiled form.

    • Sound

      public static final Resource Sound

      A resource primarily intended to be heard.

    • StillImage

      public static final Resource StillImage

      A static visual representation.

    • Text

      public static final Resource Text

      A resource consisting primarily of words for reading.

  • Constructor Details

    • DCTypes

      public DCTypes()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: