We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I test a schema against a series of URIs (e.g. http://www.wikidata.org/entity/Q30225370) I am getting the following error message
{'focus': rdflib.term.URIRef('http://www.wikidata.org/entity/Q30225370'), 'reason': ' Testing wd:Q30225370 against shape #WD_Pathway\n' ' Datatype mismatch - expected: ' 'http://www.w3.org/1999/02/22-rdf-syntax-ns#langString actual: ' 'http://www.w3.org/2001/XMLSchema#string', 'result': False}
Somewhere in the process data, the language labels get translated into xsd:string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I test a schema against a series of URIs (e.g. http://www.wikidata.org/entity/Q30225370) I am getting the following error message
{'focus': rdflib.term.URIRef('http://www.wikidata.org/entity/Q30225370'), 'reason': ' Testing wd:Q30225370 against shape #WD_Pathway\n' ' Datatype mismatch - expected: ' 'http://www.w3.org/1999/02/22-rdf-syntax-ns#langString actual: ' 'http://www.w3.org/2001/XMLSchema#string', 'result': False}
Somewhere in the process data, the language labels get translated into xsd:string
The text was updated successfully, but these errors were encountered: