Package org.hobbit.vocab
Class MEXCORE
- java.lang.Object
-
- org.hobbit.vocab.MEXCORE
-
public class MEXCORE extends Object
Representation of the MEX core vocabulary as Java objects.- Author:
- Denis Kuchelev
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jena.rdf.model.Propertycpustatic org.apache.jena.rdf.model.ResourceHardwareConfigurationstatic org.apache.jena.rdf.model.Propertymemoryprotected static Stringuri
-
Constructor Summary
Constructors Constructor Description MEXCORE()
-
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
-
HardwareConfiguration
public static final org.apache.jena.rdf.model.Resource HardwareConfiguration
-
cpu
public static final org.apache.jena.rdf.model.Property cpu
-
memory
public static final org.apache.jena.rdf.model.Property memory
-
-