Package org.apache.any23.vocab
Class Review
- java.lang.Object
-
- org.apache.any23.vocab.Vocabulary
-
- org.apache.any23.vocab.Review
-
public class Review extends Vocabulary
Vocabulary definitions from vocabularies/review.rdf
-
-
Field Summary
Fields Modifier and Type Field Description org.eclipse.rdf4j.model.IRICommentA comment on a review.org.eclipse.rdf4j.model.IRIcommenterThe commenter on the review.org.eclipse.rdf4j.model.IRIFeedbackFeedback on the review.org.eclipse.rdf4j.model.IRIhasCommentUsed to associate a review with a comment on the review.org.eclipse.rdf4j.model.IRIhasFeedbackAssociates a review with a feedback on the review.org.eclipse.rdf4j.model.IRIhasReviewAssociates a work with a a review.org.eclipse.rdf4j.model.IRImaxRatingA numeric value.org.eclipse.rdf4j.model.IRIminRatingA numeric value.org.eclipse.rdf4j.model.IRINAMESPACEThe namespace of the vocabulary as a IRI.static StringNSThe namespace of the vocabulary as a string.org.eclipse.rdf4j.model.IRIpositiveVotesNumber of positive usefulness votes (integer).org.eclipse.rdf4j.model.IRIratingA numeric value.org.eclipse.rdf4j.model.IRIReviewA review of an work.org.eclipse.rdf4j.model.IRIreviewerThe person that has written the review.org.eclipse.rdf4j.model.IRItextThe text of the review.org.eclipse.rdf4j.model.IRItitleThe title of the review.org.eclipse.rdf4j.model.IRItotalVotesNumber of usefulness votes (integer).org.eclipse.rdf4j.model.IRItypeThe type of media of a work under review.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReviewgetInstance()-
Methods inherited from class org.apache.any23.vocab.Vocabulary
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCase
-
-
-
-
Field Detail
-
NS
public static final String NS
The namespace of the vocabulary as a string.- See Also:
- Constant Field Values
-
NAMESPACE
public final org.eclipse.rdf4j.model.IRI NAMESPACE
The namespace of the vocabulary as a IRI.
-
commenter
public final org.eclipse.rdf4j.model.IRI commenter
The commenter on the review.
-
hasComment
public final org.eclipse.rdf4j.model.IRI hasComment
Used to associate a review with a comment on the review.
-
hasFeedback
public final org.eclipse.rdf4j.model.IRI hasFeedback
Associates a review with a feedback on the review.
-
hasReview
public final org.eclipse.rdf4j.model.IRI hasReview
Associates a work with a a review.
-
maxRating
public final org.eclipse.rdf4j.model.IRI maxRating
A numeric value.
-
minRating
public final org.eclipse.rdf4j.model.IRI minRating
A numeric value.
-
positiveVotes
public final org.eclipse.rdf4j.model.IRI positiveVotes
Number of positive usefulness votes (integer).
-
rating
public final org.eclipse.rdf4j.model.IRI rating
A numeric value.
-
reviewer
public final org.eclipse.rdf4j.model.IRI reviewer
The person that has written the review.
-
text
public final org.eclipse.rdf4j.model.IRI text
The text of the review.
-
title
public final org.eclipse.rdf4j.model.IRI title
The title of the review.
-
totalVotes
public final org.eclipse.rdf4j.model.IRI totalVotes
Number of usefulness votes (integer).
-
type
public final org.eclipse.rdf4j.model.IRI type
The type of media of a work under review.
-
Comment
public final org.eclipse.rdf4j.model.IRI Comment
A comment on a review.
-
Feedback
public final org.eclipse.rdf4j.model.IRI Feedback
Feedback on the review. Expresses whether the review was useful or not.
-
Review
public final org.eclipse.rdf4j.model.IRI Review
A review of an work.
-
-
Method Detail
-
getInstance
public static Review getInstance()
-
-