文件名称:fgdc2lod:将FGDC记录转换为链接的开放数据
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-28 06:16:59
Java
fgdc2lod 将FGDC记录转换为RDF。 建造 从克隆依赖项存储库 运行mvn install 将此存储库克隆到bib2lod的相邻目录中。 运行mvn install 将可执行文件jar从target/fgdc2lod.jar到您的首选工作位置。 将示例配置文件从src/main/resources/example.config.json复制到您的首选工作位置。 重命名它。 例如, fgdc.config.json 。 配置 编辑配置文件以设置适当的输入源和输出目标。 在InputService ,将source属性更改为指向单个MARCXML文件或包含MARCXML文件的目录。 每个输入文件的文件扩展名必须为.xml 样本最小记录位于sample-data/MinimalFGDC_Title.xml 。 在OutputService ,将destination属性
【文件预览】:
fgdc2lod-master
----src()
--------test()
--------main()
----.settings()
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.jdt.core.prefs(238B)
--------org.eclipse.core.resources.prefs(185B)
----LICENSE.md(11KB)
----README.md(2KB)
----pom.xml(3KB)
----sample-data()
--------fgdc.config.json(674B)
--------MinimalFGDC_Title_SpatialExtent.xml(742B)
--------MinimalFGDC_Title.xml(400B)
----.classpath(1KB)
----.gitignore(145B)