w3c / EasierRDF

Making RDF easy enough for most developers
262 stars 13 forks source link

Who consumes RDF data? #77

Open awwright opened 3 years ago

awwright commented 3 years ago

When introducing RDF to new users (see: #2, #6), we should consider what's in it for them. So what is the benefit of using RDF, instead of building a bunch of tables in a relational database, or building a JSON API, or similar?

To begin answering this, I would like to collect examples of people who consume RDF data on webpages. When do Web browsers, extensions, mobile apps, search engines, etc. use RDF data found on a webpage?

namedgraph commented 3 years ago

schema.org?

HughGlaser commented 3 years ago

Hi,

I puzzled over answering your question.

Basically, what is a "web page"?

It might be just something I retrieve over http(s)? But you probably have some other idea in mind.

[By the way, although not what you are asking, I think the most obvious benefit to new users of Linked Data is universal Deep Linking, which is very challenging to provide using the sort of technology you mention. Nothing to do with the RDF!]

Cheers

On 29 Sep 2020, at 05:39, Austin Wright notifications@github.com wrote:

When introducing RDF to new users (see: #2, #6), we should consider what's in it for them. So what is the benefit of using RDF, instead of building a bunch of tables in a relational database, or building a JSON API, or similar?

To begin answering this, I would like to collect examples of people who consume RDF data on webpages. When do Web browsers, extensions, mobile apps, search engines, etc. use RDF data found on a webpage?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

-- Hugh Glaser CEO Seme4 Limited International House Southampton International Business Park Southampton Hampshire SO18 2RZ Mobile: +44 7595 334155

hugh.glaser@seme4.com www.seme4.com

awwright commented 3 years ago

Basically, what is a "web page"?

A variety of examples would be good. I suppose any instance of publishing RDF data will suffice, including Turtle or JSON-LD. But webpages embedding data (schema.org, etc) should be included too.

sidmonta commented 3 years ago

If we can consider not only web pages, I often use OpenRefine in combination with the reconciliation tool with Wikidata and VIAF RDF datasets during my work to verify and increase the data in my possession with the information obtained from those services.

I know that there are a way to make OpenRefine interact with other RDF endpoints (link).

The advantage of using a technology such as RDF or, more generally, Linked Open Data is that you can take advantage of the connections between the various datasets to expand your data from a single resource.