Class HTTP

java.lang.Object
com.atomgraph.server.vocabulary.HTTP

public class HTTP extends Object
HTTP Vocabulary in RDF
Author:
Martynas Jusevičius <martynas@atomgraph.com>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.ontology.DatatypeProperty
     
    static final org.apache.jena.ontology.DatatypeProperty
     
    static final org.apache.jena.rdf.model.Resource
    The namespace of the vocabulary as a resource
    static final String
    The namespace of the vocabulary as a string
    static final org.apache.jena.ontology.DatatypeProperty
     
    static final org.apache.jena.ontology.OntClass
     
    static final org.apache.jena.ontology.ObjectProperty
     
    static final org.apache.jena.ontology.DatatypeProperty
     
  • 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

    clone, equals, finalize, 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 org.apache.jena.rdf.model.Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • Response

      public static final org.apache.jena.ontology.OntClass Response
    • sc

      public static final org.apache.jena.ontology.ObjectProperty sc
    • statusCodeValue

      public static final org.apache.jena.ontology.DatatypeProperty statusCodeValue
    • reasonPhrase

      public static final org.apache.jena.ontology.DatatypeProperty reasonPhrase
    • absoluteURI

      public static final org.apache.jena.ontology.DatatypeProperty absoluteURI
    • absolutePath

      public static final org.apache.jena.ontology.DatatypeProperty absolutePath
  • Constructor Details

    • HTTP

      public HTTP()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: