Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: CHANGELOG.md
 Cargo.lock
 Cargo.toml
 README.md
 bench/README.md
 bench/bsbm-plot.py
 bench/bsbm.explore.svg
 bench/bsbm.exploreAndUpdate.svg
 bench/bsbm_blazegraph.sh
 bench/bsbm_graphdb.sh
 bench/bsbm_jena.sh
 bench/bsbm_oxigraph.sh
 bench/bsbm_rdf4j.sh
 bench/bsbm_virtuoso.sh
 bench/explanation_to_flamegraph.py
 bench/explanation_to_trace.py
 cli/Cargo.toml
 cli/Dockerfile
 cli/README.md
 cli/build.rs
 cli/logo.svg
 cli/src/cli.rs
 cli/src/main.rs
 cli/src/service_description.rs
 cli/templates/query.html
 clippy.toml
 debian/TODO
 debian/clean
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/not-installed
 debian/oxigraph.bash-completion
 debian/oxigraph.docs
 debian/oxigraph.install
 debian/oxigraph.manpages
 debian/patches/2001_quick-xml.patch
 debian/patches/2001_rand.patch
 debian/patches/2001_rustc-hash.patch
 debian/patches/2002_shared_libs.patch
 debian/patches/2004_avoid_js.patch
 debian/patches/2005_avoid_python.patch
 debian/patches/2006_deb-built-using.patch
 debian/patches/2007_no_bench.patch
 debian/patches/2008_no_feature_rustls-webpki.patch
 debian/patches/2009_yasgui.patch
 debian/patches/2010_avoid_spargeo.patch
 debian/patches/2011_testsuites.patch
 debian/patches/README
 debian/patches/series
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/upstream/metadata
 debian/watch
 deny.toml
 docs/arch-diagram.svg
 docs/arch-diagram.txt
 fuzz/Cargo.toml
 fuzz/build_corpus.py
 fuzz/fuzz_targets/jsonld.rs
 fuzz/fuzz_targets/n3.rs
 fuzz/fuzz_targets/nquads.rs
 fuzz/fuzz_targets/rdf_xml.rs
 fuzz/fuzz_targets/sparql_query.rs
 fuzz/fuzz_targets/sparql_query_eval.rs
 fuzz/fuzz_targets/sparql_results_json.rs
 fuzz/fuzz_targets/sparql_results_tsv.rs
 fuzz/fuzz_targets/sparql_results_xml.rs
 fuzz/fuzz_targets/sparql_update.rs
 fuzz/fuzz_targets/sparql_update_eval.rs
 fuzz/fuzz_targets/trig.rs
 fuzz/src/lib.rs
 fuzz/src/result_format.rs
 js/Cargo.toml
 js/README.md
 js/biome.json
 js/build_package.mjs
 js/package.json
 js/src/lib.rs
 js/src/model.rs
 js/src/store.rs
 js/src/utils.rs
 js/test/model.test.ts
 js/test/store.bench.ts
 js/test/store.test.ts
 js/tsconfig.json
 js/vitest.config.mts
 lib/README.md
 lib/oxigraph/Cargo.toml
 lib/oxigraph/README.md
 lib/oxigraph/benches/store.rs
 lib/oxigraph/src/io/mod.rs
 lib/oxigraph/src/lib.rs
 lib/oxigraph/src/model.rs
 lib/oxigraph/src/sparql/algebra.rs
 lib/oxigraph/src/sparql/dataset.rs
 lib/oxigraph/src/sparql/error.rs
 lib/oxigraph/src/sparql/http.rs
 lib/oxigraph/src/sparql/mod.rs
 lib/oxigraph/src/sparql/results.rs
 lib/oxigraph/src/sparql/update.rs
 lib/oxigraph/src/storage/binary_encoder.rs
 lib/oxigraph/src/storage/error.rs
 lib/oxigraph/src/storage/memory.rs
 lib/oxigraph/src/storage/mod.rs
 lib/oxigraph/src/storage/numeric_encoder.rs
 lib/oxigraph/src/storage/rocksdb.rs
 lib/oxigraph/src/storage/rocksdb_wrapper.rs
 lib/oxigraph/src/storage/small_string.rs
 lib/oxigraph/src/store.rs
 lib/oxigraph/tests/rocksdb_bc_data/000003.log
 lib/oxigraph/tests/rocksdb_bc_data/CURRENT
 lib/oxigraph/tests/rocksdb_bc_data/IDENTITY
 lib/oxigraph/tests/rocksdb_bc_data/MANIFEST-000004
 lib/oxigraph/tests/rocksdb_bc_data/OPTIONS-000026
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/000004.log
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/000032.log
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/000033.sst
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/CURRENT
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/IDENTITY
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/LOG
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/MANIFEST-000005
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/OPTIONS-000029
 lib/oxigraph/tests/rocksdb_bc_rdf_star_data/OPTIONS-000031
 lib/oxigraph/tests/store.rs
 lib/oxjsonld/Cargo.toml
 lib/oxjsonld/README.md
 lib/oxjsonld/src/context.rs
 lib/oxjsonld/src/error.rs
 lib/oxjsonld/src/expansion.rs
 lib/oxjsonld/src/from_rdf.rs
 lib/oxjsonld/src/lib.rs
 lib/oxjsonld/src/profile.rs
 lib/oxjsonld/src/to_rdf.rs
 lib/oxrdf/Cargo.toml
 lib/oxrdf/README.md
 lib/oxrdf/src/blank_node.rs
 lib/oxrdf/src/dataset.rs
 lib/oxrdf/src/graph.rs
 lib/oxrdf/src/interning.rs
 lib/oxrdf/src/lib.rs
 lib/oxrdf/src/literal.rs
 lib/oxrdf/src/named_node.rs
 lib/oxrdf/src/parser.rs
 lib/oxrdf/src/triple.rs
 lib/oxrdf/src/variable.rs
 lib/oxrdf/src/vocab.rs
 lib/oxrdfio/Cargo.toml
 lib/oxrdfio/README.md
 lib/oxrdfio/src/document.rs
 lib/oxrdfio/src/error.rs
 lib/oxrdfio/src/format.rs
 lib/oxrdfio/src/lib.rs
 lib/oxrdfio/src/parser.rs
 lib/oxrdfio/src/serializer.rs
 lib/oxrdfxml/Cargo.toml
 lib/oxrdfxml/README.md
 lib/oxrdfxml/src/error.rs
 lib/oxrdfxml/src/lib.rs
 lib/oxrdfxml/src/parser.rs
 lib/oxrdfxml/src/serializer.rs
 lib/oxrdfxml/src/utils.rs
 lib/oxsdatatypes/Cargo.toml
 lib/oxsdatatypes/README.md
 lib/oxsdatatypes/src/boolean.rs
 lib/oxsdatatypes/src/date_time.rs
 lib/oxsdatatypes/src/decimal.rs
 lib/oxsdatatypes/src/double.rs
 lib/oxsdatatypes/src/duration.rs
 lib/oxsdatatypes/src/float.rs
 lib/oxsdatatypes/src/integer.rs
 lib/oxsdatatypes/src/lib.rs
 lib/oxttl/Cargo.toml
 lib/oxttl/README.md
 lib/oxttl/src/lexer.rs
 lib/oxttl/src/lib.rs
 lib/oxttl/src/line_formats.rs
 lib/oxttl/src/n3.rs
 lib/oxttl/src/nquads.rs
 lib/oxttl/src/ntriples.rs
 lib/oxttl/src/terse.rs
 lib/oxttl/src/toolkit/error.rs
 lib/oxttl/src/toolkit/lexer.rs
 lib/oxttl/src/toolkit/mod.rs
 lib/oxttl/src/toolkit/parser.rs
 lib/oxttl/src/trig.rs
 lib/oxttl/src/turtle.rs
 lib/sparesults/Cargo.toml
 lib/sparesults/README.md
 lib/sparesults/src/csv.rs
 lib/sparesults/src/error.rs
 lib/sparesults/src/format.rs
 lib/sparesults/src/json.rs
 lib/sparesults/src/lib.rs
 lib/sparesults/src/parser.rs
 lib/sparesults/src/serializer.rs
 lib/sparesults/src/solution.rs
 lib/spareval/Cargo.toml
 lib/spareval/README.md
 lib/spareval/src/dataset.rs
 lib/spareval/src/error.rs
 lib/spareval/src/eval.rs
 lib/spareval/src/lib.rs
 lib/spareval/src/model.rs
 lib/spareval/src/service.rs
 lib/spareval/src/update.rs
 lib/spargebra/Cargo.toml
 lib/spargebra/README.md
 lib/spargebra/src/algebra.rs
 lib/spargebra/src/lib.rs
 lib/spargebra/src/parser.rs
 lib/spargebra/src/query.rs
 lib/spargebra/src/term.rs
 lib/spargebra/src/update.rs
 lib/spargeo/Cargo.toml
 lib/spargeo/README.md
 lib/spargeo/src/lib.rs
 lib/sparopt/Cargo.toml
 lib/sparopt/README.md
 lib/sparopt/src/algebra.rs
 lib/sparopt/src/lib.rs
 lib/sparopt/src/optimizer.rs
 lib/sparopt/src/type_inference.rs
 lib/sparql-smith/Cargo.toml
 lib/sparql-smith/README.md
 lib/sparql-smith/src/lib.rs
 lints/build_clippy_config.py
 lints/test_debian_compatibility.py
 lints/test_spec_links.py
 logo.svg
 oxrocksdb-sys/Cargo.toml
 oxrocksdb-sys/README.md
 oxrocksdb-sys/api/.clang-format
 oxrocksdb-sys/api/c.cc
 oxrocksdb-sys/api/c.h
 oxrocksdb-sys/build.rs
 oxrocksdb-sys/src/lib.rs
 oxrocksdb-sys/trim_rocksdb.sh
 python/Cargo.toml
 python/README.md
 python/docs/conf.py
 python/docs/index.rst
 python/docs/io.rst
 python/docs/migration.rst
 python/docs/model.rst
 python/docs/sparql.rst
 python/docs/store.rst
 python/generate_stubs.py
 python/mypy_allowlist.txt
 python/src/dataset.rs
 python/src/io.rs
 python/src/lib.rs
 python/src/model.rs
 python/src/sparql.rs
 python/src/store.rs
 python/tests/test_doc.py
 python/tests/test_io.py
 python/tests/test_model.py
 python/tests/test_store.py
 python/uv.lock
 rustfmt.toml
 testsuite/Cargo.toml
 testsuite/benches/parser.rs
 testsuite/oxigraph-tests/geosparql/manifest.ttl
 testsuite/oxigraph-tests/geosparql/sf_contains.rq
 testsuite/oxigraph-tests/geosparql/sf_contains.srx
 testsuite/oxigraph-tests/geosparql/sf_crosses.rq
 testsuite/oxigraph-tests/geosparql/sf_crosses.srx
 testsuite/oxigraph-tests/geosparql/sf_disjoint.rq
 testsuite/oxigraph-tests/geosparql/sf_disjoint.srx
 testsuite/oxigraph-tests/geosparql/sf_equals.rq
 testsuite/oxigraph-tests/geosparql/sf_equals.srx
 testsuite/oxigraph-tests/geosparql/sf_overlaps.rq
 testsuite/oxigraph-tests/geosparql/sf_overlaps.srx
 testsuite/oxigraph-tests/geosparql/sf_touches.rq
 testsuite/oxigraph-tests/geosparql/sf_touches.srx
 testsuite/oxigraph-tests/geosparql/sf_within.rq
 testsuite/oxigraph-tests/geosparql/sf_within.srx
 testsuite/oxigraph-tests/geosparql/wkt_default_spatial_reference_system.rq
 testsuite/oxigraph-tests/geosparql/wkt_default_spatial_reference_system.srx
 testsuite/oxigraph-tests/jsonld/aliased_type.jsonld
 testsuite/oxigraph-tests/jsonld/aliased_type.nq
 testsuite/oxigraph-tests/jsonld/manifest.jsonld
 testsuite/oxigraph-tests/parser-error/invalid_iri.nt
 testsuite/oxigraph-tests/parser-error/invalid_iri_comment.nt
 testsuite/oxigraph-tests/parser-error/invalid_iri_comment_crlf.nt
 testsuite/oxigraph-tests/parser-error/invalid_iri_crlf.nt
 testsuite/oxigraph-tests/parser-error/invalid_iri_error.txt
 testsuite/oxigraph-tests/parser-error/invalid_predicate.nt
 testsuite/oxigraph-tests/parser-error/invalid_predicate_error.txt
 testsuite/oxigraph-tests/parser-error/invalid_string_escape.nt
 testsuite/oxigraph-tests/parser-error/invalid_string_escape_error.txt
 testsuite/oxigraph-tests/parser-error/manifest.ttl
 testsuite/oxigraph-tests/parser-error/unexpected_eof.nt
 testsuite/oxigraph-tests/parser-error/unexpected_eof_crlf.nt
 testsuite/oxigraph-tests/parser-error/unexpected_eof_error.txt
 testsuite/oxigraph-tests/parser-lenient/iri.nt
 testsuite/oxigraph-tests/parser-lenient/langtag.nt
 testsuite/oxigraph-tests/parser-lenient/manifest.ttl
 testsuite/oxigraph-tests/parser-lenient/pn_local_escape.ttl
 testsuite/oxigraph-tests/parser-lenient/pn_local_escape_output.ttl
 testsuite/oxigraph-tests/parser-lenient/string_line_jump.nt
 testsuite/oxigraph-tests/parser-lenient/string_line_jump_output.nt
 testsuite/oxigraph-tests/parser-lenient/utf16_surrogates.nt
 testsuite/oxigraph-tests/parser-lenient/utf16_surrogates_output.nt
 testsuite/oxigraph-tests/parser-recovery/do_not_recover_on_wrong_subject.nq
 testsuite/oxigraph-tests/parser-recovery/invalid_bnode.nt
 testsuite/oxigraph-tests/parser-recovery/invalid_iri.nt
 testsuite/oxigraph-tests/parser-recovery/invalid_string.nt
 testsuite/oxigraph-tests/parser-recovery/iri2_spo.nt
 testsuite/oxigraph-tests/parser-recovery/iri2_string_spo.nt
 testsuite/oxigraph-tests/parser-recovery/iri_spo.nt
 testsuite/oxigraph-tests/parser-recovery/iri_string_spo.nt
 testsuite/oxigraph-tests/parser-recovery/manifest.ttl
 testsuite/oxigraph-tests/parser-recovery/missing_dot_at_end_of_triple_with_iri_end.nt
 testsuite/oxigraph-tests/parser-recovery/missing_dot_at_end_of_triple_with_iri_middle.nt
 testsuite/oxigraph-tests/parser-recovery/missing_dot_at_end_of_triple_with_string_end.nt
 testsuite/oxigraph-tests/parser-recovery/missing_dot_at_end_of_triple_with_string_middle.nt
 testsuite/oxigraph-tests/parser/at_keywords_as_lang_tag.nt
 testsuite/oxigraph-tests/parser/at_keywords_as_lang_tag.ttl
 testsuite/oxigraph-tests/parser/bad_lang.ttl
 testsuite/oxigraph-tests/parser/bad_parentheses.ttl
 testsuite/oxigraph-tests/parser/blank_node_with_linebreak.nt
 testsuite/oxigraph-tests/parser/blank_node_with_linebreak.ttl
 testsuite/oxigraph-tests/parser/bnode_trailing_dot.nt
 testsuite/oxigraph-tests/parser/bnode_trailing_dot.ttl
 testsuite/oxigraph-tests/parser/decimal_dot_vs_triple_dot.nt
 testsuite/oxigraph-tests/parser/decimal_dot_vs_triple_dot.ttl
 testsuite/oxigraph-tests/parser/escaped_trailing_dot.nq
 testsuite/oxigraph-tests/parser/escaped_trailing_dot.nt
 testsuite/oxigraph-tests/parser/escaped_trailing_dot.trig
 testsuite/oxigraph-tests/parser/escaped_trailing_dot.ttl
 testsuite/oxigraph-tests/parser/keyword_vs_prefix.nq
 testsuite/oxigraph-tests/parser/keyword_vs_prefix.nt
 testsuite/oxigraph-tests/parser/keyword_vs_prefix.trig
 testsuite/oxigraph-tests/parser/keyword_vs_prefix.ttl
 testsuite/oxigraph-tests/parser/langtag_with_numbers.nt
 testsuite/oxigraph-tests/parser/language_normalization.nt
 testsuite/oxigraph-tests/parser/language_normalization.rdf
 testsuite/oxigraph-tests/parser/language_normalization.ttl
 testsuite/oxigraph-tests/parser/literal_value_space.nt
 testsuite/oxigraph-tests/parser/literal_value_space.rdf
 testsuite/oxigraph-tests/parser/manifest.ttl
 testsuite/oxigraph-tests/parser/multiple_objects.rdf
 testsuite/oxigraph-tests/parser/no_end_line_jump.nt
 testsuite/oxigraph-tests/parser/pname_trailing_dot.nt
 testsuite/oxigraph-tests/parser/pname_trailing_dot.ttl
 testsuite/oxigraph-tests/parser/slightly_invalid_escape_sequence.nt
 testsuite/oxigraph-tests/parser/string_line_jump.ttl
 testsuite/oxigraph-tests/parser/xml_entities.nt
 testsuite/oxigraph-tests/parser/xml_entities.rdf
 testsuite/oxigraph-tests/parser/xml_nested_entities.nt
 testsuite/oxigraph-tests/parser/xml_nested_entities.rdf
 testsuite/oxigraph-tests/sparql-optimization/bgp_join_reordering_input.rq
 testsuite/oxigraph-tests/sparql-optimization/bgp_join_reordering_output.rq
 testsuite/oxigraph-tests/sparql-optimization/bind_always_false_input.rq
 testsuite/oxigraph-tests/sparql-optimization/bind_always_false_output.rq
 testsuite/oxigraph-tests/sparql-optimization/bind_always_true_input.rq
 testsuite/oxigraph-tests/sparql-optimization/bind_always_true_output.rq
 testsuite/oxigraph-tests/sparql-optimization/empty_union_input.rq
 testsuite/oxigraph-tests/sparql-optimization/empty_union_output.rq
 testsuite/oxigraph-tests/sparql-optimization/equal_to_same_term_input.rq
 testsuite/oxigraph-tests/sparql-optimization/equal_to_same_term_output.rq
 testsuite/oxigraph-tests/sparql-optimization/exists_always_false_input.rq
 testsuite/oxigraph-tests/sparql-optimization/exists_always_false_output.rq
 testsuite/oxigraph-tests/sparql-optimization/false_and_something_input.rq
 testsuite/oxigraph-tests/sparql-optimization/false_and_something_output.rq
 testsuite/oxigraph-tests/sparql-optimization/false_or_something_input.rq
 testsuite/oxigraph-tests/sparql-optimization/false_or_something_output.rq
 testsuite/oxigraph-tests/sparql-optimization/if_always_false_input.rq
 testsuite/oxigraph-tests/sparql-optimization/if_always_false_output.rq
 testsuite/oxigraph-tests/sparql-optimization/if_always_true_input.rq
 testsuite/oxigraph-tests/sparql-optimization/if_always_true_output.rq
 testsuite/oxigraph-tests/sparql-optimization/manifest.ttl
 testsuite/oxigraph-tests/sparql-optimization/push_filter_input.rq
 testsuite/oxigraph-tests/sparql-optimization/push_filter_output.rq
 testsuite/oxigraph-tests/sparql-optimization/push_optional_filter_input.rq
 testsuite/oxigraph-tests/sparql-optimization/push_optional_filter_output.rq
 testsuite/oxigraph-tests/sparql-optimization/something_and_false_input.rq
 testsuite/oxigraph-tests/sparql-optimization/something_and_false_output.rq
 testsuite/oxigraph-tests/sparql-optimization/something_and_true_input.rq
 testsuite/oxigraph-tests/sparql-optimization/something_and_true_output.rq
 testsuite/oxigraph-tests/sparql-optimization/something_or_false_input.rq
 testsuite/oxigraph-tests/sparql-optimization/something_or_false_output.rq
 testsuite/oxigraph-tests/sparql-optimization/something_or_true_input.rq
 testsuite/oxigraph-tests/sparql-optimization/something_or_true_output.rq
 testsuite/oxigraph-tests/sparql-optimization/true_and_something_input.rq
 testsuite/oxigraph-tests/sparql-optimization/true_and_something_output.rq
 testsuite/oxigraph-tests/sparql-optimization/true_or_something_input.rq
 testsuite/oxigraph-tests/sparql-optimization/true_or_something_output.rq
 testsuite/oxigraph-tests/sparql-optimization/unbound_bind_input.rq
 testsuite/oxigraph-tests/sparql-optimization/unbound_bind_output.rq
 testsuite/oxigraph-tests/sparql-optimization/unbound_filter_input.rq
 testsuite/oxigraph-tests/sparql-optimization/unbound_filter_output.rq
 testsuite/oxigraph-tests/sparql-results/duplicated_variables.srj
 testsuite/oxigraph-tests/sparql-results/duplicated_variables.srx
 testsuite/oxigraph-tests/sparql-results/duplicated_variables.tsv
 testsuite/oxigraph-tests/sparql-results/ignored_keys.srj
 testsuite/oxigraph-tests/sparql-results/ignored_keys.srx
 testsuite/oxigraph-tests/sparql-results/late_head.srj
 testsuite/oxigraph-tests/sparql-results/late_head_expected.srj
 testsuite/oxigraph-tests/sparql-results/manifest.ttl
 testsuite/oxigraph-tests/sparql-results/typed_literal.srj
 testsuite/oxigraph-tests/sparql-results/typed_literal_expected.srj
 testsuite/oxigraph-tests/sparql/ask_from.rq
 testsuite/oxigraph-tests/sparql/ask_join_error_left.rq
 testsuite/oxigraph-tests/sparql/ask_join_error_right.rq
 testsuite/oxigraph-tests/sparql/ask_union_error_left.rq
 testsuite/oxigraph-tests/sparql/ask_union_error_right.rq
 testsuite/oxigraph-tests/sparql/cmp_langString.rq
 testsuite/oxigraph-tests/sparql/cmp_langString.srx
 testsuite/oxigraph-tests/sparql/construct_semicolon_dot.rq
 testsuite/oxigraph-tests/sparql/describe_cbd.rq
 testsuite/oxigraph-tests/sparql/describe_cbd_input.ttl
 testsuite/oxigraph-tests/sparql/describe_cbd_output.ttl
 testsuite/oxigraph-tests/sparql/describe_input.ttl
 testsuite/oxigraph-tests/sparql/describe_multiple.rq
 testsuite/oxigraph-tests/sparql/describe_output.ttl
 testsuite/oxigraph-tests/sparql/describe_where.rq
 testsuite/oxigraph-tests/sparql/duplicated_values_var.rq
 testsuite/oxigraph-tests/sparql/false.srx
 testsuite/oxigraph-tests/sparql/in_empty_error.rq
 testsuite/oxigraph-tests/sparql/in_empty_error.srx
 testsuite/oxigraph-tests/sparql/lateral/basic_input.ttl
 testsuite/oxigraph-tests/sparql/lateral/filter.rq
 testsuite/oxigraph-tests/sparql/lateral/graph.rq
 testsuite/oxigraph-tests/sparql/lateral/join.rq
 testsuite/oxigraph-tests/sparql/lateral/manifest.ttl
 testsuite/oxigraph-tests/sparql/lateral/optional.rq
 testsuite/oxigraph-tests/sparql/lateral/simple.srx
 testsuite/oxigraph-tests/sparql/lateral/subselect.rq
 testsuite/oxigraph-tests/sparql/lateral/subselect.srx
 testsuite/oxigraph-tests/sparql/lateral/subselect_aggregate.rq
 testsuite/oxigraph-tests/sparql/lateral/subselect_aggregate.srx
 testsuite/oxigraph-tests/sparql/lateral/subselect_inside_optional.rq
 testsuite/oxigraph-tests/sparql/lateral/subselect_inside_optional.srx
 testsuite/oxigraph-tests/sparql/lateral/subselect_outside_optional.rq
 testsuite/oxigraph-tests/sparql/lateral/subselect_outside_optional.srx
 testsuite/oxigraph-tests/sparql/long_unicode_escape_with_multibytes_char.rq
 testsuite/oxigraph-tests/sparql/long_unicode_escape_with_multibytes_char.ru
 testsuite/oxigraph-tests/sparql/manifest.ttl
 testsuite/oxigraph-tests/sparql/nested_anonymous.rq
 testsuite/oxigraph-tests/sparql/nested_anonymous.srx
 testsuite/oxigraph-tests/sparql/nested_anonymous.ttl
 testsuite/oxigraph-tests/sparql/nested_expression.rq
 testsuite/oxigraph-tests/sparql/nested_path.rq
 testsuite/oxigraph-tests/sparql/one_or_more_shared.rq
 testsuite/oxigraph-tests/sparql/one_or_more_shared.srx
 testsuite/oxigraph-tests/sparql/one_or_more_shared.ttl
 testsuite/oxigraph-tests/sparql/one_or_more_star.rq
 testsuite/oxigraph-tests/sparql/one_or_more_star.srx
 testsuite/oxigraph-tests/sparql/one_or_more_star.ttl
 testsuite/oxigraph-tests/sparql/order_terms.rq
 testsuite/oxigraph-tests/sparql/order_terms.ttl
 testsuite/oxigraph-tests/sparql/property_list_path.rq
 testsuite/oxigraph-tests/sparql/regex_variable.rq
 testsuite/oxigraph-tests/sparql/regex_variable.srx
 testsuite/oxigraph-tests/sparql/single_not_exists.rq
 testsuite/oxigraph-tests/sparql/single_not_exists.srx
 testsuite/oxigraph-tests/sparql/small_iri_str.rq
 testsuite/oxigraph-tests/sparql/small_iri_str.srx
 testsuite/oxigraph-tests/sparql/small_unicode_escape_with_multibytes_char.rq
 testsuite/oxigraph-tests/sparql/small_unicode_escape_with_multibytes_char.ru
 testsuite/oxigraph-tests/sparql/subquery_in_filter_not_exists.rq
 testsuite/oxigraph-tests/sparql/true.srx
 testsuite/oxigraph-tests/sparql/unbound_variable_in_subquery.rq
 testsuite/oxigraph-tests/sparql/unbound_variable_in_subquery.srx
 testsuite/oxigraph-tests/sparql/values_in_filter_exists.rq
 testsuite/oxigraph-tests/sparql/values_in_filter_exists.srx
 testsuite/oxigraph-tests/sparql/values_in_filter_not_exists.rq
 testsuite/serd-tests/README.md
 testsuite/serd-tests/bad/bad-a-object.ttl
 testsuite/serd-tests/bad/bad-a-subject.ttl
 testsuite/serd-tests/bad/bad-base.ttl
 testsuite/serd-tests/bad/bad-blank-node-label.nt
 testsuite/serd-tests/bad/bad-blank-predicate.ttl
 testsuite/serd-tests/bad/bad-blank-syntax.ttl
 testsuite/serd-tests/bad/bad-blank.ttl
 testsuite/serd-tests/bad/bad-bom-1.ttl
 testsuite/serd-tests/bad/bad-bom-2.ttl
 testsuite/serd-tests/bad/bad-bom-only-1.ttl
 testsuite/serd-tests/bad/bad-bom-only-2.ttl
 testsuite/serd-tests/bad/bad-bom.ttl
 testsuite/serd-tests/bad/bad-char-in-local.ttl
 testsuite/serd-tests/bad/bad-char-in-prefix.ttl
 testsuite/serd-tests/bad/bad-char-in-uri.ttl
 testsuite/serd-tests/bad/bad-comma-in-collection.ttl
 testsuite/serd-tests/bad/bad-datatype-syntax.ttl
 testsuite/serd-tests/bad/bad-datatype.ttl
 testsuite/serd-tests/bad/bad-disallowed-char-in-local.ttl
 testsuite/serd-tests/bad/bad-disallowed-char-in-prefix.ttl
 testsuite/serd-tests/bad/bad-dot-after-subject.ttl
 testsuite/serd-tests/bad/bad-dot-in-collection.ttl
 testsuite/serd-tests/bad/bad-empty-blank-predicate.ttl
 testsuite/serd-tests/bad/bad-equivalence.ttl
 testsuite/serd-tests/bad/bad-escape.ttl
 testsuite/serd-tests/bad/bad-ext-namedblank-op.ttl
 testsuite/serd-tests/bad/bad-false-predicate.ttl
 testsuite/serd-tests/bad/bad-false-subject.ttl
 testsuite/serd-tests/bad/bad-forAll.ttl
 testsuite/serd-tests/bad/bad-forSome.ttl
 testsuite/serd-tests/bad/bad-graph-blank-label.trig
 testsuite/serd-tests/bad/bad-graph-subject.ttl
 testsuite/serd-tests/bad/bad-hex-digit.ttl
 testsuite/serd-tests/bad/bad-id-clash.ttl
 testsuite/serd-tests/bad/bad-implied.ttl
 testsuite/serd-tests/bad/bad-implies.ttl
 testsuite/serd-tests/bad/bad-is-of-keywords.ttl
 testsuite/serd-tests/bad/bad-keywords.ttl
 testsuite/serd-tests/bad/bad-lang-start-delete.nt
 testsuite/serd-tests/bad/bad-lang-start-space.nt
 testsuite/serd-tests/bad/bad-lang-start-tab.nt
 testsuite/serd-tests/bad/bad-lang-start-wide.nt
 testsuite/serd-tests/bad/bad-lang.ttl
 testsuite/serd-tests/bad/bad-list-close-object.ttl
 testsuite/serd-tests/bad/bad-list.ttl
 testsuite/serd-tests/bad/bad-list2.ttl
 testsuite/serd-tests/bad/bad-long-literal-in-list.ttl
 testsuite/serd-tests/bad/bad-long-literal-missing-end.ttl
 testsuite/serd-tests/bad/bad-missing-semi.ttl
 testsuite/serd-tests/bad/bad-missing-uri-scheme.nt
 testsuite/serd-tests/bad/bad-misspelled-base.ttl
 testsuite/serd-tests/bad/bad-misspelled-prefix.ttl
 testsuite/serd-tests/bad/bad-namespace.ttl
 testsuite/serd-tests/bad/bad-ns.ttl
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u00F7.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u037E.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u200B.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u200E.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u203E.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u2041.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u206F.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u2190.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u2BFF.nt
 testsuite/serd-tests/bad/bad-nt-syntax-blank-u2FF0.nt
 testsuite/serd-tests/bad/bad-nt-syntax-cr-in-string.nt
 testsuite/serd-tests/bad/bad-nt-syntax-lf-in-string.nt
 testsuite/serd-tests/bad/bad-nt-syntax-uri-bar.nt
 testsuite/serd-tests/bad/bad-nt-syntax-uri-caret.nt
 testsuite/serd-tests/bad/bad-nt-syntax-uri-closing-brace.nt
 testsuite/serd-tests/bad/bad-nt-syntax-uri-double-quotes.nt
 testsuite/serd-tests/bad/bad-nt-syntax-uri-grave.nt
 testsuite/serd-tests/bad/bad-nt-syntax-uri-less-than.nt
 testsuite/serd-tests/bad/bad-nt-syntax-uri-opening-brace.nt
 testsuite/serd-tests/bad/bad-null-byte.ttl
 testsuite/serd-tests/bad/bad-num.ttl
 testsuite/serd-tests/bad/bad-object.ttl
 testsuite/serd-tests/bad/bad-object2.ttl
 testsuite/serd-tests/bad/bad-paths.ttl
 testsuite/serd-tests/bad/bad-pn-escape.ttl
 testsuite/serd-tests/bad/bad-predicate-in-blank.ttl
 testsuite/serd-tests/bad/bad-prefix-dot.ttl
 testsuite/serd-tests/bad/bad-prefix-missing-colon.ttl
 testsuite/serd-tests/bad/bad-prefix.ttl
 testsuite/serd-tests/bad/bad-quote-in-uri.ttl
 testsuite/serd-tests/bad/bad-semicolon-after-subject.ttl
 testsuite/serd-tests/bad/bad-string.ttl
 testsuite/serd-tests/bad/bad-subject.ttl
 testsuite/serd-tests/bad/bad-trailing-garbage.nt
 testsuite/serd-tests/bad/bad-true-predicate.ttl
 testsuite/serd-tests/bad/bad-true-subject.ttl
 testsuite/serd-tests/bad/bad-uri-escape.ttl
 testsuite/serd-tests/bad/bad-uri-scheme-start-apostrophe.nt
 testsuite/serd-tests/bad/bad-uri-scheme-start-delete.nt
 testsuite/serd-tests/bad/bad-uri-scheme-start-space.nt
 testsuite/serd-tests/bad/bad-uri-scheme-start-tab.nt
 testsuite/serd-tests/bad/bad-uri-scheme-start-wide.nt
 testsuite/serd-tests/bad/bad-uri-scheme.nt
 testsuite/serd-tests/bad/bad-uri-truncated.nt
 testsuite/serd-tests/bad/bad-verb.ttl
 testsuite/serd-tests/bad/manifest.ttl
 testsuite/serd-tests/eof/bad-nt-eof-after-blank.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-lang-hyphen.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-lang-subtag.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-lang.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-object.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-predicate.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-string-escape.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-string.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-subject.nt
 testsuite/serd-tests/eof/bad-nt-eof-after-underscore.nt
 testsuite/serd-tests/eof/bad-nt-eof-before-blank.nt
 testsuite/serd-tests/eof/bad-nt-eof-before-iri.nt
 testsuite/serd-tests/eof/bad-nt-eof-before-lang.nt
 testsuite/serd-tests/eof/bad-nt-eof-before-string-escape.nt
 testsuite/serd-tests/eof/bad-nt-eof-before-string.nt
 testsuite/serd-tests/eof/bad-nt-eof-in-iri-path.nt
 testsuite/serd-tests/eof/bad-nt-eof-in-iri-scheme.nt
 testsuite/serd-tests/eof/bad-nt-eof-in-string.nt
 testsuite/serd-tests/eof/bad-ttl-eof-after-quotes.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-at-string-start.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-blank.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-escape.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-lang-suffix.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-lang.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-list.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-long-string.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-object-list.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-object-list2.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-predicate-list.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-string.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-text-character.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-triple-quote.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-uri-character.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-uri-scheme.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-uri.ttl
 testsuite/serd-tests/eof/bad-ttl-eof-in-utf8-character.ttl
 testsuite/serd-tests/eof/manifest.ttl
 testsuite/serd-tests/good/manifest.ttl
 testsuite/serd-tests/good/test-a-without-whitespace.nt
 testsuite/serd-tests/good/test-a-without-whitespace.ttl
 testsuite/serd-tests/good/test-backspace.nt
 testsuite/serd-tests/good/test-backspace.ttl
 testsuite/serd-tests/good/test-base-nopath.nt
 testsuite/serd-tests/good/test-base-nopath.ttl
 testsuite/serd-tests/good/test-base-query.nt
 testsuite/serd-tests/good/test-base-query.ttl
 testsuite/serd-tests/good/test-base.nt
 testsuite/serd-tests/good/test-base.ttl
 testsuite/serd-tests/good/test-blank-cont.nt
 testsuite/serd-tests/good/test-blank-cont.ttl
 testsuite/serd-tests/good/test-blank-in-list.nt
 testsuite/serd-tests/good/test-blank-in-list.ttl
 testsuite/serd-tests/good/test-blank-node-statement.nt
 testsuite/serd-tests/good/test-blank-node-statement.ttl
 testsuite/serd-tests/good/test-blankdot.nt
 testsuite/serd-tests/good/test-blankdot.ttl
 testsuite/serd-tests/good/test-bom-only.ttl
 testsuite/serd-tests/good/test-bom.nt
 testsuite/serd-tests/good/test-bom.ttl
 testsuite/serd-tests/good/test-boolish-prefix.nt
 testsuite/serd-tests/good/test-boolish-prefix.ttl
 testsuite/serd-tests/good/test-changing-base.nt
 testsuite/serd-tests/good/test-changing-base.ttl
 testsuite/serd-tests/good/test-comment-whitespace.nt
 testsuite/serd-tests/good/test-comment-whitespace.ttl
 testsuite/serd-tests/good/test-cr.nt
 testsuite/serd-tests/good/test-cr.ttl
 testsuite/serd-tests/good/test-decimal-ends-with-dot.nt
 testsuite/serd-tests/good/test-decimal-ends-with-dot.ttl
 testsuite/serd-tests/good/test-digit-start-pname.nt
 testsuite/serd-tests/good/test-digit-start-pname.ttl
 testsuite/serd-tests/good/test-double-ends-with-dot.nt
 testsuite/serd-tests/good/test-double-ends-with-dot.ttl
 testsuite/serd-tests/good/test-double.nt
 testsuite/serd-tests/good/test-double.ttl
 testsuite/serd-tests/good/test-empty-path-base.nt
 testsuite/serd-tests/good/test-empty-path-base.ttl
 testsuite/serd-tests/good/test-eof-at-page-end.nt
 testsuite/serd-tests/good/test-eof-at-page-end.ttl
 testsuite/serd-tests/good/test-ext-namedblank-iri.nt
 testsuite/serd-tests/good/test-ext-namedblank-iri.ttl
 testsuite/serd-tests/good/test-ext-namedblank-prefix.nt
 testsuite/serd-tests/good/test-ext-namedblank-prefix.ttl
 testsuite/serd-tests/good/test-false-ends-with-dot.nt
 testsuite/serd-tests/good/test-false-ends-with-dot.ttl
 testsuite/serd-tests/good/test-id.nt
 testsuite/serd-tests/good/test-id.ttl
 testsuite/serd-tests/good/test-integer-ends-with-dot.nt
 testsuite/serd-tests/good/test-integer-ends-with-dot.ttl
 testsuite/serd-tests/good/test-list-in-blank.nt
 testsuite/serd-tests/good/test-list-in-blank.ttl
 testsuite/serd-tests/good/test-list-subject.nt
 testsuite/serd-tests/good/test-list-subject.ttl
 testsuite/serd-tests/good/test-local-name-ends-with-dot.nt
 testsuite/serd-tests/good/test-local-name-ends-with-dot.ttl
 testsuite/serd-tests/good/test-local-name-escapes.nt
 testsuite/serd-tests/good/test-local-name-escapes.ttl
 testsuite/serd-tests/good/test-local-name-percent.nt
 testsuite/serd-tests/good/test-local-name-percent.ttl
 testsuite/serd-tests/good/test-long-utf8.nt
 testsuite/serd-tests/good/test-long-utf8.ttl
 testsuite/serd-tests/good/test-no-spaces.nt
 testsuite/serd-tests/good/test-no-spaces.ttl
 testsuite/serd-tests/good/test-non-curie-uri.nt
 testsuite/serd-tests/good/test-non-curie-uri.ttl
 testsuite/serd-tests/good/test-nq-syntax-all-rules.nq
 testsuite/serd-tests/good/test-nq-syntax-dot-end.nq
 testsuite/serd-tests/good/test-nq-syntax-eof-after-blank-dot.nq
 testsuite/serd-tests/good/test-nq-syntax-eol-cr.nq
 testsuite/serd-tests/good/test-nq-syntax-eol-crlf.nq
 testsuite/serd-tests/good/test-nq-syntax-eol-lf.nq
 testsuite/serd-tests/good/test-nq-syntax-eol-lfcr.nq
 testsuite/serd-tests/good/test-nt-syntax-all-rules.nt
 testsuite/serd-tests/good/test-nt-syntax-blank-dot.nt
 testsuite/serd-tests/good/test-nt-syntax-dot-end.nt
 testsuite/serd-tests/good/test-nt-syntax-eof-after-blank-dot.nt
 testsuite/serd-tests/good/test-nt-syntax-eol-cr.nt
 testsuite/serd-tests/good/test-nt-syntax-eol-crlf.nt
 testsuite/serd-tests/good/test-nt-syntax-eol-lf.nt
 testsuite/serd-tests/good/test-nt-syntax-eol-lfcr.nt
 testsuite/serd-tests/good/test-prefix.nt
 testsuite/serd-tests/good/test-prefix.ttl
 testsuite/serd-tests/good/test-quote-escapes.nt
 testsuite/serd-tests/good/test-quote-escapes.ttl
 testsuite/serd-tests/good/test-rel.nt
 testsuite/serd-tests/good/test-rel.ttl
 testsuite/serd-tests/good/test-semi-dot.nt
 testsuite/serd-tests/good/test-semi-dot.ttl
 testsuite/serd-tests/good/test-several-eaten-dots.nq
 testsuite/serd-tests/good/test-several-eaten-dots.trig
 testsuite/serd-tests/good/test-string-escapes.nt
 testsuite/serd-tests/good/test-string-escapes.ttl
 testsuite/serd-tests/good/test-trig-syntax-all-rules.trig
 testsuite/serd-tests/good/test-true-ends-with-dot.nt
 testsuite/serd-tests/good/test-true-ends-with-dot.ttl
 testsuite/serd-tests/good/test-ttl-syntax-all-rules.ttl
 testsuite/serd-tests/good/test-uri.nt
 testsuite/serd-tests/good/test-uri.ttl
 testsuite/src/evaluator.rs
 testsuite/src/files.rs
 testsuite/src/lib.rs
 testsuite/src/main.rs
 testsuite/src/manifest.rs
 testsuite/src/parser_evaluator.rs
 testsuite/src/report.rs
 testsuite/src/sparql_evaluator.rs
 testsuite/src/vocab.rs
 testsuite/tests/canonicalization.rs
 testsuite/tests/oxigraph.rs
 testsuite/tests/parser.rs
 testsuite/tests/serd.rs
 testsuite/tests/sparql.rs
 typos.toml
Copyright: NONE
License: UNKNOWN
 FIXME

Files: cli/pyproject.toml
 python/pyproject.toml
Copyright: NONE
License: Apache and/or Expat
 FIXME

Files: CITATION.cff
 LICENSE-APACHE
Copyright: NONE
License: Apache-2.0
 FIXME

Files: js/package-lock.json
Copyright: NONE
License: Apache-2.0 and/or BSD-3-clause and/or Expat and/or ISC
 FIXME

Files: lib/oxttl/src/chunker.rs
Copyright: 2020, Ritchie Vink
  2024, NVIDIA CORPORATION & AFFILIATES.
License: Expat
 FIXME

Files: LICENSE-MIT
Copyright: 2018, Oxigraph developers
License: Expat
 FIXME

Files: testsuite/serd-tests/LICENSE
Copyright: 2011-2025, David Robillard <d@drobilla.net>
License: ISC
 FIXME

Files: oxrocksdb-sys/api/build_version.cc
Copyright: Facebook, Inc. and its affiliates.
License: UNKNOWN
 FIXME

Files: lib/sparesults/src/xml.rs
Copyright: at the end of the string {value:?}")
License: UNKNOWN
 FIXME

