Class DC_11

java.lang.Object
org.apache.jena.vocabulary.DC_11
Direct Known Subclasses:
DC

public class DC_11 extends Object
Vocabulary definitions from file:vocabularies/dublin-core_11.xml
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Property
    An entity responsible for making contributions to the content of the resource.
    static final Property
    The extent or scope of the content of the resource.
    static final Property
    An entity primarily responsible for making the content of the resource.
    static final Property
    A date associated with an event in the life cycle of the resource.
    static final Property
    An account of the content of the resource.
    static final Property
    The physical or digital manifestation of the resource.
    static final Property
    An unambiguous reference to the resource within a given context.
    static final Property
    A language of the intellectual content of the resource.
    static final Resource
    The namespace of the vocabalary as a resource
    static final String
    The namespace of the vocabulary as a string ("http://purl.org/dc/elements/1.1/")
    static final Property
    An entity responsible for making the resource available
    static final Property
    A reference to a related resource.
    static final Property
    Information about rights held in and over the resource.
    static final Property
    A reference to a resource from which the present resource is derived.
    static final Property
    The topic of the content of the resource.
    static final Property
    A name given to the resource.
    static final Property
    The nature or genre of the content of the resource.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    The namespace of the vocabalary 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 ("http://purl.org/dc/elements/1.1/")

      See Also:
    • NAMESPACE

      public static final Resource NAMESPACE

      The namespace of the vocabalary as a resource

    • title

      public static final Property title

      A name given to the resource.

    • creator

      public static final Property creator

      An entity primarily responsible for making the content of the resource.

    • subject

      public static final Property subject

      The topic of the content of the resource.

    • description

      public static final Property description

      An account of the content of the resource.

    • publisher

      public static final Property publisher

      An entity responsible for making the resource available

    • contributor

      public static final Property contributor

      An entity responsible for making contributions to the content of the resource.

    • date

      public static final Property date

      A date associated with an event in the life cycle of the resource.

    • type

      public static final Property type

      The nature or genre of the content of the resource.

    • format

      public static final Property format

      The physical or digital manifestation of the resource.

    • identifier

      public static final Property identifier

      An unambiguous reference to the resource within a given context.

    • source

      public static final Property source

      A reference to a resource from which the present resource is derived.

    • language

      public static final Property language

      A language of the intellectual content of the resource.

    • relation

      public static final Property relation

      A reference to a related resource.

    • coverage

      public static final Property coverage

      The extent or scope of the content of the resource.

    • rights

      public static final Property rights

      Information about rights held in and over the resource.

  • Constructor Details

    • DC_11

      public DC_11()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabalary as a string

      See Also: