From 429fcb14c4d467e40734f9ce3cd5df045db5a5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herminio=20Garc=C3=ADa=20Gonz=C3=A1lez?= Date: Thu, 27 Jun 2024 14:11:01 +0200 Subject: [PATCH] Fixed problem with codemeta.json --- codemeta.json | 133 ++++++++++++++++++++++++-------------------------- 1 file changed, 65 insertions(+), 68 deletions(-) diff --git a/codemeta.json b/codemeta.json index d6bc8c5..73ae4b7 100644 --- a/codemeta.json +++ b/codemeta.json @@ -35,65 +35,92 @@ }, "codeRepository" : "https://github.com/herminiogg/ShExML", "dateCreated" : "2018-02-22", - "dateModified" : "2024-04-04", "description" : "A heterogeneous data mapping language based on Shape Expressions", "developmentStatus" : "active", - "identifier" : "https://doi.org/10.5281/zenodo.11577339", "license" : "https://api.github.com/licenses/mit", "name" : "ShExML", "programmingLanguage" : "Scala", - "releaseNotes" : "

Whats Changed

\n", "runtimePlatform" : "JVM", "softwareRequirements" : [ { + "@id" : "http://example.org/scala-compiler", + "@type" : "SoftwareSourceCode", + "name" : "org.scala-lang:scala-compiler", + "version" : "2.13.9" + }, { + "@id" : "http://example.org/jena-base", + "@type" : "SoftwareSourceCode", + "name" : "org.apache.jena:jena-base", + "version" : "3.17.0" + }, { "@id" : "http://example.org/shex_3", "@type" : "SoftwareSourceCode", "name" : "es.weso:shex_3", "version" : "0.1.97" }, { - "@id" : "http://example.org/postgresql", - "@type" : "SoftwareSourceCode", - "name" : "org.postgresql:postgresql", - "version" : "42.5.0" - }, { - "@id" : "http://example.org/picocli", + "@id" : "http://example.org/antlr4", "@type" : "SoftwareSourceCode", - "name" : "info.picocli:picocli", - "version" : "4.0.4" + "name" : "org.antlr:antlr4", + "version" : "4.9.2" }, { "@id" : "http://example.org/srdf4j_3", "@type" : "SoftwareSourceCode", "name" : "es.weso:srdf4j_3", "version" : "0.1.104" }, { - "@id" : "http://example.org/rmlmapper", + "@id" : "http://example.org/jena-core", "@type" : "SoftwareSourceCode", - "name" : "be.ugent.rml:rmlmapper", - "version" : "4.9.0" + "name" : "org.apache.jena:jena-core", + "version" : "3.17.0" }, { - "@id" : "http://example.org/scala-logging_3", + "@id" : "http://example.org/scala3-library_3", "@type" : "SoftwareSourceCode", - "name" : "com.typesafe.scala-logging:scala-logging_3", - "version" : "3.9.5" + "name" : "org.scala-lang:scala3-library_3", + "version" : "3.2.0" }, { "@id" : "http://example.org/stringdistance_2.13", "@type" : "SoftwareSourceCode", "name" : "com.github.vickumar1981:stringdistance_2.13", "version" : "1.2.6" }, { - "@id" : "http://example.org/srdf_3", + "@id" : "http://example.org/rmlmapper", "@type" : "SoftwareSourceCode", - "name" : "es.weso:srdf_3", - "version" : "0.1.104" + "name" : "be.ugent.rml:rmlmapper", + "version" : "4.9.0" + }, { + "@id" : "http://example.org/picocli", + "@type" : "SoftwareSourceCode", + "name" : "info.picocli:picocli", + "version" : "4.0.4" }, { "@id" : "http://example.org/jena-arq", "@type" : "SoftwareSourceCode", "name" : "org.apache.jena:jena-arq", "version" : "3.17.0" + }, { + "@id" : "http://example.org/logback-classic", + "@type" : "SoftwareSourceCode", + "name" : "ch.qos.logback:logback-classic", + "version" : "1.3.5" }, { "@id" : "http://example.org/jena-shacl", "@type" : "SoftwareSourceCode", "name" : "org.apache.jena:jena-shacl", "version" : "3.17.0" + }, { + "@id" : "http://example.org/srdf_3", + "@type" : "SoftwareSourceCode", + "name" : "es.weso:srdf_3", + "version" : "0.1.104" + }, { + "@id" : "http://example.org/scala-reflect", + "@type" : "SoftwareSourceCode", + "name" : "org.scala-lang:scala-reflect", + "version" : "2.13.9" + }, { + "@id" : "http://example.org/postgresql", + "@type" : "SoftwareSourceCode", + "name" : "org.postgresql:postgresql", + "version" : "42.5.0" }, { "@id" : "http://example.org/scalatest_3", "@type" : "SoftwareSourceCode", @@ -105,75 +132,45 @@ "name" : "org.mariadb.jdbc:mariadb-java-client", "version" : "2.6.2" }, { - "@id" : "http://example.org/slf4j-nop", + "@id" : "http://example.org/mysql-connector-java", "@type" : "SoftwareSourceCode", - "name" : "org.slf4j:slf4j-nop", - "version" : "1.7.27" + "name" : "mysql:mysql-connector-java", + "version" : "8.0.21" }, { - "@id" : "http://example.org/logback-classic", + "@id" : "http://example.org/mssql-jdbc", "@type" : "SoftwareSourceCode", - "name" : "ch.qos.logback:logback-classic", - "version" : "1.3.5" + "name" : "com.microsoft.sqlserver:mssql-jdbc", + "version" : "8.4.1.jre8" }, { - "@id" : "http://example.org/scala3-library_3", + "@id" : "http://example.org/scala-csv_2.13", "@type" : "SoftwareSourceCode", - "name" : "org.scala-lang:scala3-library_3", - "version" : "3.2.0" + "name" : "com.github.tototoshi:scala-csv_2.13", + "version" : "1.3.6" }, { - "@id" : "http://example.org/Saxon-HE", + "@id" : "http://example.org/slf4j-nop", "@type" : "SoftwareSourceCode", - "name" : "net.sf.saxon:Saxon-HE", - "version" : "12.4" + "name" : "org.slf4j:slf4j-nop", + "version" : "1.7.27" }, { "@id" : "http://example.org/sqlite-jdbc", "@type" : "SoftwareSourceCode", "name" : "org.xerial:sqlite-jdbc", "version" : "3.32.3.2" - }, { - "@id" : "http://example.org/scala-reflect", - "@type" : "SoftwareSourceCode", - "name" : "org.scala-lang:scala-reflect", - "version" : "2.13.9" - }, { - "@id" : "http://example.org/scala-csv_2.13", - "@type" : "SoftwareSourceCode", - "name" : "com.github.tototoshi:scala-csv_2.13", - "version" : "1.3.6" - }, { - "@id" : "http://example.org/antlr4", - "@type" : "SoftwareSourceCode", - "name" : "org.antlr:antlr4", - "version" : "4.9.2" }, { "@id" : "http://example.org/json-path", "@type" : "SoftwareSourceCode", "name" : "com.jayway.jsonpath:json-path", "version" : "2.8.0" }, { - "@id" : "http://example.org/jena-core", - "@type" : "SoftwareSourceCode", - "name" : "org.apache.jena:jena-core", - "version" : "3.17.0" - }, { - "@id" : "http://example.org/jena-base", - "@type" : "SoftwareSourceCode", - "name" : "org.apache.jena:jena-base", - "version" : "3.17.0" - }, { - "@id" : "http://example.org/mysql-connector-java", - "@type" : "SoftwareSourceCode", - "name" : "mysql:mysql-connector-java", - "version" : "8.0.21" - }, { - "@id" : "http://example.org/scala-compiler", + "@id" : "http://example.org/Saxon-HE", "@type" : "SoftwareSourceCode", - "name" : "org.scala-lang:scala-compiler", - "version" : "2.13.9" + "name" : "net.sf.saxon:Saxon-HE", + "version" : "12.4" }, { - "@id" : "http://example.org/mssql-jdbc", + "@id" : "http://example.org/scala-logging_3", "@type" : "SoftwareSourceCode", - "name" : "com.microsoft.sqlserver:mssql-jdbc", - "version" : "8.4.1.jre8" + "name" : "com.typesafe.scala-logging:scala-logging_3", + "version" : "3.9.5" } ], "version" : "0.5.3" }