DagSemTools.Turtle.Parser
0.0.2-prerelease
dotnet add package DagSemTools.Turtle.Parser --version 0.0.2-prerelease
NuGet\Install-Package DagSemTools.Turtle.Parser -Version 0.0.2-prerelease
<PackageReference Include="DagSemTools.Turtle.Parser" Version="0.0.2-prerelease" />
paket add DagSemTools.Turtle.Parser --version 0.0.2-prerelease
#r "nuget: DagSemTools.Turtle.Parser, 0.0.2-prerelease"
// Install DagSemTools.Turtle.Parser as a Cake Addin #addin nuget:?package=DagSemTools.Turtle.Parser&version=0.0.2-prerelease&prerelease // Install DagSemTools.Turtle.Parser as a Cake Tool #tool nuget:?package=DagSemTools.Turtle.Parser&version=0.0.2-prerelease&prerelease
RDF-1.2 Turtle Parser
This is a parser for the RDF-1.2 Turtle syntax, as defined in the RDF 1,2 Turtle specification.
There is one major intended deviation from the standard: Only IRIs starting with http or https are allowed for absolute IRIs. This is a recommendation in the standard, but not a requirement. However, in all my usage this restriction has been useful.
The grammar files are almost verbatim taken from the spec. All mistakes in the translation to Antlr are mine.
Copyright (C) 2024 Dag Hovland
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Contact: hovlanddag@gmail.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- Antlr4.Runtime.Standard (>= 4.13.1)
- Antlr4BuildTasks (>= 12.8.0)
- DagSemTools.Parser (>= 0.0.2-prerelease)
- DagSemTools.Rdf (>= 0.0.2-prerelease)
- FSharp.Core (>= 8.0.403)
- Microsoft.Build.Framework (>= 17.12.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DagSemTools.Turtle.Parser:
Package | Downloads |
---|---|
DagSemTools.Api
For Rdf, reasoning and querying |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.2-prerelease | 35 | 1/12/2025 |