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.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 |
BEST_RANK
Statements with the best rank.
|
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 |
ITEM
Wikibase exports all items with an assertion that their RDF.TYPE is this
and we filter that out.
|
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 |
OLD_NAMESPACE
Old ontology prefix, for loading old dumps.
|
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 |
STATEMENT
Wikibase exports all statements with an assertion that their RDF.TYPE is
this and we filter that out.
|
static String |
VALUE
Wikibase exports values with an assertion that their RDF.TYPE is this and
we filter that out.
|
| 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 OLD_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 StringBuilder prefix(StringBuilder query)
Copyright © 2015. All rights reserved.