将rdf文件转换为xml文件

时间:2019-05-06 09:40:54

标签: mysql xml rdf

我有一个RDF文件,我想将其转换为XML文件或其他格式,以便可以将其导入MYSQL数据库。 我该怎么办?

以下是有关我的RDF文件的一些信息:

<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:skos="http://www.w3.org/2004/02/skos/core#"
         xmlns:isothes="http://purl.org/iso25964/skos-thes#"
         xmlns:dc="http://purl.org/dc/terms/"
         xmlns:owl="http://www.w3.org/2002/07/owl#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">

  <skos:Concept rdf:about="http://vocabularies.unesco.org/thesaurus/concept4464">
    <skos:prefLabel xml:lang="ru">Инфляция</skos:prefLabel>
    <skos:prefLabel xml:lang="fr">Inflation</skos:prefLabel>
    <skos:prefLabel xml:lang="en">Inflation</skos:prefLabel>
    <skos:prefLabel xml:lang="es">Inflación</skos:prefLabel>
  </skos:Concept>

  <skos:Concept rdf:about="http://vocabularies.unesco.org/thesaurus/concept8557">
    <skos:prefLabel xml:lang="fr">Dualisme économique</skos:prefLabel>
    <skos:prefLabel xml:lang="ru">Экономический дуализм</skos:prefLabel>
    <skos:prefLabel xml:lang="en">Dual economy</skos:prefLabel>
    <skos:prefLabel xml:lang="es">Dualismo económico</skos:prefLabel>
  </skos:Concept>

0 个答案:

没有答案