Skip to content

Tags: sweetrdf/quickRdfIo

Tags

1.3.1

Toggle 1.3.1's commit message
NQuadsSerializer: fix graphs handling

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from sweetrdf/feature/introduce-sweetrdf-json-ld

Replace ml/json-ld with sweetrdf/json-ld

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from sweetrdf/feature/php8.5

PHP 8.5 support

1.2.0

Toggle 1.2.0's commit message
CreateBlankNodeTrait: generate blank node identifiers conformant with…

… the n-triple syntax

The n-triples syntax doesn't allow UCHARs (escapes in a form of a
\u{character code in hex}) in blank node identifiers, therefore a global
map from `{source's baseURI}/{blank node identifier in source}` to a
global sequential blank node identifier was implemented.

As a consequence a few tests have to be adjusted.

1.1.4

Toggle 1.1.4's commit message
.github/workflows/test.yml: run phpstan on PHP 8.4

1.1.3

Toggle 1.1.3's commit message
Files missing from the previous commit added

1.1.2

Toggle 1.1.2's commit message
ResourceWrapper::read() and getContents(): strict check stream_get_co…

…ntents() return type

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from sweetrdf/issue7

Issue7

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from sweetrdf/feature/util-allow-rdfxml

Extend Util.php to accept rdfxml in getParser and getSerializer

1.0.9

Toggle 1.0.9's commit message
TriGParser: fix stupid bugs and add missing test file