Martynas Jusevičius
Martynas Jusevičius
@azaroth42 citing you > However, as instances in most OO languages can only be of a single class, it requires that the set of triples used to construct this instance...
Wouldn't that give users the idea that RDF is like object-oriented model, where an object is an instance of a single class? If you take inference into account, I would...
@azaroth42 from my experience, ORM is absolutely the wrong approach for RDF. It is a subject to both [impedance mismatch](https://en.wikipedia.org/wiki/Object-relational_impedance_mismatch) and [leaky abstractions](https://en.wikipedia.org/wiki/Leaky_abstraction). RDF is more flexible at modeling, and...
A form can be viewed as a `application/x-www-form-urlencoded` RDF serialization. [RDF/POST](https://atomgraph.github.io/RDF-POST/) specifies one, only a simple parser is required.
@nvbach91 [Graph Store Protocol](https://www.w3.org/TR/sparql11-http-rdf-update/) is more CRUD-like than SPARQL Update, but it does map to Update as well. You may want to try out [LinkedDataHub](https://atomgraph.github.io/LinkedDataHub/) which allows editing form templates...
In RDF you distinguish between URI resources as objects or datatype resources as objects. In this case `` is a URI resource which can have its own triples. `"[email protected]"` would...
_Entity_ is not an RDF term. If we're talking ontological modeling, a related term would be _class_. Sure you can call the price entity, and the euro as well. Why...
I still don't get why developer's unfamiliarity with a technology is being framed as defficiency of the technology, and not the developer. This seems to be a constant theme for...
@dbooth-boston we've been over this... I'd like you to try the C++ analogy though. StackOverflow is full of questions "why is C++ so hard?" and yet some of the most...
@chiarcos have you checked https://w3id.org/ ? I think it could work for your vocabularies.