public class ReviewAggregate extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
org.openrdf.model.URI |
average
Optional
|
org.openrdf.model.URI |
best |
org.openrdf.model.URI |
count
Number of usefulness reviews (integer).
|
org.openrdf.model.URI |
NAMESPACE
The namespace of the vocabulary as a URI.
|
static String |
NS
The namespace of the vocabulary as a string.
|
org.openrdf.model.URI |
ReviewAggregate
An agg review of a work.
|
org.openrdf.model.URI |
votes
Number of usefulness votes (integer).
|
org.openrdf.model.URI |
worst |
| Modifier and Type | Method and Description |
|---|---|
static ReviewAggregate |
getInstance() |
createClass, createProperty, createURI, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public final org.openrdf.model.URI NAMESPACE
public final org.openrdf.model.URI votes
public final org.openrdf.model.URI count
public final org.openrdf.model.URI average
public final org.openrdf.model.URI worst
public final org.openrdf.model.URI best
public final org.openrdf.model.URI ReviewAggregate
public static ReviewAggregate getInstance()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.