. "Specifies the language for the object component for the generated triple from a logical table row" . "0"^^ . "select ?s, (\"Error\") as ?severity,\n (\"rr:language can be specified only if rr:termType is not an rr:IRI or rr:BlankNode\") as ?message\n where {\n ?s a ?t ; rr:language ?lang .\n optional { ?s rr:termType ?tt } .\n filter ((bound (?tt) && (?tt != rr:Literal)) || (?t = rr:SubjectMap)) }" . "1"^^ . . .