public final class SchemaDotOrg extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ABOUT
Wikibase uses this to link the EntityData information to the Entity information.
|
static String |
ARTICLE
Wikibase spits out sitelinks as
<url> rdf:type schema:article .. |
static String |
DATE_MODIFIED
Wikibase adds this to EntityData with the date of the revision of the entity.
|
static String |
DESCRIPTION
Wikibase adds the descriptions as schema:description.
|
static String |
IN_LANGUAGE
Wikibase marks the sitelink's language with this predicate.
|
static String |
NAME
Wikibase dumps the label in this, skos:prefLabel and rdfs:label.
|
static String |
NAMESPACE
Common prefix for all schema.org uris.
|
static String |
VERSION
Wikibase uses the MediaWiki revision as the version.
|
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder |
prefix(StringBuilder query)
Adds the schema: prefix to the query.
|
public static final String NAMESPACE
public static final String VERSION
public static final String DATE_MODIFIED
public static final String ABOUT
public static final String ARTICLE
<url> rdf:type schema:article ..public static final String NAME
public static final String IN_LANGUAGE
public static final String DESCRIPTION
public static StringBuilder prefix(StringBuilder query)
Copyright © 2015. All rights reserved.