Questions tagged [semantic-web]

The Semantic Web is a collaborative movement led by the World Wide Web Consortium (W3C) that promotes common formats for data on the World Wide Web. By encouraging the inclusion of semantic content in web pages, the Semantic Web aims at converting the current web of unstructured documents into a "web of data". It builds on the W3C's Resource Description Framework (RDF).

According to the W3C, "The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries." W3C Semantic Web Activity

The term was coined by Tim Berners-Lee, the inventor of the World Wide Web and director of the World Wide Web Consortium ("W3C"), which oversees the development of proposed Semantic Web standards. He defines the Semantic Web as "a web of data that can be processed directly and indirectly by machines."

References: Wikipedia.org Semantic Web

12 questions
32
votes
3 answers

Schema.org vs microformats

They both serve the same purpose: Providing a vocabulary for semantic markup. Schema is recognized and standardized… but the microformats standard is by an open community process. Schema exploits microdata in documentation, while microformats go on…
Tordek
  • 454
  • 1
  • 6
  • 9
10
votes
7 answers

What's the difference between using RDFS/OWL versus XML?

I was wondering what advantages the ontology languages of RDFS/OWL has over using a tagging/markup system (such as http://www.schema.org/) for managing and creating metadata?
9
votes
3 answers

What is the connection between literate programming and the semantic web?

I was (casually) researching semantic / ontology based approaches to technical documentation, when I stumbled upon this gem: Literate Programming and the Semantic Web are ideas from different times, which do have a connection. The linked paper,…
yannis
  • 39,547
  • 40
  • 183
  • 216
8
votes
2 answers

RDF and OWL: Have these delivered the promises of the Semantic Web?

These days I've been learning a lot about how different scientific fields are trying to move their data over to the Semantic Web in order to "free up data from being stored in isolated silos". I read a lot about how these fields are saying how their…
Dark Templar
  • 6,223
  • 16
  • 46
  • 46
6
votes
1 answer

Tools for modelling data and workflows using structured text files

Consider a case when I want to try some idea of an application. But I want to avoid investing a lot of effort in coding UI/work flows/database schema etc before I see that it's going to be useful to me (as example of potential user). My idea is stay…
Alexey
  • 1,199
  • 1
  • 9
  • 18
3
votes
1 answer

How are RDF and RDFS related?

I've been reading about Semantic Web technologies such as RDF/RDFS and "ontology", but was wondering how each of these are related? At the moment the terms all seem interchangeable, or I'm not understanding a fundamental concept here.
1
vote
1 answer

Is it hard to "add" semantic web to your website?

I am learning about the semantic web. So far what I know is that the whole idea of the semantic web is to add metadata to the data in your website in order to make the data in your website easier to read by a machine. But I don't know if an average…
user247763
  • 409
  • 4
  • 9
1
vote
2 answers

How to design a meta model for configuration?

In our software we have a client/server architecture where the server is actually running on an embedded system with various hardware components (sensors, etc.). The different sensors as well as other features of the system itself can be configured…
aKzenT
  • 457
  • 4
  • 10
1
vote
2 answers

What is an "ontology" in the context of the Semantic Web?

Okay, I have been learning SPARQL to query dbpedia and I can't seem to find clear and practical tutorials related to SPARQL and the Semantic Web. If I say that an ontology is analogous to an SQL table definition or maybe a specification of an…
programmer
  • 3,348
  • 2
  • 18
  • 18
0
votes
1 answer

What business value does a semantic platform offer that a graph database doesn't

We hear a lot about graph databases such as Neo4J and a little less about semantic platforms such as OWLIM and similar triple (or quad) stores. I understand the latter is associated with embedded OWL support but what does that mean in value terms?…
Simon Gibbs
  • 117
  • 1
  • 6
0
votes
2 answers

How could an expert system get some meaning from a sentence?

How could an expert system tell following scenarios apart? How could we include some meaning of a sentence, if at all? A machine needs 1 day to produce x units, and, we know that two machines like the first would need 1/2 day for x units.…
-1
votes
1 answer

Ontology + Relational bases or only ontology to store data in a web app?

I am trying to conceive a wine cellar application for my father and for fun on my free time. I've decided to make a simple MVC with Pixi.js / JQuery and Bootstrap served by Express for the front and a REST API with JAX-RS Jersey for the back (so in…