Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
abraxaz
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
abraxaz
4y ago
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 < https://engineering.zalando.com/posts/2
2.
▲
by
abraxaz
4y ago
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 and/or benthos.
3.
▲
Benthos: Fancy stream processing made operationally mundane
(benthos.dev)
2 points
by
abraxaz
4y ago
|
1 comments
4.
▲
Kroki: Diagrams from Textual Descriptions
(kroki.io)
3 points
by
abraxaz
4y ago
|
0 comments
5.
▲
by
abraxaz
4y ago
> 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. RDF is quite flexible and using a combination
6.
▲
by
abraxaz
4y ago
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.co
7.
▲
by
abraxaz
4y ago
> 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 customers and other objects like orders or transaction
8.
▲
by
abraxaz
4y ago
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 extends this basic data model to make statements about statemen
9.
▲
RFC: Log to stderr Instead of stdout (12factor : PR #295)
(github.com)
2 points
by
abraxaz
5y ago
|
0 comments
10.
▲
by
abraxaz
5y ago
> 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. Joining OSI won't help those struggling projec
11.
▲
by
abraxaz
5y ago
> 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 NFTs. > Never in history has anyone been able to buy sh
12.
▲
by
abraxaz
5y ago
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 have a look here: https://gitlab.com/aucampi
13.
▲
by
abraxaz
5y ago
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 it is not impossible to provide, just really difficult. I w
14.
▲
by
abraxaz
5y ago
> 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. To me the greatest value of Wikidata was making me aware
15.
▲
by
abraxaz
5y ago
Can the database be exported somehow?
16.
▲
by
abraxaz
5y ago
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-407.html - atelestite on WikiData (RDF b
17.
▲
by
abraxaz
5y ago
Thanks for the tip.
18.
▲
by
abraxaz
5y ago
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?
19.
▲
by
abraxaz
5y ago
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 ?
20.
▲
by
abraxaz
5y ago
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 possible to do with a jsonld context, and if you provi
21.
▲
by
abraxaz
5y ago
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 easily query it with SPARQL.
22.
▲
Open Digital Rights Language (ODRL) for representing digital rights
(w3.org)
2 points
by
abraxaz
5y ago
|
0 comments
23.
▲
by
abraxaz
5y ago
You should submit this as a new link to HN, if you won't I will :) Need more semantic tech related stuff on here IMO, most people working in tech don't even know it exists AFAICT.
24.
▲
by
abraxaz
5y ago
Given that OWL and RDF is meant for both open world data and data models, and is amenable to partial specification, it really solves the problem of relating legal rules to the rest of the world quite well. In your legal ontology you just sp
25.
▲
Lynx Project: Legal Knowledge Graph for Multilingual Compliance Services
(lynx-project.eu)
2 points
by
abraxaz
5y ago
|
0 comments
26.
▲
by
abraxaz
5y ago
Some info about their SPARQL endpoints and example of queries: https://data.finlex.fi/en/sparql This is still rudimentary I think, but clearly a step in the direction the world should be moving in.
27.
▲
Semantic Finlex – Finnish Law and Justice as Linked Open Data
(data.finlex.fi)
8 points
by
abraxaz
5y ago
|
1 comments
28.
▲
by
abraxaz
5y ago
Check this out also: - https://data.finlex.fi/en/main - Semantic Finlex – Finnish Law and Justice as Linked Open Data - https://lynx-project.eu/project - Legal Knowledge Graph for Multilingual Complian
29.
▲
by
abraxaz
5y ago
There has been a lot of work using OWL and RDF to represent laws and contracts and to use it for compliance checking. For more information see: - https://finregont.com/ : Semantic compliance in finance - https://
30.
▲
Poethepoet: A task runner that works well with poetry
(github.com)
3 points
by
abraxaz
5y ago
|
0 comments
More ›