Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Repo\Rdf\EntityStubRdfBuilder Interface Reference

Interface for an RDF mapping for parts of a Wikibase Entity by id. More...

+ Inheritance diagram for Wikibase\Repo\Rdf\EntityStubRdfBuilder:

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.
 

Detailed Description

Interface for an RDF mapping for parts of a Wikibase Entity by id.

Member Function Documentation

◆ addEntityStub()

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.

Parameters
EntityId$idthe 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.


The documentation for this interface was generated from the following file: