public class CCO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CCO.Vocabulary
The Enum Vocabulary.
|
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
category
The category of a trait property of a crop.
|
static com.hp.hpl.jena.rdf.model.Property |
integerMaxValue
The maximum integer value of an Integer Value Range.
|
static com.hp.hpl.jena.rdf.model.Property |
integerMinValue
The minimum integer value of an Integer Value Range.
|
static com.hp.hpl.jena.rdf.model.Resource |
IntegerValueRange
A range of integer values for a given property.
|
static com.hp.hpl.jena.rdf.model.Property |
method
The method of a trait property of a crop.
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.rdf.model.Resource |
PlantTraitCategoryVocabulary
The PlantTraitCategoryVocabulary (as a Resource).
|
static com.hp.hpl.jena.rdf.model.Resource |
PlantTraitMethodVocabulary
The PlantTraitCategoryVocabulary (as a Resource).
|
static com.hp.hpl.jena.rdf.model.Resource |
PlantTraitScaleVocabulary
The PlantTraitCategoryVocabulary (as a Resource).
|
static com.hp.hpl.jena.rdf.model.Property |
scale
The scale of the method of a trait property of a crop.
|
static com.hp.hpl.jena.rdf.model.Property |
scaleType
The type of scale.
|
static com.hp.hpl.jena.rdf.model.Property |
scaleUnit
The units of a scale.
|
static com.hp.hpl.jena.rdf.model.Resource |
Species
A Species (class type) resource.
|
static com.hp.hpl.jena.rdf.model.Property |
speciesIncluded
Indicates that a species is included in a given crop grouping (this is a
GENESYS thing...).
|
static com.hp.hpl.jena.rdf.model.Property |
taxonomicScope
The crop to which which a given trait descriptor is assigned.
|
static com.hp.hpl.jena.rdf.model.Property |
trait
The trait property of a crop.
|
static com.hp.hpl.jena.rdf.model.Resource |
TraitCategory
A TraitCategory (as a Resource).
|
static com.hp.hpl.jena.rdf.model.Resource |
ValueRange
A range of values for a given property.
|
| Constructor and Description |
|---|
CCO() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
The namespace of the vocabulary as a string
|
public static final String NS
The namespace of the vocabulary as a string
.public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
.public static final com.hp.hpl.jena.rdf.model.Resource Species
A Species (class type) resource.
public static final com.hp.hpl.jena.rdf.model.Property speciesIncluded
Indicates that a species is included in a given crop grouping (this is a GENESYS thing...).
public static final com.hp.hpl.jena.rdf.model.Property taxonomicScope
The crop to which which a given trait descriptor is assigned.
public static final com.hp.hpl.jena.rdf.model.Property trait
The trait property of a crop.
public static final com.hp.hpl.jena.rdf.model.Property category
The category of a trait property of a crop.
public static final com.hp.hpl.jena.rdf.model.Property method
The method of a trait property of a crop.
public static final com.hp.hpl.jena.rdf.model.Property scale
The scale of the method of a trait property of a crop.
public static final com.hp.hpl.jena.rdf.model.Property scaleType
The type of scale.
public static final com.hp.hpl.jena.rdf.model.Property scaleUnit
The units of a scale.
public static final com.hp.hpl.jena.rdf.model.Resource ValueRange
A range of values for a given property.
public static final com.hp.hpl.jena.rdf.model.Resource IntegerValueRange
A range of integer values for a given property.
public static final com.hp.hpl.jena.rdf.model.Property integerMinValue
The minimum integer value of an Integer Value Range.
public static final com.hp.hpl.jena.rdf.model.Property integerMaxValue
The maximum integer value of an Integer Value Range.
public static final com.hp.hpl.jena.rdf.model.Resource PlantTraitCategoryVocabulary
The PlantTraitCategoryVocabulary (as a Resource).
public static final com.hp.hpl.jena.rdf.model.Resource TraitCategory
A TraitCategory (as a Resource).
public static final com.hp.hpl.jena.rdf.model.Resource PlantTraitMethodVocabulary
The PlantTraitCategoryVocabulary (as a Resource).
public static final com.hp.hpl.jena.rdf.model.Resource PlantTraitScaleVocabulary
The PlantTraitCategoryVocabulary (as a Resource).
Copyright © 2016. All rights reserved.