public class Review extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
org.openrdf.model.URI |
Comment
A comment on a review.
|
org.openrdf.model.URI |
commenter
The commenter on the review.
|
org.openrdf.model.URI |
Feedback
Feedback on the review.
|
org.openrdf.model.URI |
hasComment
Used to associate a review with a comment on the review.
|
org.openrdf.model.URI |
hasFeedback
Associates a review with a feedback on the review.
|
org.openrdf.model.URI |
hasReview
Associates a work with a a review.
|
org.openrdf.model.URI |
maxRating
A numeric value.
|
org.openrdf.model.URI |
minRating
A numeric value.
|
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 |
positiveVotes
Number of positive usefulness votes (integer).
|
org.openrdf.model.URI |
rating
A numeric value.
|
org.openrdf.model.URI |
Review
A review of an work.
|
org.openrdf.model.URI |
reviewer
The person that has written the review.
|
org.openrdf.model.URI |
text
The text of the review.
|
org.openrdf.model.URI |
title
The title of the review.
|
org.openrdf.model.URI |
totalVotes
Number of usefulness votes (integer).
|
org.openrdf.model.URI |
type
The type of media of a work under review.
|
| Modifier and Type | Method and Description |
|---|---|
static Review |
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 commenter
public final org.openrdf.model.URI hasComment
public final org.openrdf.model.URI hasFeedback
public final org.openrdf.model.URI hasReview
public final org.openrdf.model.URI maxRating
public final org.openrdf.model.URI minRating
public final org.openrdf.model.URI positiveVotes
public final org.openrdf.model.URI rating
public final org.openrdf.model.URI reviewer
public final org.openrdf.model.URI text
public final org.openrdf.model.URI title
public final org.openrdf.model.URI totalVotes
public final org.openrdf.model.URI type
public final org.openrdf.model.URI Comment
public final org.openrdf.model.URI Feedback
public final org.openrdf.model.URI Review
public static Review getInstance()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.