WSDL 2.0 到 RDF 映射的优点和预期用途是什么?

What are the advantages and the intended use of the WSDL 2.0 to RDF mapping?

WSDL 2.0 初级读物包括映射到 RDF 和语义 Web 部分。 http://www.w3.org/TR/wsdl20-primer/#adv-rdf-mapping

以上参考资料:

A WSDL 2.0 document represented in RDF can be more easily extended with arbitrary RDF assertions and the WSDL 2.0 information can be more easily associated with arbitrary other knowledge.

这里也描述了映射。 http://www.w3.org/TR/wsdl20-rdf/

This document describes a representation of that model in the Resource Description Language (RDF) and in the Web Ontology Language (OWL), and a mapping procedure for transforming particular WSDL descriptions into their RDF form.

因此 WSDL 2.0 文档可以映射到 RDF,然后在知识系统中使用。

一些 applications/usages 可能包括:

应该不止这些。我想了解 WSDL 2.0 到 RDF 映射打算解决哪些应用程序。

WSDL 2.0 到 RDF 映射的预期应用是什么?

相对于其他方法,WSDL 2.0 到 RDF 映射的优势是什么?

在 this 映射提供优于其他方法的情况下,一些很好的例子会很棒。

Semantic Web Registry for Bioinformatics we used our WSDL 2.0 RDF mapping library ( WSDL 2.0 RDF java library ) 中将所有服务表示为 OWL ontology。当我们需要搜索合适的服务(通过 SPARQL)时,这简化了注册表查询。我们还使用注释跟踪 - 我们可以跟踪哪些用户做了哪些注释,因此不允许未经授权的用户 modify/delete 他们。