Class RDF

java.lang.Object
cz.cvut.kbss.jopa.vocabulary.RDF

public final class RDF extends Object
A subset of the RDF vocabulary.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The rdf:Alt class is the class of RDF 'Alternative' containers.
    static final String
    The rdf:Bag class is the class of RDF 'Bag' containers.
    static final String
    The rdf:first property for RDF list elements (values).
    static final String
    The class rdf:langString representing language-tagged string values.
    static final String
    The rdf:List class representing (linked) lists in RDF.
    static final String
    RDF vocabulary namespace.
    static final String
    The rdf:nil object representing an empty RDF list (used to mark the end of an RDF list).
    static final String
    The predicate of an RDF statement.
    static final String
    The predicate of an RDF statement.
    static final String
    Typical prefix used for NAMESPACE.
    static final String
    rdf:Property represents those resources that are RDF properties.
    static final String
    The rdf:rest property for linking RDF list elements.
    static final String
    The rdf:Seq class is the class of RDF 'Sequence' containers.
    static final String
    The rdf:Statement class represents statements about the properties of resources.
    static final String
    The subject of an RDF statement.
    static final String
    The rdf:type property indicates that a resource is a member of a class.
    static final String
    The rdf:value property identifies the principal value (usually a string) of a property when the property value is a structured resource.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait