Querying letter mu in Sparql
问题 I am using python library RDFLIB to query on semantic dicom owl file. I need to query for a label containing letter mu. I am not able to figure out how to query for labels containing this letter. The code is given below - q = """SELECT ?ur WHERE{?ur rdfs:label "Exposure in uAs".}""" qres = g.query(q) for row in qres: print(row) I am not getting any results for the above query. The semantic dicom owl files contain the following triples - Image of what I am trying to search contents of sedi