Compiling dotNetRDF
Compiling dotNetRDF may be done in two ways:
- Using Visual Studio 2019 or higher
- The dotnet command-line
Using Visual Studio
Using Visual Studio is the easiest way to compile dotNetRDF - you should be able to open and build the dotNetRDF.sln solution file.
Using the dotnet command-line
TODO: Complete this section