Constructor.
\Drupal\rdf\SiteSchema\SiteSchema $site_schema: The schema the term is defined in.
string $entity_type: The entity type.
Overrides SchemaTermBase::__construct
public function __construct($site_schema, $entity_type) {
parent::__construct($site_schema);
$this->entityType = $entity_type;
}