ensureType
Ensures subject carries an rdf:type triple with typeIri, preserving any other type triples already present.
Unlike addQuad(subject, RDF.TYPE, typeIri) — whose default single-value semantics would replace every existing rdf:type — this appends only when the type is absent, so types written by other applications survive a parse/serialize round trip.