Semantic Web

Philosophy

Original Vision

  • @tim-berners-lee: "I have a dream for the Web [in which computers] become capable of analyzing all the data on the Web – the content, links, and transactions between people and computers. A "Semantic Web", which makes this possible, has yet to emerge, but when it does, the day-to-day mechanisms of trade, bureaucracy and our daily lives will be handled by machines talking to machines. The "intelligent agents" people have touted for ages will finally materialize."

Why do we need the semantic web?

  • @gavin-mendel-gleason: "Because distributed, interoperable, well-defined data is literally the most central problem for the current and near-future human economy. Knowledge is power, and distributable, actionable knowledge, creates opportunities and efficiencies impossible without it."

Interesting

CURIEs

  • a CURIE (Compact URI) is a compact representation of a Uniform Resource Identifier (URI). CURIEs are designed to shorten the lengthy URIs often used in Semantic Web technologies, making them more manageable and easier to read. The structure of a CURIE is generally divided into two parts: a prefix and a reference.
    • e.g.: foaf:Person

Solutions

Reasoners

Issues

n-ary relationships

sameAs vs exactMatch

  • Use owl:sameAs when you are certain that two URIs refer to the same entity in every possible way.
  • Use skos:exactMatch when you want to link concepts that are highly similar or equivalent, especially in the context of knowledge organization and concept mapping, but where there may be some contextual or definitional differences.

Complexity

  • according to Why I Dont Use Owl Anymore, "I no longer used RDFS/OWL. I now use SHACL for everything... because I like to keep things as simple as posssible".

Resources

References


Children
  1. Axiomatization
  2. Class
  3. Data Cube
  4. Dataset
  5. IRI
  6. Linked Data Platform
  7. Literal Entity Conversion (LEC)
  8. Literal Proxy
  9. N Ary Relationships
  10. N3 Patch
  11. Owl
  12. Punning
  13. Reasoner
  14. Relationship to Entity Conversion
  15. Relator
  16. Semantic Web Ontology
  17. Singleton Propert
  18. Temporal Semantic Web
  19. Versioning
  20. Visualization

Footnotes

  1. https://www.w3.org/TR/swbp-n-aryRelations/˄


Backlinks