dotNetRDF is a .Net class library designed to enable you to work with RDF data programatically built with C# 3 for the .Net Framework 3.5.
This component provides a simple object model for representing RDF and understands all common RDF syntaxes
Requirements:
· NET Framework 3.5
· MySQL Connector.Net 6.0.3
· JSON.Net
· Virtuoso ADO.Net Provider
What's New in This Release: [ read full changelog ]
Added:
· Graph Difference Algorithm
· Conversion from IGraph and SparqlResultSet to DataTable
· More Extension Methods
· LoadFromFile and LoadFromUri for Graphs and Triple Stores
· ToLiteral for byte and sbyte
· ToLiteralDate and ToLiteralTime for DateTime (gives only the xsd:date or xsd:time representation)
· ASP.Net Integration
· DatasetHandler for serving RDF datasets
· QueryHandler, UpdateHandler and SparqlServer all now return SPARQL Service Description where appropriate
· Configuration API
· dnr:SparqlDataset and dnr:usingDataset properties
· All new IGenericIOManager implementations - Fuseki, In-Memory and Read-Only - are now loadable via the ConfigurationLoader
· dnr:enableCors property for disabling CORS Headers on HTTP Handlers
· dnr:serviceDescription property for supplying own SPARQL Service Description for SPARQL Handlers
· dnr:fromEmbedded property for loading data from embedded resources
Parsing:
· Additional N3 Feature Support
· Variable Nodes
· New SimpleN3RulesReasoner which can process simple N3 rul...