Tpt
4efd193708
Improves documentation
3 years ago
Tpt
f5545f1948
Makes Oxigraph model standalone as oxrdf
...
Allows to reuse it in other crates like spargebra
3 years ago
Tpt
f084cfe332
Enables more Clippy lints and enforces them
3 years ago
Tpt
a228d266c5
Fixes some internal links in the documentation
4 years ago
Tpt
7f8bbce07f
Makes rustdoc build the internal links in the documentation
4 years ago
Tpt
6b3062f496
Renames some sparql module element and improves documentation
...
QueryResult -> QueryResults
QueryResultFormat -> QueryResultsFormat
QuerySolutionsIterator -> QuerySolutionIter
QueryTriplesIterator -> QueryTripleIter
4 years ago
Tpt
1c2bf8f995
Adds missing URIs to vocab::xsd
4 years ago
Tpt
a0c5cf7286
Adds links to the code documentation
4 years ago
Tpt
8bc84b2820
Adds borrowed data structures for RDF terms
4 years ago
Pierre-Antoine Champin
053335b431
open API for creating unchecked NamedNode
...
Again, this will be useful for bindings to other languages and APIs,
where IRIs have been checked elsewhere, and hence do not need another parsing.
Renamed new_from_string to new_unchecked, to make explicit the unchecked
nature of this method (now that it is public).
5 years ago
Tpt
2f706a777f
Adds our own IRI normalization instead of relying on Url crate
5 years ago
Tpt
a803daa64b
Removes NamedNode::from_str
5 years ago
Tpt
7a16be53d5
Adds all RDF and RDFS vocabularies as constants
6 years ago
Tpt
4b2f8c121b
Avoids global macros importation
6 years ago
Tpt
6862fd346e
Applies "cargo fix --edition"
6 years ago
Tpt
6e2471de0b
Adds support of SPARQL ASK queries
6 years ago
Tpt
fc040a4e45
Converts to xsd:integer its derived datatypes
6 years ago
Tpt
23387ab76e
Makes repository root directory a Cargo workspace
6 years ago
Tpt
5cff79c372
Improves documentation and public interfaces
6 years ago
Tpt
9e88e27acf
Beginning of RDF/XML parser
...
Does not support all RDF/XML constructs yet
6 years ago
Tpt
53a5a7df10
Explodes model::data module
7 years ago
Tpt
fec8868065
Better constant URI storage in tests
7 years ago
Tpt
66ba1cea5e
Adds some constant NamedNodes for basic vocabularies
7 years ago