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/1001_bindgen.patch
 debian/patches/2001_oxhttp.patch
 debian/patches/2001_quick-xml.patch
 debian/patches/2002_use_shared_rocksdb.patch
 debian/patches/2003_avoid_testsuite.patch
 debian/patches/2004_avoid_js.patch
 debian/patches/2005_avoid_python.patch
 debian/patches/2006_deb-built-using.patch
 debian/patches/2007_avoid_benches.patch
 debian/patches/2008_webpki-roots.patch
 debian/patches/2009_yasgui.patch
 debian/patches/2010_avoid_spargeo.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/format.rs
 lib/oxigraph/src/io/mod.rs
 lib/oxigraph/src/io/read.rs
 lib/oxigraph/src/io/write.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/dummy.rs
 lib/oxigraph/src/sparql/http/mod.rs
 lib/oxigraph/src/sparql/http/simple.rs
 lib/oxigraph/src/sparql/mod.rs
 lib/oxigraph/src/sparql/model.rs
 lib/oxigraph/src/sparql/results.rs
 lib/oxigraph/src/sparql/service.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/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/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/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-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-unchecked/iri.nt
 testsuite/oxigraph-tests/parser-unchecked/langtag.nt
 testsuite/oxigraph-tests/parser-unchecked/manifest.ttl
 testsuite/oxigraph-tests/parser-unchecked/pn_local_escape.ttl
 testsuite/oxigraph-tests/parser-unchecked/pn_local_escape_output.ttl
 testsuite/oxigraph-tests/parser-unchecked/string_line_jump.nt
 testsuite/oxigraph-tests/parser-unchecked/string_line_jump_output.nt
 testsuite/oxigraph-tests/parser-unchecked/utf16_surrogates.nt
 testsuite/oxigraph-tests/parser-unchecked/utf16_surrogates_output.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/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/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/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/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-00.ttl
 testsuite/serd-tests/bad/bad-01.ttl
 testsuite/serd-tests/bad/bad-02.ttl
 testsuite/serd-tests/bad/bad-03.ttl
 testsuite/serd-tests/bad/bad-04.ttl
 testsuite/serd-tests/bad/bad-05.ttl
 testsuite/serd-tests/bad/bad-06.ttl
 testsuite/serd-tests/bad/bad-07.ttl
 testsuite/serd-tests/bad/bad-08.ttl
 testsuite/serd-tests/bad/bad-09.ttl
 testsuite/serd-tests/bad/bad-10.ttl
 testsuite/serd-tests/bad/bad-11.ttl
 testsuite/serd-tests/bad/bad-12.ttl
 testsuite/serd-tests/bad/bad-13.ttl
 testsuite/serd-tests/bad/bad-14.ttl
 testsuite/serd-tests/bad/bad-base.ttl
 testsuite/serd-tests/bad/bad-blank-syntax.ttl
 testsuite/serd-tests/bad/bad-blank.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-datatype-syntax.ttl
 testsuite/serd-tests/bad/bad-datatype.ttl
 testsuite/serd-tests/bad/bad-dot-after-subject.ttl
 testsuite/serd-tests/bad/bad-dot-in-collection.ttl
 testsuite/serd-tests/bad/bad-eof-after-quotes.ttl
 testsuite/serd-tests/bad/bad-eof-at-string-start.ttl
 testsuite/serd-tests/bad/bad-eof-in-blank.ttl
 testsuite/serd-tests/bad/bad-eof-in-escape.ttl
 testsuite/serd-tests/bad/bad-eof-in-lang-suffix.ttl
 testsuite/serd-tests/bad/bad-eof-in-lang.ttl
 testsuite/serd-tests/bad/bad-eof-in-list.ttl
 testsuite/serd-tests/bad/bad-eof-in-long-string.ttl
 testsuite/serd-tests/bad/bad-eof-in-object-list.ttl
 testsuite/serd-tests/bad/bad-eof-in-object-list2.ttl
 testsuite/serd-tests/bad/bad-eof-in-predicate-list.ttl
 testsuite/serd-tests/bad/bad-eof-in-string.ttl
 testsuite/serd-tests/bad/bad-eof-in-triple-quote.ttl
 testsuite/serd-tests/bad/bad-eof-in-uri-scheme.nt
 testsuite/serd-tests/bad/bad-eof-in-uri.ttl
 testsuite/serd-tests/bad/bad-escape.ttl
 testsuite/serd-tests/bad/bad-ext-namedblank-op.ttl
 testsuite/serd-tests/bad/bad-graph-blank-label.trig
 testsuite/serd-tests/bad/bad-hex-digit.ttl
 testsuite/serd-tests/bad/bad-id-clash.ttl
 testsuite/serd-tests/bad/bad-lang.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-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-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-pn-escape.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-uri-escape.ttl
 testsuite/serd-tests/bad/bad-uri-scheme-start.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/invalid-char-in-local.ttl
 testsuite/serd-tests/bad/invalid-char-in-prefix.ttl
 testsuite/serd-tests/bad/manifest.ttl
 testsuite/serd-tests/good/README.txt
 testsuite/serd-tests/good/UTF-8.nt
 testsuite/serd-tests/good/UTF-8.ttl
 testsuite/serd-tests/good/base.nt
 testsuite/serd-tests/good/base.ttl
 testsuite/serd-tests/good/manifest.ttl
 testsuite/serd-tests/good/qualify-in.ttl
 testsuite/serd-tests/good/qualify-out.ttl
 testsuite/serd-tests/good/test-14.nt
 testsuite/serd-tests/good/test-14.ttl
 testsuite/serd-tests/good/test-15.nt
 testsuite/serd-tests/good/test-15.ttl
 testsuite/serd-tests/good/test-16.nt
 testsuite/serd-tests/good/test-16.ttl
 testsuite/serd-tests/good/test-18.nt
 testsuite/serd-tests/good/test-18.ttl
 testsuite/serd-tests/good/test-30.nt
 testsuite/serd-tests/good/test-30.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-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.nt
 testsuite/serd-tests/good/test-bom.ttl
 testsuite/serd-tests/good/test-cr.nt
 testsuite/serd-tests/good/test-cr.ttl
 testsuite/serd-tests/good/test-delete.nt
 testsuite/serd-tests/good/test-delete.ttl
 testsuite/serd-tests/good/test-digit-start-pname.nt
 testsuite/serd-tests/good/test-digit-start-pname.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-escapes.nt
 testsuite/serd-tests/good/test-escapes.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-form-feed.nt
 testsuite/serd-tests/good/test-form-feed.ttl
 testsuite/serd-tests/good/test-id.nt
 testsuite/serd-tests/good/test-id.ttl
 testsuite/serd-tests/good/test-lang.nt
 testsuite/serd-tests/good/test-lang.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-list.nt
 testsuite/serd-tests/good/test-list.ttl
 testsuite/serd-tests/good/test-local-name-ends-with-dot.ttl
 testsuite/serd-tests/good/test-long-string.nt
 testsuite/serd-tests/good/test-long-string.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-num.nt
 testsuite/serd-tests/good/test-num.ttl
 testsuite/serd-tests/good/test-out-of-range-unicode.nt
 testsuite/serd-tests/good/test-out-of-range-unicode.ttl
 testsuite/serd-tests/good/test-prefix.nt
 testsuite/serd-tests/good/test-prefix.ttl
 testsuite/serd-tests/good/test-pretty.nt
 testsuite/serd-tests/good/test-pretty.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-uri-escape.nt
 testsuite/serd-tests/good/test-uri-escape.ttl
 testsuite/serd-tests/good/test-uri.nt
 testsuite/serd-tests/good/test-uri.ttl
 testsuite/serd-tests/good/test-utf8-uri.nt
 testsuite/serd-tests/good/test-utf8-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-2022, 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

