Text 是否有一种标记语言来描述意义?

Text 是否有一种标记语言来描述意义?,text,markup,semantic-markup,Text,Markup,Semantic Markup,我很好奇,是否真的有一种标记语言来描述文本的含义: 下面是一些我的意思和它的样子的例子: <text>Stack Overflow is a programming Q & A site that’s free. Free to ask questions, free to answer questions, free to read, free to index, built with plain old HTML, no fake rot13 text on the ho

我很好奇,是否真的有一种标记语言来描述文本的含义:

下面是一些我的意思和它的样子的例子:

<text>Stack Overflow is a programming Q & A site that’s free. Free to ask questions,
free to answer questions, free to read, free to index, built with plain old HTML, no
fake rot13 text on the home page, no scammy google-cloaking tactics, no salespeople, no
JavaScript windows dropping down in front of the answer asking for $12.95 to go away.
You can register if you want to collect karma and win valuable flair that will appear
next to your name, but otherwise, it’s just free. And fast. Very, very fast.</text>
Stack Overflow是一个免费的编程问答网站。自由提问,
自由回答问题,自由阅读,自由索引,用普通的旧HTML构建,没有
主页上有虚假的rot13文本,没有欺诈的谷歌伪装策略,没有销售人员,没有
JavaScript窗口在答案前掉落,要求支付12.95美元。
你可以注册,如果你想收集业力,并赢得将出现的宝贵天赋
在你的名字旁边,但除此之外,它是免费的。而且很快。非常非常快。
现在我想给它添加元信息,这样我可以给文本一个含义:

<mark from="0" to="14" object="Stack Overflow">Stack Overflow is a online community for coders.
The website is: www.stackoverflow.com</mark>
<mark from="20" to="31" object="programming" source="en.wikipedia.org/wiki/programming">
Computer programming (often shortened to programming or coding) is the process of
designing, writing, testing, debugging, and maintaining the source code of computer
programs</mark>
Stack Overflow是一个面向程序员的在线社区。
网站是:www.stackoverflow.com
计算机编程(通常简称为编程或编码)是
设计、编写、测试、调试和维护计算机源代码
程序
我希望已经有一些语言,我没有找到,因为我的“搜索”能力差

编辑:我不是指那些实际上像HTML的语言

这是我的标准html标记:

<p>My really <span class="important">interessting</span> paragraph</p>
我最感兴趣的一段

我希望启用交叉点并多次描述一个零件,而不是像上面的示例中那样触及原始文本:

<text>Stack Overflow is a programming Q & A site that’s free. Free to ask questions,
free to answer questions, free to read, free to index, built with plain old HTML, no
fake rot13 text on the home page, no scammy google-cloaking tactics, no salespeople, no
JavaScript windows dropping down in front of the answer asking for $12.95 to go away.
You can register if you want to collect karma and win valuable flair that will appear
next to your name, but otherwise, it’s just free. And fast. Very, very fast.</text>
Stack Overflow是一个免费的编程问答网站。自由提问,
自由回答问题,自由阅读,自由索引,用普通的旧HTML构建,没有
主页上有虚假的rot13文本,没有欺诈的谷歌伪装策略,没有销售人员,没有
JavaScript窗口在答案前掉落,要求支付12.95美元。
你可以注册,如果你想收集业力,并赢得将出现的宝贵天赋
在你的名字旁边,但除此之外,它是免费的。而且很快。非常非常快。
现在我想在第一行标记“堆栈溢出”,并对其进行描述。接下来我想描述“编程”并告诉大家这是什么,接下来是“问答”,然后是一个棘手的部分:我想描述什么是“编程问答网站”

这是我刚刚编的东西:

<mark type="description" line="1" from="0" to="15" subject="Stack Overflow" language="English" source="http://en.wikipedia.org/wiki/Stack_overflow">
In software, a stack overflow occurs when too much memory is used on the call stack. 
</mark>
<mark type="description" line="1" from="25" to="40" subject="programming" language="English" source="http://en.wikipedia.org/wiki/programming">
Computer programming (often shortened to programming or coding) is the process of designing, writing, testing, debugging, and maintaining the source code of computer programs.
</mark>
<mark type="alias" line="1" from="42" to="47" subject="Q & A" language="English">
Question and Answer
</mark>
<mark type="description" line="1" from="25" to="52" subject="programming Q & A site" language="English" author="xMRW">
A website that offers people answers on questions related to the subject programming.
</mark>
<mark type="description" line="1" from="25" to="52" subject="programming Q & A site" language="German" author="xMRW">
Das gleiche in Deutsch.
</mark>

在软件中,当调用堆栈上使用过多内存时,会发生堆栈溢出。
计算机编程(通常简称为编程或编码)是设计、编写、测试、调试和维护计算机程序源代码的过程。
问答
一个为人们提供与主题节目相关问题答案的网站。
德国的格拉什。

是的,它被称为语义标记。举个例子,你可以阅读

开始阅读这篇关于Wipikepia的文章和这篇关于Wipikepia的介绍,它们是一个很好的起点,有很多其他的链接和参考

您可能还对以下方面感兴趣:

  • ,它不是真正的语义标记,但它更符合您在示例中编写的内容
  • :只需在HTML标记中嵌入语义元数据

这种rdf语言似乎非常复杂。我希望有更简单的例子,如我上面的例子。^^这取决于上下文。例如,您可以使用Wiki(如果需要与用户进行某种交互),或者如果您只需要存储元数据,您可以考虑HTML5微数据。我认为使用Wiki太多了。这应该更像是有一本来自“席勒”的旧书。现在我用一些句子来描述他的意思和所指的内容。我想添加元数据来更好地描述零件,而不是使用“纯”链接。原文不应更改。这将是一件好事,标记部分,并翻译他们的一部分一部分。这个RDF和NoCTI3看起来像维基扩展。你可能真的考虑了微数据。这是一种简单快捷的方法,可以将元数据添加到现有的HTML标记中。是的,“手写文本”的唯一方法是按像素进行标记。