Update of the RDF and SPARQL (RDF star) families of specifications
11–20 of 58 posts
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#12In the nicest possible way, and from a position of ignorance of the "Semantic Web": is anyone actually doing anything with these technologies outside of academia?
The U.S. Open Data catalog [1] has all the metadata and even some data as Linked Data, same with the European Open Data catalog [2] [1]: https://data.gov/ [2]: https://data.europa.eu/
[1] https://www.w3.org/TR/vocab-dcat-3/
[2] https://joinup.ec.europa.eu/collection/semantic-interoperabi...
[3] e.g. https://www.dcat-ap.de/ or https://docs.dataportal.se/dcat/en/
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#13I wonder if RDF could actually be used to implement "trigger warnings". List triggering tags in your browser, and then the triggering content can be tagged and blocked by your browser. No censorship involved, just responsible disclosure.
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#14I am extremely glad to see RDF being worked on and improved. It's an extremely powerful, general data model. It gets a bad rap because if its unfortunate association with the XML syntax and the fact that many of the reference implementations were written at the peak of overdesigned OO cruft. This type of semantically precise yet flexible data model is going to become increasingly important as a bridge between highly…
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#15This primer is a really good introduction to understand RDF and SPARQL. Both seem extremely powerful.
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#16In the nicest possible way, and from a position of ignorance of the "Semantic Web": is anyone actually doing anything with these technologies outside of academia?
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#17I am extremely glad to see RDF being worked on and improved. It's an extremely powerful, general data model. It gets a bad rap because if its unfortunate association with the XML syntax and the fact that many of the reference implementations were written at the peak of overdesigned OO cruft. This type of semantically precise yet flexible data model is going to become increasingly important as a bridge between highly…
RDF is not dependent on XML as a syntax. There's a text-based syntax in common use (Turtle), as well as a separate one based on JSON (JSON-LD).
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#18In the nicest possible way, and from a position of ignorance of the "Semantic Web": is anyone actually doing anything with these technologies outside of academia?
TBL's vision for knowledge graphs is even older than the web. But should it be W3C's job to invent new tech? Does W3C's track record, legal and financial standing invite further standardization work? Their HTML and SVG charters have basically ceased working and W3C's last (final?) HTML recommendation is based on WHATWG HTML Review Draft January, 2020 [1].
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#19In the nicest possible way, and from a position of ignorance of the "Semantic Web": is anyone actually doing anything with these technologies outside of academia?
Trivial (as in ‘cat graphx graphy’) merging of complex data graphs is just too powerful.
Re: Update of the RDF and SPARQL (RDF star) families of specifications
#20In the nicest possible way, and from a position of ignorance of the "Semantic Web": is anyone actually doing anything with these technologies outside of academia?
I am not well versed in the other RDF technologies. I haven't paid any attention to ontologies, or OWL or any of that stuff. I just use raw RDF, and defined my own vocabularies for everything, including structure. For example, I have my own type property. RDF also has one, but I just made my own. I have my own structure system to mostly bring order to how things are displayed, or created, etc. I am pretty much as far from the semantic web as you can get.
Since everything is "just a triple" it makes it easy to share data. So, it'll be straight forward to import and export artifacts out of my system and share them with others.
And I get SPARQL "for free", so even after new data structures are added, they're still queried like the first class ones the tool already knows about. SPARQL is pretty neat.
At the moment, I have a mostly complete RDF CRUD tool, with some first class interface prototypes (by first class I mean I have forms and UI specifically for those data types, rather than a generic resource form), and really like working with it. My DB has about 3.5M triples in it.