7 ms·
I've been following this lab's work for a while and actually suggested to them that the implementation for this be based on an RDF style data model. Ontology la
by willberman 7y ago
I've been following this lab's work for a while and actually suggested to them that the implementation for this be based on an RDF style data model. Ontology languages are the level of abstraction up from a spreadsheet and are an atomic unit in semantic web technologies. It looks like the way this fits in to the existing architecture is that the site adapters would extract data as RDF triples.
Professor Daniel Jackson runs this lab. His book, Design by Concept, is a phenomenal read. It made me understand why software can be so unintuitive for people who haven't grown accustomed to its idiosyncrasies that I've come to internalize.
- anchpop 7y agoThanks for the recommendation, I just picked it up from amazon! I was expecting an expensive textbook but it's surprisingly cheap, only $6 for a paperback copy
- gklitt 7y agoJust FYI, the version on Amazon is a draft preprint, and he's currently revising it towards the actual publication. (But even the draft version is a fantastic read!)
- jcelerier 7y agoPlease don't bring RDF out of its coffin. It has been tried and failed because it's overly complex and verbose. It's terrible, and technologies which still use it are terrible to interact with to this day.
- willberman 7y agoInterestingly enough I think that the core of rdf (the subject predicate object triple) is a quite elegant abstraction for knowledge graph representation. I do agree that the layered system of different ontology languages as present in current semantic web standards is not beginner friendly, but it doesn’t mean they can’t be improved on. I think you might be throwing the baby out with the bath water.