<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SemanticWeb on emsenn.net</title>
    <link>https://emsenn.net/tags/semanticweb/</link>
    <description>Recent content in SemanticWeb on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 05 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/semanticweb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Semantic Web, Jiangshi Web</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/web/texts/semantic-web-jiangshi-web/</link>
      <pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/web/texts/semantic-web-jiangshi-web/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;The Semantic Web did not fail. RDF graphs are queried daily, knowledge graphs underpin search engines, &lt;a href=&#34;../../../../../../science/domains/information/concepts/biomedical-ontologies.md&#34; class=&#34;link-internal&#34;&gt;biomedical ontologies&lt;/a&gt; coordinate research across institutions. The problem is not that the Semantic Web stopped working but that it works in a particular way — data circulates, queries execute, triples accumulate, and none of it can question whether its own categories still fit.&lt;/p&gt;&#xA;&lt;p&gt;Chinese folklore has a figure for this condition: the jiangshi (僵尸), the hopping corpse. A body whose joints have locked, animated by residual vital energy but incapable of flexible movement. The jiangshi is not dead. Its problem is more specific: it cannot change how it moves.&lt;/p&gt;</description>
    </item>
    <item>
      <title>JSON-LD</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/json-ld/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/json-ld/</guid>
      <description>&lt;p&gt;JSON-LD (JavaScript Object Notation for Linked Data) is a method of encoding &lt;a href=&#34;./structured-data.md&#34; class=&#34;link-internal&#34;&gt;structured data&lt;/a&gt; using JSON syntax. It allows web pages to embed machine-readable descriptions of their content — what kind of thing a page describes, who created it, when it was published — alongside the human-readable HTML.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;A JSON-LD block is placed inside a &lt;code&gt;&amp;lt;script type=&amp;quot;application/ld+json&amp;quot;&amp;gt;&lt;/code&gt; tag in the page&amp;rsquo;s &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt;. It contains a JSON object with a &lt;code&gt;@context&lt;/code&gt; (typically &lt;code&gt;https://schema.org&lt;/code&gt;) and a &lt;code&gt;@type&lt;/code&gt; declaring what kind of thing is being described.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Schema.org</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/schema-org/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/schema-org/</guid>
      <description>&lt;p&gt;Schema.org is a collaborative vocabulary for &lt;a href=&#34;./structured-data.md&#34; class=&#34;link-internal&#34;&gt;structured data&lt;/a&gt; on the web, maintained jointly by Google, Microsoft, Yahoo, and Yandex since 2011. It provides a shared set of types (like &lt;code&gt;Article&lt;/code&gt;, &lt;code&gt;Person&lt;/code&gt;, &lt;code&gt;DefinedTerm&lt;/code&gt;) and properties (like &lt;code&gt;author&lt;/code&gt;, &lt;code&gt;datePublished&lt;/code&gt;, &lt;code&gt;description&lt;/code&gt;) that web pages use to describe their content in machine-readable form.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;Schema.org defines a type hierarchy. &lt;code&gt;Thing&lt;/code&gt; is the root. Below it sit types like &lt;code&gt;CreativeWork&lt;/code&gt; (which includes &lt;code&gt;Article&lt;/code&gt;, &lt;code&gt;Book&lt;/code&gt;, &lt;code&gt;LearningResource&lt;/code&gt;), &lt;code&gt;Person&lt;/code&gt;, &lt;code&gt;Organization&lt;/code&gt;, and &lt;code&gt;Place&lt;/code&gt;. Each type has properties that describe instances of that type.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Structured data</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/structured-data/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/structured-data/</guid>
      <description>&lt;p&gt;Structured data is machine-readable information embedded in a web page that describes the page&amp;rsquo;s content in a standardized vocabulary. Where HTML presents content for humans, structured data presents it for machines — search engines, AI agents, knowledge graph crawlers, and other automated systems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;forms&#34;&gt;Forms&lt;/h2&gt;&#xA;&lt;p&gt;Three encoding formats are widely used:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;./json-ld.md&#34; class=&#34;link-internal&#34;&gt;JSON-LD&lt;/a&gt;&lt;/strong&gt; — a JSON block in the page&amp;rsquo;s &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; tag. Recommended by Google. Used by emsenn.net.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Microdata&lt;/strong&gt; — HTML attributes (&lt;code&gt;itemscope&lt;/code&gt;, &lt;code&gt;itemprop&lt;/code&gt;) inline with content.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;RDFa&lt;/strong&gt; — RDF attributes embedded in HTML tags.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;All three formats use the same underlying vocabulary, most commonly &lt;a href=&#34;./schema-org.md&#34; class=&#34;link-internal&#34;&gt;Schema.org&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
