Wikibase
MediaWiki Wikibase extension
|
RDF producer options. More...
Public Attributes | |
const | PRODUCE_TRUTHY_STATEMENTS = 1 |
Produce "truthy" statements, i.e. | |
const | PRODUCE_ALL_STATEMENTS = 2 |
Produce all statements. | |
const | PRODUCE_QUALIFIERS = 4 |
Produce qualifiers for statements Should be used together with PRODUCE_ALL_STATEMENTS. | |
const | PRODUCE_REFERENCES = 8 |
Produce references for statements Should be used together with PRODUCE_ALL_STATEMENTS. | |
const | PRODUCE_SITELINKS = 16 |
Produce links and badges. | |
const | PRODUCE_PROPERTIES = 32 |
Add entity definitions for properties used in the dump. | |
const | PRODUCE_FULL_VALUES = 64 |
Produce full expanded values as nodes. | |
const | PRODUCE_VERSION_INFO = 128 |
Produce metadata header containing software version info and copyright. | |
const | PRODUCE_RESOLVED_ENTITIES = 256 |
Produce definitions for all entities used in the dump. | |
const | PRODUCE_NORMALIZED_VALUES = 512 |
Produce normalized values for values with units. | |
const | PRODUCE_PAGE_PROPS = 1024 |
Produce page properties. | |
const | PRODUCE_ALL = 0xFFFF |
All options turned on. | |
RDF producer options.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_ALL = 0xFFFF |
All options turned on.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_ALL_STATEMENTS = 2 |
Produce all statements.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_FULL_VALUES = 64 |
Produce full expanded values as nodes.
Should be used together with PRODUCE_ALL_STATEMENTS.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_NORMALIZED_VALUES = 512 |
Produce normalized values for values with units.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_PAGE_PROPS = 1024 |
Produce page properties.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_PROPERTIES = 32 |
Add entity definitions for properties used in the dump.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_QUALIFIERS = 4 |
Produce qualifiers for statements Should be used together with PRODUCE_ALL_STATEMENTS.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_REFERENCES = 8 |
Produce references for statements Should be used together with PRODUCE_ALL_STATEMENTS.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_RESOLVED_ENTITIES = 256 |
Produce definitions for all entities used in the dump.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_SITELINKS = 16 |
Produce links and badges.
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_TRUTHY_STATEMENTS = 1 |
Produce "truthy" statements, i.e.
best ranked entity-property-value without qualifiers or expanded values
const Wikibase\Repo\Rdf\RdfProducer::PRODUCE_VERSION_INFO = 128 |
Produce metadata header containing software version info and copyright.