setup.cfg
setup.py
local_code/__init__.py
local_code/big_ttl_yielder.py
local_code/consume_ws.py
local_code/shex_dbpedia.py
local_code/shex_somthing.py
local_code/shex_unknown.py
local_code/shex_verbose.py
local_code/shex_wikidata.py
shexer/__init__.py
shexer/consts.py
shexer/shaper.py
shexer.egg-info/PKG-INFO
shexer.egg-info/SOURCES.txt
shexer.egg-info/dependency_links.txt
shexer.egg-info/requires.txt
shexer.egg-info/top_level.txt
shexer/core/__init__.py
shexer/core/class_profiler.py
shexer/core/class_shexer.py
shexer/core/instances/__init__.py
shexer/core/instances/abstract_instance_tracker.py
shexer/core/instances/instance_tracker.py
shexer/core/instances/pconsts.py
shexer/core/instances/annotators/__init__.py
shexer/core/instances/annotators/annotator_func.py
shexer/core/instances/annotators/annotator_tracking_instances.py
shexer/core/instances/annotators/base_annotator.py
shexer/core/instances/annotators/strategy_mode/__init__.py
shexer/core/instances/annotators/strategy_mode/all_classes_mode.py
shexer/core/instances/annotators/strategy_mode/base_strategy_mode.py
shexer/core/instances/annotators/strategy_mode/compound_strategy_mode.py
shexer/core/instances/annotators/strategy_mode/shape_qualifiers_mode.py
shexer/core/instances/annotators/strategy_mode/target_classes_mode.py
shexer/core/instances/mappings/__init__.py
shexer/core/instances/mappings/shape_map_instance_tracker.py
shexer/core/instances/mix/__init__.py
shexer/core/instances/mix/mixed_instance_tracker.py
shexer/io/__init__.py
shexer/io/file.py
shexer/io/wikidata.py
shexer/io/graph/__init__.py
shexer/io/graph/yielder/__init__.py
shexer/io/graph/yielder/base_triples_yielder.py
shexer/io/graph/yielder/big_ttl_triples_yielder.py
shexer/io/graph/yielder/multi_big_ttl_files_triple_yielder.py
shexer/io/graph/yielder/multi_nt_triples_yielder.py
shexer/io/graph/yielder/multi_rdflib_triple_yielder.py
shexer/io/graph/yielder/multi_tsv_nt_triples_yielder.py
shexer/io/graph/yielder/multifile_base_triples_yielder.py
shexer/io/graph/yielder/nt_triples_yielder.py
shexer/io/graph/yielder/rdflib_triple_yielder.py
shexer/io/graph/yielder/tsv_nt_triples_yielder.py
shexer/io/graph/yielder/filter/__init__.py
shexer/io/graph/yielder/filter/filter_namespaces_triple_yielder.py
shexer/io/graph/yielder/remote/__init__.py
shexer/io/graph/yielder/remote/sgraph_from_selectors_triple_yielder.py
shexer/io/json/__init__.py
shexer/io/json/json_loader.py
shexer/io/line_reader/__init__.py
shexer/io/line_reader/file_line_reader.py
shexer/io/line_reader/raw_string_line_reader.py
shexer/io/profile/__init__.py
shexer/io/profile/formater/__init__.py
shexer/io/profile/formater/abstract_profile_serializer.py
shexer/io/shacl/__init__.py
shexer/io/shacl/formater/__init__.py
shexer/io/shacl/formater/shacl_serializer.py
shexer/io/shape_map/__init__.py
shexer/io/shape_map/shape_map_parser.py
shexer/io/shape_map/label/__init__.py
shexer/io/shape_map/label/shape_map_label_parser.py
shexer/io/shape_map/node_selector/__init__.py
shexer/io/shape_map/node_selector/node_selector_parser.py
shexer/io/shex/__init__.py
shexer/io/shex/formater/__init__.py
shexer/io/shex/formater/consts.py
shexer/io/shex/formater/shex_serializer.py
shexer/io/shex/formater/statement_serializers/__init__.py
shexer/io/shex/formater/statement_serializers/base_statement_serializer.py
shexer/io/shex/formater/statement_serializers/fixed_prop_choice_statement_serializer.py
shexer/io/sparql/__init__.py
shexer/io/sparql/query.py
shexer/model/IRI.py
shexer/model/Literal.py
shexer/model/Macro.py
shexer/model/__init__.py
shexer/model/bnode.py
shexer/model/const_elem_types.py
shexer/model/fixed_prop_choice_statement.py
shexer/model/hierarchy_tree.py
shexer/model/node_selector.py
shexer/model/property.py
shexer/model/shape.py
shexer/model/shape_map.py
shexer/model/statement.py
shexer/model/graph/__init__.py
shexer/model/graph/abstract_sgraph.py
shexer/model/graph/endpoint_sgraph.py
shexer/model/graph/rdflib_sgraph.py
shexer/utils/__init__.py
shexer/utils/dict.py
shexer/utils/file.py
shexer/utils/log.py
shexer/utils/namespaces.py
shexer/utils/obj_references.py
shexer/utils/shapes.py
shexer/utils/target_elements.py
shexer/utils/triple_yielders.py
shexer/utils/uri.py
shexer/utils/factories/__init__.py
shexer/utils/factories/class_profiler_factory.py
shexer/utils/factories/class_shexer_factory.py
shexer/utils/factories/h_tree.py
shexer/utils/factories/instance_tracker_factory.py
shexer/utils/factories/iri_factory.py
shexer/utils/factories/remote_graph_factory.py
shexer/utils/factories/shape_map_factory.py
shexer/utils/factories/shape_map_parser_factory.py
shexer/utils/factories/shape_serializer_factory.py
shexer/utils/factories/triple_yielders_factory.py
shexer/utils/translators/__init__.py
shexer/utils/translators/list_of_classes_to_shape_map.py
test/__init__.py
test/const.py
test/t_utils.py
test/test_all_classes_mode.py
test/test_allow_opt_cardinality.py
test/test_depth_for_building_subgraph.py
test/test_disable_comments.py
test/test_disable_exact_cardinality.py
test/test_disable_or_statements.py
test/test_discard_and_compliant.py
test/test_file_target_classes.py
test/test_graph_file_input.py
test/test_graph_list_of_file_inputs.py
test/test_infer_numeric_types_for_untyped_literals.py
test/test_input_format.py
test/test_instances_file_input.py
test/test_instantiation_property.py
test/test_keep_less_specific.py
test/test_list_of_url_input.py
test/test_namespaces_dict.py
test/test_namespaces_to_ignore.py
test/test_raw_graph.py
test/test_raw_shape_map.py
test/test_rdflib_graph.py
test/test_remove_empty_sahpes.py
test/test_shape_map_file.py
test/test_shape_map_format.py
test/test_shape_qualifiers_mode.py
test/test_shapes_namespaces.py
test/test_target_classes.py
test/test_threshold.py
test/test_url_endpoint.py
test/test_url_graph.py
test/test_wikidata_annotation.py
test/test_shacl/__init__.py
test/test_shacl/test_annotation.py
test/test_shacl/test_class_selection.py
ws/__init__.py
ws/shexer_rest.py
ws/wsgi.py