public class Review extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
org.eclipse.rdf4j.model.IRI |
Comment
A comment on a review.
|
org.eclipse.rdf4j.model.IRI |
commenter
The commenter on the review.
|
org.eclipse.rdf4j.model.IRI |
Feedback
Feedback on the review.
|
org.eclipse.rdf4j.model.IRI |
hasComment
Used to associate a review with a comment on the review.
|
org.eclipse.rdf4j.model.IRI |
hasFeedback
Associates a review with a feedback on the review.
|
org.eclipse.rdf4j.model.IRI |
hasReview
Associates a work with a a review.
|
org.eclipse.rdf4j.model.IRI |
maxRating
A numeric value.
|
org.eclipse.rdf4j.model.IRI |
minRating
A numeric value.
|
org.eclipse.rdf4j.model.IRI |
NAMESPACE
The namespace of the vocabulary as a IRI.
|
static String |
NS
The namespace of the vocabulary as a string.
|
org.eclipse.rdf4j.model.IRI |
positiveVotes
Number of positive usefulness votes (integer).
|
org.eclipse.rdf4j.model.IRI |
rating
A numeric value.
|
org.eclipse.rdf4j.model.IRI |
Review
A review of an work.
|
org.eclipse.rdf4j.model.IRI |
reviewer
The person that has written the review.
|
org.eclipse.rdf4j.model.IRI |
text
The text of the review.
|
org.eclipse.rdf4j.model.IRI |
title
The title of the review.
|
org.eclipse.rdf4j.model.IRI |
totalVotes
Number of usefulness votes (integer).
|
org.eclipse.rdf4j.model.IRI |
type
The type of media of a work under review.
|
| Modifier and Type | Method and Description |
|---|---|
static Review |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public final org.eclipse.rdf4j.model.IRI NAMESPACE
public final org.eclipse.rdf4j.model.IRI commenter
public final org.eclipse.rdf4j.model.IRI hasComment
public final org.eclipse.rdf4j.model.IRI hasFeedback
public final org.eclipse.rdf4j.model.IRI hasReview
public final org.eclipse.rdf4j.model.IRI maxRating
public final org.eclipse.rdf4j.model.IRI minRating
public final org.eclipse.rdf4j.model.IRI positiveVotes
public final org.eclipse.rdf4j.model.IRI rating
public final org.eclipse.rdf4j.model.IRI reviewer
public final org.eclipse.rdf4j.model.IRI text
public final org.eclipse.rdf4j.model.IRI title
public final org.eclipse.rdf4j.model.IRI totalVotes
public final org.eclipse.rdf4j.model.IRI type
public final org.eclipse.rdf4j.model.IRI Comment
public final org.eclipse.rdf4j.model.IRI Feedback
public final org.eclipse.rdf4j.model.IRI Review
public static Review getInstance()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.