我想存储序列化代码,以及用什么编程语言将此代码编写为RDF。例如:
@prefix : <http://example.org/mynnamespace#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
:algorithm dc:format "application/javascript";
:code """<script>alert('test');</script>""";
:language <URI?>.
您建议如何识别编程语言?你知道现有的词汇吗?如果没有,您将使用什么URI,例如JavaScript,C#,Python ......?
感谢。