Package org.apache.any23.vocab
Class HProduct
- java.lang.Object
-
- org.apache.any23.vocab.Vocabulary
-
- org.apache.any23.vocab.HProduct
-
public class HProduct extends Vocabulary
Vocabulary to map the h-product microformat.- Author:
- Nisala Nirmana
-
-
Field Summary
Fields Modifier and Type Field Description org.eclipse.rdf4j.model.IRI
brand
org.eclipse.rdf4j.model.IRI
category
org.eclipse.rdf4j.model.IRI
description
org.eclipse.rdf4j.model.IRI
identifier
org.eclipse.rdf4j.model.IRI
name
static String
NS
org.eclipse.rdf4j.model.IRI
photo
org.eclipse.rdf4j.model.IRI
price
org.eclipse.rdf4j.model.IRI
product
org.eclipse.rdf4j.model.IRI
review
org.eclipse.rdf4j.model.IRI
url
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HProduct
getInstance()
-
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
- See Also:
- Constant Field Values
-
product
public org.eclipse.rdf4j.model.IRI product
-
name
public org.eclipse.rdf4j.model.IRI name
-
photo
public org.eclipse.rdf4j.model.IRI photo
-
brand
public org.eclipse.rdf4j.model.IRI brand
-
category
public org.eclipse.rdf4j.model.IRI category
-
description
public org.eclipse.rdf4j.model.IRI description
-
url
public org.eclipse.rdf4j.model.IRI url
-
identifier
public org.eclipse.rdf4j.model.IRI identifier
-
price
public org.eclipse.rdf4j.model.IRI price
-
review
public org.eclipse.rdf4j.model.IRI review
-
-
Method Detail
-
getInstance
public static HProduct getInstance()
-
-