java.lang.Object
org.aksw.gerbil.transfer.nif.vocabulary.RDF

public class RDF extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.apache.jena.rdf.model.Property
     
    static org.apache.jena.rdf.model.Property
     
    static org.apache.jena.rdf.model.Resource
     
    static org.apache.jena.rdf.model.Property
     
    protected static String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RDF()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    returns the URI for this schema
    protected static org.apache.jena.rdf.model.Property
    property​(String local)
     
    protected static org.apache.jena.rdf.model.Resource
    resource​(String local)
     

    Methods inherited from class java.lang.Object

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

    • uri

      protected static final String uri
      See Also:
      Constant Field Values
    • Subject

      public static final org.apache.jena.rdf.model.Property Subject
    • Predicate

      public static final org.apache.jena.rdf.model.Property Predicate
    • Object

      public static final org.apache.jena.rdf.model.Property Object
    • Statement

      public static final org.apache.jena.rdf.model.Resource Statement
  • Constructor Details

    • RDF

      public RDF()
  • Method Details

    • getURI

      public static String getURI()
      returns the URI for this schema
      Returns:
      the URI for this schema
    • resource

      protected static final org.apache.jena.rdf.model.Resource resource(String local)
    • property

      protected static final org.apache.jena.rdf.model.Property property(String local)