public class OGPArticle extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
static String |
ARTICLE__AUTHOR
Writers of the article.
|
static String |
ARTICLE__EXPIRATION_TIME
When the article is out of date after.
|
static String |
ARTICLE__MODIFIED_TIME
When the article was last changed.
|
static String |
ARTICLE__PUBLISHED_TIME
When the article was first published.
|
static String |
ARTICLE__SECTION
A high-level section name.
|
static String |
ARTICLE__TAG
Tag words associated with this article.
|
org.eclipse.rdf4j.model.IRI |
articleAuthor |
org.eclipse.rdf4j.model.IRI |
articleExpirationTime |
org.eclipse.rdf4j.model.IRI |
articleModifiedTime |
org.eclipse.rdf4j.model.IRI |
articlePublishedTime |
org.eclipse.rdf4j.model.IRI |
articleSection |
org.eclipse.rdf4j.model.IRI |
articleTag |
org.eclipse.rdf4j.model.IRI |
NAMESPACE |
static String |
NS |
| Modifier and Type | Method and Description |
|---|---|
static OGPArticle |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public static final String ARTICLE__PUBLISHED_TIME
public static final String ARTICLE__MODIFIED_TIME
public static final String ARTICLE__EXPIRATION_TIME
public static final String ARTICLE__AUTHOR
public static final String ARTICLE__SECTION
public static final String ARTICLE__TAG
public final org.eclipse.rdf4j.model.IRI NAMESPACE
public final org.eclipse.rdf4j.model.IRI articlePublishedTime
public final org.eclipse.rdf4j.model.IRI articleModifiedTime
public final org.eclipse.rdf4j.model.IRI articleExpirationTime
public final org.eclipse.rdf4j.model.IRI articleAuthor
public final org.eclipse.rdf4j.model.IRI articleSection
public final org.eclipse.rdf4j.model.IRI articleTag
public static OGPArticle getInstance()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.