Skip to content

Instantly share code, notes, and snippets.

@martinleinberger
Last active August 29, 2015 14:05
Show Gist options
  • Save martinleinberger/2a421210d5e46b2f6244 to your computer and use it in GitHub Desktop.
Save martinleinberger/2a421210d5e46b2f6244 to your computer and use it in GitHub Desktop.
NuSpec for LITEQ
<?xml version="1.0"?>
<package >
<metadata>
<id>LITEQ.RDF</id>
<version>0.8.4</version>
<title>LITEQ.RDF</title>
<authors>Frederik Jochum, Martin Leinberger, Stefan Scheglmann</authors>
<owners>Institute for Web Science and Technologies</owners>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/Institute-Web-Science-and-Technologies/Liteq/wiki</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>TypeProvider for RDF data / SPARQL endpoints</summary>
<description>LITEQ is a type provider for RDF data / SPARQL endpoints. It features a property based type provider intended to work with SPARQL endpoints that don't provide any schema and NPQL, the node path query language, that provides a simple graph traversal based query language that gets translated into SPARQL queries. Additionally, it provides type mapping from RDFS classes into F# types.</description>
<releaseNotes>
Specifying exactly dotNetRDF 1.0.3.0 again, compiled against .NET 4
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>
F# fsharp RDF RDFS SemanticWeb TypeProvider SPARQL Liteq
</tags>
<dependencies>
<dependency id="dotNetRDF" version="[1.0.3.0]" />
</dependencies>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment