Sebastian Faubel
Sebastian Faubel
This is excactly what I need too. I am currently developing an RDF editing extension for Visual Studio Code named [Mentor](https://marketplace.visualstudio.com/items?itemName=faubulous.mentor). For this use case I frequently need to resolve...
@BenjaminHofstetter Did you create a patch for N3 and publish the code of the PoC somewhere?
That explains it. However, it would be great to add or reference this in the documentation about Deleting Data as well: [https://dgraph.io/tour/schema/8/](https://dgraph.io/tour/schema/8/) So will the wildcard then only delete the...
Hi Igor, sorry for the late reply. This is probably an issue with the [SparqlQueryGenerator](https://github.com/semiodesk/trinity-rdf/blob/master/Trinity/Query/Linq/SparqlQueryGenerator.cs#L683). The issue seems to be that `GetType()` only works on instances and the query generator...
Hi Igor! Thank you for information and for sharing the workaround. Do I understand correctly that the PropertyGroup code must be included in the .csproj file of the project referencing...
OK, thanks. We'll need to investigate this.
Not that I am aware of at the moment. But I think it would be a good idea to introduce such an option. The generation is triggered in the following...
Just saw that the ontology generator reads the project's ontology.config file. We could add an option there to disable the generator: [https://github.com/semiodesk/trinity-rdf/blob/master/Trinity.OntologyGenerator/Program.cs](https://github.com/semiodesk/trinity-rdf/blob/master/Trinity.OntologyGenerator/Program.cs) Not overwriting identical files would probably still not...
@IgorKaplya Great that you found a workaround! However, adding a switch to ontology.config should not be a big deal and I'll try to add it for the next version of...
You can set the Language in two places: 1. The resource instance` r.Language = "en"`. This will switch the language for the mapped properties of a given instance. 1. The...