Skip to content

Commit

Permalink
Fixed problem with codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
herminiogg committed Jun 27, 2024
1 parent 55dec21 commit 429fcb1
Showing 1 changed file with 65 additions and 68 deletions.
133 changes: 65 additions & 68 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "<h2>Whats Changed</h2>\n<ul>\n<li>Fixed a problem affecting pushed values</li>\n<li>Fixed some syntax limitations</li>\n<li>JOIN instruction now becomes SUBSTITUTING</li>\n<li>New JOIN instruction performing a classical join between two sets based on a condition</li>\n<li>New IMPORT instruction that allows to import parts of a ShExML script from external files</li>\n</ul>",
"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",
Expand All @@ -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"
}

0 comments on commit 429fcb1

Please sign in to comment.