trinity-rdf icon indicating copy to clipboard operation
trinity-rdf copied to clipboard

Enterprise ready object mapper for developing RDF knowledge graph applications with .NET

Results 12 trinity-rdf issues
Sort by recently updated
recently updated
newest added

Hello, I have noticed some pretty unexpected behavior (one might even argue incorrect?) today. We have some manual property mappings (as you describe in your docs [here](https://trinity-rdf.net/doc/api/#manual-mapping)) in our application...

Hello, the Trinity packages (e.g., `Semiodesk.Trinity`, `Semiodesk.Trinity.Graphdb`) reference `dotNetRDF` in version 2.7.0. As of today, the most current version is 3.1.0 (see https://dotnetrdf.org/ and https://dotnetrdf.org/2023-09-10-dnr-3-1-0-released/). Of course, there are some...

Guys I would love to run semiodesk on Azure but I want a PAS offering like SQL Azure not on a VM. Do you think its possible? Seems they only...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Good day, I think documentation doesn't cover one important issue: what are best practices working with properties that have localized values? now I'm describing all resources inherited from this one,...

When I use resources that have no [RdfClass] attribute like `Model.AsQueryable.Skip(0).Take(5).ToList;` I get an exception: > [DotToken at Line 1 Column 129 to Line 1 Column 130] Unexpected DOT in...

Good day, when we try to build a web application for Linux from the Azure pipeline: We get the following error: ##[error]C:\Users\VssAdministrator\.nuget\packages\semiodesk.trinity\1.0.3.50\build\Semiodesk.Trinity.targets(12,5): Error : ICSharpCode.Decompiler.Metadata.AssemblyResolutionException: Failed to resolve assembly: 'Semiodesk.Trinity,...

The autogeneration behavior produces a lot of pitfalls during CI/CD pipelines, as follows: > ##[error]Domain\OntologyResources\Focus.cs(13,1): error : R# Ambiguous reference: > OymOntology.oym > OymOntology.oym Though I definitely know that my...

Good day @all, I need to get individuals with a couple of nested properties from a SPARQL endpoint. This code produces an enormous amount of queries (1 + 41 *...