Wikibase
MediaWiki Wikibase extension
|
Interface for an RDF mapping for parts of a Wikibase Entity by id. More...
Public Member Functions | |
addEntityStub (EntityId $id) | |
Map some aspect of an Entity to the RDF graph, as it should appear in the stub representation of an entity. | |
Interface for an RDF mapping for parts of a Wikibase Entity by id.
Wikibase\Repo\Rdf\EntityStubRdfBuilder::addEntityStub | ( | EntityId | $id | ) |
Map some aspect of an Entity to the RDF graph, as it should appear in the stub representation of an entity.
EntityId | $id | the entity that the rdfbuilder will add stub data to the graph of. |
Implemented in Wikibase\Repo\Rdf\PropertyStubRdfBuilder, Wikibase\Repo\Rdf\RdfBuilder, and Wikibase\Repo\Rdf\ItemStubRdfBuilder.