public final class Ontology extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ontology.Geo
Predicates used to describe a geographic point.
|
static class |
Ontology.Lexeme
Predicates and objects to describe WikibaseLexeme items.
|
static class |
Ontology.Quantity
Predicates used to describe a quantity.
|
static class |
Ontology.Time
Predicates used to describe a time.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
BADGE
Badge sitelink property.
|
static String |
BEST_RANK
Statements with the best rank.
|
static String |
CONSTRAINT_VIOLATION
Constraint violation.
|
static String |
DEPRECATED_RANK
Rank that isn't even considered best when there are no better statement.
|
static String |
DUMP
Wikibase exports dump information with this subject.
|
static String |
IDENTIFIERS
Sitelinks count.
|
static String |
ITEM
Wikibase exports all items with an assertion that their RDF.TYPE is this
and we filter that out.
|
static String |
LABEL
Prefix for the label service.
|
static String |
NAMESPACE
Common prefix of all ontology parts.
|
static String |
NORMAL_RANK
Rank that is best if there are no preferred rank statements.
|
static String |
PREFERRED_RANK
Rank that overrides all normal rank statements.
|
static String |
PROPERTY
Wikibase exports all items with an assertion that their RDF.TYPE is this.
|
static String |
RANK
Predicate for marking Wikibase's Rank.
|
static String |
REFERENCE
Wikibase exports references with an assertion that their RDF.TYPE is this
and we filter that out.
|
static String |
SITELINKS
Sitelinks count.
|
static String |
STATEMENT
Wikibase exports all statements with an assertion that their RDF.TYPE is
this and we filter that out.
|
static String |
STATEMENTS
Statements count.
|
static String |
TIMESTAMP
Timestamp for marking when entity was loaded.
|
static String |
VALUE
Wikibase exports values with an assertion that their RDF.TYPE is this and
we filter that out.
|
static String |
WIKIGROUP
Prefix for wiki group.
|
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder |
prefix(StringBuilder query)
Add prefix to a query.
|
public static final String NAMESPACE
public static final String ITEM
public static final String PROPERTY
public static final String STATEMENT
public static final String REFERENCE
public static final String VALUE
public static final String DUMP
public static final String RANK
public static final String BEST_RANK
public static final String PREFERRED_RANK
public static final String NORMAL_RANK
public static final String DEPRECATED_RANK
public static final String LABEL
public static final String WIKIGROUP
public static final String BADGE
public static final String STATEMENTS
public static final String SITELINKS
public static final String IDENTIFIERS
public static final String CONSTRAINT_VIOLATION
public static final String TIMESTAMP
public static StringBuilder prefix(StringBuilder query)
Copyright © 2019. All rights reserved.