Viewing profile — abraxaz
abraxaz
HN member- Joined
- Wed, Jul 10, 2019, 4:40 PM UTC
- HN karma
- 248
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About abraxaz
No profile information was provided.
Recent public activity
-
comment
Comment #32037744
Nice graph, have you considered making it a directed graph, and also assigning more explicit semantic meaning to the edges? So for example, using turtle syntax [1], instead of http…
-
comment
Comment #31855338
This is an incredibly useful swiss-army-knife like tool. I have similarly found rclone to be quite useful. I'm wondering if people know of more tools of similar nature than rclone …
- story
- story
-
comment
Comment #31785417
> it's pretty difficult to build One ELN to Rule Them All given how flexible many kinds of biological experimental designs are - especially when you're working on the bleeding edge…
-
comment
Comment #31417804
A place to start looking may be the OWL primer ( https://www.w3.org/TR/owl2-primer/ ) and the RDF primer ( https://www.w3.org/TR/rdf11-primer/ ) Other resources: https://github.com…
-
comment
Comment #31416144
> Ok, fine. But I'm not sure how this helps if you have six different systems with six different definitions of a customer, and more importantly, different relationships between cu…
-
comment
Comment #31416103
To pile on a bit here, JSON-LD is based on RDF, which is an abstract syntax for data as semantic triples (i.e. RDF statements), there is also RDF* which is in development which ext…
- story
-
comment
Comment #29339699
> If you want to 'protect' FOSS projects you care about, take some time to find out what help is useful to the maintainers and contribute towards items that make sense to you. Join…
- comment
-
comment
Comment #29162174
> NFTs do solve a problem, and the problem that they solve is that creatives are getting paid for their creative output. This has been happening for 1000s of years already before N…
- comment
-
comment
Comment #29082078
Conan can be made to do what homebrew does with minimal effort, I have written some convenience wrappers around it which makes it slightly easier to use for this use case, you can …
- comment
-
comment
Comment #27603731
Last I checked mix-n-match was using CSV, while this is okay, it still would be nicer to have direct RDF ingestion. And yes, I realize the reason why Wikidata does not have it, but…
-
comment
Comment #27603366
> I’ve been considering using it for some projects, but the main thing that’s keeping me away is the concern that some moderator will decide that my data doesn’t fit and remove it.…
-
comment
Comment #27577722
Can the database be exported somehow?
-
comment
Comment #27577705
OWL for data model and RDF for data would work well for it, though I don't know if that is what they use. Compare for example: - Atelestite on mindat: https://www.mindat.org/min-40…
-
comment
Comment #27518967
Thanks for the tip.
-
comment
Comment #27515874
Can't see how, and this seems to suggest this functionality is not implemented yet: https://github.com/cuelang/cue/discussions/663 Mind sharing a reference?
-
comment
Comment #27512926
Is there any plans to support model generation in future as can be done with JSON schema through something like https://github.com/quicktype/quicktype ?
-
comment
Comment #27205668
You don't have to use neo4j or any graph database to use RDF. It is just your current model seems very graph based and actually not that difficult to map to RDF, it would likely be…
-
comment
Comment #27202619
Is there a reason why you did not use rdf for representation and some rdf aware encoding like jsonld for serialization? Would be significantly easier for others to work with, could…
- story