Package org.hobbit.vocab
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 org.apache.jena.rdf.model.PropertyattributionNamestatic org.apache.jena.rdf.model.PropertyattributionURLstatic org.apache.jena.rdf.model.Propertylicensestatic org.apache.jena.rdf.model.ResourceLicenseprotected static Stringuri
-
Constructor Summary
Constructors Constructor Description CC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetURI()returns the URI for this schemaprotected static org.apache.jena.rdf.model.Propertyproperty(String local)protected static org.apache.jena.rdf.model.Resourceresource(String local)
-
-
-
Field Detail
-
uri
protected static final String uri
- See Also:
- Constant Field Values
-
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
-
-