AUTHORS
ChangeLog
Pipfile
README.md
license.txt
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/main.yaml
.github/workflows/pr-test.yaml
.github/workflows/pypi-publish.yaml
PyShEx.egg-info/PKG-INFO
PyShEx.egg-info/SOURCES.txt
PyShEx.egg-info/dependency_links.txt
PyShEx.egg-info/entry_points.txt
PyShEx.egg-info/not-zip-safe
PyShEx.egg-info/pbr.json
PyShEx.egg-info/requires.txt
PyShEx.egg-info/top_level.txt
ancilliary/__init__.py
ancilliary/earlreport.py
docker/Dockerfile
notebooks/BP_example_02.ipynb
notebooks/CLI.ipynb
notebooks/PersistentResults.ipynb
notebooks/PrefixLib.ipynb
notebooks/SPARQLEndpoints.ipynb
notebooks/Schema_org.ipynb
notebooks/SpecifyingStartShape.ipynb
notebooks/WikiSlurper.ipynb
notebooks/bloodpressure_example.ipynb
notebooks/book_small.ipynb
notebooks/book_small_text.ipynb
notebooks/inconsistent_test.ipynb
notebooks/school_example.ipynb
notebooks/schoolbook_graph.ipynb
notebooks/shex_example.ipynb
notebooks/simple_shex.ipynb
notebooks/test_shexjsg.ipynb
pyshex/__init__.py
pyshex/evaluate.py
pyshex/prefixlib.py
pyshex/shex_evaluator.py
pyshex/user_agent.py
pyshex/parse_tree/__init__.py
pyshex/parse_tree/parse_node.py
pyshex/shape_expressions_language/__init__.py
pyshex/shape_expressions_language/p3_terminology.py
pyshex/shape_expressions_language/p5_2_validation_definition.py
pyshex/shape_expressions_language/p5_3_shape_expressions.py
pyshex/shape_expressions_language/p5_4_node_constraints.py
pyshex/shape_expressions_language/p5_5_shapes_and_triple_expressions.py
pyshex/shape_expressions_language/p5_6_schema_requirements.py
pyshex/shape_expressions_language/p5_7_semantic_actions.py
pyshex/shape_expressions_language/p5_context.py
pyshex/shapemap_structure_and_language/__init__.py
pyshex/shapemap_structure_and_language/p1_notation_and_terminology.py
pyshex/shapemap_structure_and_language/p3_shapemap_structure.py
pyshex/shapemap_structure_and_language/p4_shapemap_usage.py
pyshex/shex_manifest/__init__.py
pyshex/shex_manifest/manifest.py
pyshex/sparql11_query/__init__.py
pyshex/sparql11_query/p17_1_operand_data_types.py
pyshex/utils/__init__.py
pyshex/utils/collection_utils.py
pyshex/utils/datatype_utils.py
pyshex/utils/deprecated.py
pyshex/utils/matchesEachOfEvaluator.py
pyshex/utils/n3_mapper.py
pyshex/utils/partitions.py
pyshex/utils/rdf_namespace.py
pyshex/utils/schema_loader.py
pyshex/utils/schema_utils.py
pyshex/utils/slurp_utils.py
pyshex/utils/sparql_query.py
pyshex/utils/stringtoken.py
pyshex/utils/tortoise.py
pyshex/utils/trace_utils.py
pyshex/utils/url_utils.py
pyshex/utils/value_set_utils.py
tests/__init__.py
tests/data/context.jsonld
tests/data/earl_report.ttl
tests/data/patient-example-d.ttl
tests/data/patient.shex
tests/data/t1.shex
tests/data/t1.sparql
tests/data/schemas/1Adot.json
tests/data/schemas/biolink-modelnc.shex
tests/data/schemas/meta.shex
tests/data/schemas/startCode3.json
tests/data/schemas/startCode3.shex
tests/data/schemas/startCode3.ttl
tests/data/validation/1dot-relative.shex
tests/data/validation/Is1_Ip1_LSTRING_LITERAL1_with_all_punctuation.ttl
tests/data/validation/Pstar.ttl
tests/data/validation/anon_start.shex
tests/data/validation/anon_start.ttl
tests/data/validation/biolink-model.ttl
tests/data/validation/manifest.jsonld
tests/data/validation/manifest.ttl
tests/data/validation/simple.shex
tests/data/validation/simple.ttl
tests/data/validation/type-samples.ttl
tests/test_biolink/__init__.py
tests/test_biolink/test_biolink_items.py
tests/test_biolink/data/meta.json
tests/test_biolink/data/meta.ttl
tests/test_biolink/data/metashex.json
tests/test_cli/__init__.py
tests/test_cli/clitests.py
tests/test_cli/test_evaluate.py
tests/test_cli/test_sparql_options.py
tests/test_cli/input/obs.shex
tests/test_cli/input/obs.ttl
tests/test_cli/input/sparql.sparql
tests/test_cli/output/evaluate/biolinkfail
tests/test_cli/output/evaluate/biolinkpass
tests/test_cli/output/evaluate/dbsparql1
tests/test_cli/output/evaluate/dbsparql2
tests/test_cli/output/evaluate/dbsparql3
tests/test_cli/output/evaluate/dbsparql4
tests/test_cli/output/evaluate/dbsparql5
tests/test_cli/output/evaluate/dbsparql6
tests/test_cli/output/evaluate/dbsparql7
tests/test_cli/output/evaluate/help
tests/test_cli/output/evaluate/obs1
tests/test_cli/output/evaluate/pred-samples
tests/test_cli/output/evaluate/t1
tests/test_cli/output/evaluate/type-samples
tests/test_collection_support/test_collections.py
tests/test_issues/__init__.py
tests/test_issues/test_andra_loop.py
tests/test_issues/test_comment_issue.py
tests/test_issues/test_crlf.py
tests/test_issues/test_diseases.py
tests/test_issues/test_fhir.py
tests/test_issues/test_guardian_issue.py
tests/test_issues/test_ill_founded.py
tests/test_issues/test_issue_11.py
tests/test_issues/test_issue_20.py
tests/test_issues/test_issue_21.py
tests/test_issues/test_issue_23.py
tests/test_issues/test_issue_25.py
tests/test_issues/test_issue_26.py
tests/test_issues/test_issue_28.py
tests/test_issues/test_issue_29.py
tests/test_issues/test_issue_30.py
tests/test_issues/test_issue_41.py
tests/test_issues/test_issue_42.py
tests/test_issues/test_issue_51.py
tests/test_issues/test_issue_54.py
tests/test_issues/test_issue_58.py
tests/test_issues/test_literal_issue15.py
tests/test_issues/test_no_start_node.py
tests/test_issues/test_rdf_parser.py
tests/test_issues/test_reactome.py
tests/test_issues/test_shexjs_issue14.py
tests/test_issues/test_shexjs_issue16.py
tests/test_issues/test_te_names.py
tests/test_issues/test_wikidata_1.py
tests/test_issues/test_wild_rdf_datatype.py
tests/test_issues/data/Is1_Ip1_L_with_REGEXP_escapes_bare.ttl
tests/test_issues/data/Q12214.ttl
tests/test_issues/data/Q12214_min.ttl
tests/test_issues/data/Q12214_min_2.ttl
tests/test_issues/data/Q18557122.ttl
tests/test_issues/data/biolink-model.shex
tests/test_issues/data/biolink_model.sparql
tests/test_issues/data/bl_namedthing.shex
tests/test_issues/data/disease_min.shex
tests/test_issues/data/example-haplotype2.results
tests/test_issues/data/example-haplotype2.ttl
tests/test_issues/data/example-haplotype2_online.results
tests/test_issues/data/issue_20.errors
tests/test_issues/data/issue_20.shex
tests/test_issues/data/issue_20.ttl
tests/test_issues/data/observation.shex
tests/test_issues/data/manifests/disease_manifest.json
tests/test_issues/data/shex/disease.shex
tests/test_issues/data/shex/issue_54.shex
tests/test_issues/data/wikidata/disease/Q11085.ttl
tests/test_issues/data/wikidata/disease/Q12135.ttl
tests/test_issues/data/wikidata/disease/Q12206.ttl
tests/test_issues/data/wikidata/disease/Q12214.ttl
tests/test_issues/data/wikidata/disease/Q16495.ttl
tests/test_issues/data/wikidata/disease/Q18657.ttl
tests/test_issues/data/wikidata/disease/Q36855.ttl
tests/test_issues/data/wikidata/disease/Q36956.ttl
tests/test_issues/data/wikidata/disease/Q38404.ttl
tests/test_issues/data/wikidata/disease/Q40301.ttl
tests/test_issues/data/wikidata/disease/Q42982.ttl
tests/test_issues/data/wikidata/disease/Q49989.ttl
tests/test_issues/data/wikidata/disease/Q819207.ttl
tests/test_issues/data/wikidata/disease/Q8277.ttl
tests/test_issues/data/wikidata/disease/Q8285.ttl
tests/test_issues/data/wikidata/disease/Q829150.ttl
tests/test_issues/data/wikidata/disease/Q842169.ttl
tests/test_issues/data/wikidata/disease/Q848371.ttl
tests/test_issues/data/wikidata/disease/Q860395.ttl
tests/test_issues/data/wikidata/disease/Q883850.ttl
tests/test_issues/data/wikidata/disease/Q896643.ttl
tests/test_issues/data/wikidata/disease/Q913856.ttl
tests/test_issues/data/wikidata/reactome/Q29017194.ttl
tests/test_issues/data/wikidata/reactome/Q34340147.ttl
tests/test_issues/data/wikidata/reactome/Q45316529.ttl
tests/test_issues/data/wikidata/reactome/Q45316901.ttl
tests/test_issues/data/wikidata/reactome/Q45316906.ttl
tests/test_notebooks/__init__.py
tests/test_notebooks/test_book_small_text.py
tests/test_notebooks/test_schemaorg.py
tests/test_notebooks/wikidata_issue.py
tests/test_p5_9_validation_examples/__init__.py
tests/test_p5_9_validation_examples/test_p5_9_1_simple_examples.py
tests/test_primer/SPARQLEndpoints.py
tests/test_primer/__init__.py
tests/test_primer/test_1_quick_start.py
tests/test_pyshex_utils/__init__.py
tests/test_pyshex_utils/test_numeric_digits.py
tests/test_pyshex_utils/test_partitions.py
tests/test_pyshex_utils/test_patterns_in_json.py
tests/test_pyshex_utils/test_schema_loader.py
tests/test_pyshex_utils/test_visitor.py
tests/test_shape_expressions_language/__init__.py
tests/test_shape_expressions_language/test_p3_terminology.py
tests/test_shape_expressions_language/test_p5_4_2_node_kind_constraints.py
tests/test_shape_expressions_language/test_p5_4_3_datatype_constraints.py
tests/test_shape_expressions_language/test_p5_4_4_string_facet_constraints.py
tests/test_shape_expressions_language/test_p5_4_5_numeric_facet_constraints.py
tests/test_shape_expressions_language/test_p5_4_6_values_constraint.py
tests/test_shape_expressions_language/test_p5_context.py
tests/test_shapemap_structure_and_language/__init__.py
tests/test_shapemap_structure_and_language/test_p1_notation_and_terminology.py
tests/test_shex_manifest/__init__.py
tests/test_shex_manifest/test_basics.py
tests/test_shextest_validation/__init__.py
tests/test_shextest_validation/test_manifest_shex_json.py
tests/test_shextest_validation/test_manifest_shex_shexc.py
tests/test_support_libraries/__init__.py
tests/test_support_libraries/local_context.py
tests/test_support_libraries/test_prefixlib.py
tests/test_support_libraries/test_shex_evaluator.py
tests/test_utils/__init__.py
tests/test_utils/test_manifest.py
tests/test_utils/test_n3_mapper.py
tests/test_utils/test_sparql_query.py
tests/test_utils/test_tortoise.py
tests/test_utils/source/observation_example_haplotype1.ttl
tests/utils/SortoGraph.py
tests/utils/__init__.py
tests/utils/manifest.py
tests/utils/manifest_tester.py
tests/utils/setup_test.py
tests/utils/uri_redirector.py
tests/utils/wikidata_utils.py