public class OGPBook extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
static String |
BOOK__AUTHOR
Who wrote this book.
|
static String |
BOOK__ISBN
The ISBN
|
static String |
BOOK__RELEASE_DATE
The date the book was released.
|
static String |
BOOK__TAG
Tag words associated with this book.
|
org.eclipse.rdf4j.model.IRI |
bookAuthor |
org.eclipse.rdf4j.model.IRI |
bookIsbn |
org.eclipse.rdf4j.model.IRI |
bookReleaseDate |
org.eclipse.rdf4j.model.IRI |
bookTag |
org.eclipse.rdf4j.model.IRI |
NAMESPACE |
static String |
NS |
| Modifier and Type | Method and Description |
|---|---|
static OGPBook |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public static final String BOOK__AUTHOR
public static final String BOOK__ISBN
public static final String BOOK__RELEASE_DATE
public static final String BOOK__TAG
public final org.eclipse.rdf4j.model.IRI NAMESPACE
public final org.eclipse.rdf4j.model.IRI bookAuthor
public final org.eclipse.rdf4j.model.IRI bookIsbn
public final org.eclipse.rdf4j.model.IRI bookReleaseDate
public final org.eclipse.rdf4j.model.IRI bookTag
public static OGPBook getInstance()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.