DagSemTools.Turtle.Parser 0.0.2-prerelease

This is a prerelease version of DagSemTools.Turtle.Parser.
dotnet add package DagSemTools.Turtle.Parser --version 0.0.2-prerelease                
NuGet\Install-Package DagSemTools.Turtle.Parser -Version 0.0.2-prerelease                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DagSemTools.Turtle.Parser" Version="0.0.2-prerelease" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DagSemTools.Turtle.Parser --version 0.0.2-prerelease                
#r "nuget: DagSemTools.Turtle.Parser, 0.0.2-prerelease"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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