-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples missing #11
Comments
I think Nancy.Rdf makes a good example of how json-ld.net can be implemented. |
Thanks. I'd also look at JsonLD.Entities. DISLAIMER: I'm the author so feel free to ask ;) |
It's great that this library is on nuget and github. But without some guidance or examples, how will people actually use this instead of looking for another library that have examples? |
Any and all doc PRs for this would be greatly appreciated 😄 |
As a start, it would be helpful to have a general hint about what things one can expect to do with this library. I know from another thread here that it's not for serializing POCOs to JSON-LD. So of the approximately infinity other things I can do with a computer program, which ones will this library help with? My understanding is that it was created to help with NuGet returning JSON-LD data, so obviously it must be of some help in generating JSON-LD, but how? The problem with JsonLD.Entities and Nancy.Rdf, while I'm sure they are excellent libraries, is that at the moment almost all of my work around learning JSON-LD is being done in .Net Core on OS X, so the fact that they depend on paket and Fody (for starters -- both also have several other dependencies that are not supported on Core) makes that route a non-starter for me. Something as simple as "given the following JSON-LD, to read it and access the data..." and "to produce JSON-LD in the following format..." would be helpful. Since I'm going to have to learn this anyway, I'm happy to produce a doc PR, but I know just enough about JSON-LD to be dangerous so I'm going to need somebody to get me pointed in the right direction first. |
@colin-young json-ld.net also doesn't work on Core, does it? |
@tpluscode According to Introducing .Net Standard, Core implements .Net Standard 1.6, and according to NuGet, json-ld.net is supported on .Net Standard 1.3, so it should work. I know I've compiled with a reference to json-ld.net, but I'm not 100% sure I've run it. I will confirm this evening that I can run the unit tests on OS X. |
@tpluscode json-ld.net supports netstandard1.3 |
OK, but how are we supposed to use this library with no examples? Why wouldn't you write a quick example after all the effort you've gone to? Don't you want people to use this software? You're listed on https://json-ld.org/, but with no examples there's no point wasting time on this. |
I notice there aren't any Job objects, for example, in the code. Do we have to make our own objects? How do we use this library??? Why write an entire library and then not one even sentence on how to use it? So weird. I'm using MXTires.Microdata instead. |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
What's the point of publishing a library if it has no docs or examples? It doesn't take long relative to writing the library. Would be good to have a quick example. |
Exactly, and the owner enabling the github stalebot to kill off issues hes ignoring doesn't inspire confidence either. |
I take responsibility of enabling @stalebot. Having issues open since 2016 doesn't help anyone. This repository is maintained on a volunteer, private basis by the community. I'm not a JSON-LD expert, so I can't assist with solving this issue. But I've got experience with maintaining open source repositories, which is why I agreed to help maintain this one. If you have ideas on how to maintain it better, then please come forward and help out. Pull requests are welcome. |
This issue is about documentation on how to use the library, not the code itself , surely that's a basic thing to add in for you, otherwise how can you maintain it yourself, as you would not know how to use it ? |
There's more to maintaining an open source repository than to write the code that resides within it. Are the following uses of |
I'll put a bit of work into this. As a minimal starting point we could port and flesh out the examples from https://github.com/digitalbazaar/jsonld.js/blob/master/README.md |
Somewhat related for those who are interested - which versions of .NET should we support (in both code and documentation)? Contribute to the discussion in #59 . Part of https://github.com/linked-data-dotnet/json-ld.net/milestone/1 due by August 1st. |
Also added https://github.com/linked-data-dotnet/json-ld.net-Demo which contains samples for inclusion in the README of this repo |
Would be nice if there was examples of usage, e.g. standalone or part of aspi.net webpi
The text was updated successfully, but these errors were encountered: