Class CC

java.lang.Object
org.hobbit.vocab.CC

public class CC extends Object
Representation of the Creative Commons vocabulary as Java objects.
  • Field Summary

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

    Constructors
    Constructor
    Description
    CC()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    returns the URI for this schema
    protected static final org.apache.jena.rdf.model.Property
     
    protected static final org.apache.jena.rdf.model.Resource
     

    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:
    • License

      public static final org.apache.jena.rdf.model.Resource License
    • license

      public static final org.apache.jena.rdf.model.Property license
    • attributionName

      public static final org.apache.jena.rdf.model.Property attributionName
    • attributionURL

      public static final org.apache.jena.rdf.model.Property attributionURL
  • Constructor Details

    • CC

      public CC()
  • 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)