mbox series

[bug#64934,00/42] I tried to semantic the web, and after downloading half the Internet, these are some packages I came up with

Message ID cover.1690646441.git.liliana.prikler@gmail.com
Headers show
Series I tried to semantic the web, and after downloading half the Internet, these are some packages I came up with | expand

Message

Liliana Marie Prikler July 29, 2023, 4 p.m. UTC
Alternative title: I saw Apache Commons RDF and I thought "welp, that
shouldn't be too difficult to package", so I did and I instantly
regretted doing so.

Hi Guix,

as you might guess from the title, I dug a little into the semantic web
and tried packaging some related packages.  This is just a small step
towards packaging the larger beast that is the OWL API, but you have to
start somewhere, don't you?

Cheers

Liliana Marie Prikler (42):
  gnu: Add java-commons-rdf-api.
  gnu: Add java-commons-rdf-api-tests.
  gnu: Add java-commons-rdf-simple.
  gnu: Add java-eclipse-rdf4j-model-api.
  gnu: Add java-eclipse-rdf4j-model-vocabulary.
  gnu: Add java-eclipse-rdf4j-util.
  gnu: Add java-eclipse-rdf4j-model.
  gnu: Add java-easymock version 3.2.
  gnu: Add java-easymock-class-extension.
  gnu: Add java-httpcomponents-httpclient-cache.
  gnu: Add java-httpcomponents-httpcore-osgi.
  gnu: Add java-httpcomponents-httpclient-osgi.
  gnu: Add java-jsonld-java.
  gnu: Add java-eclipse-rdf4j-rio-api.
  gnu: Add java-eclipse-rdf4j-rio-datatypes.
  gnu: Add java-eclipse-rdf4j-rio-languages.
  gnu: Add java-eclipse-rdf4j-rio-turtle.
  gnu: Add java-eclipse-rdf4j-rio-ntriples.
  gnu: Add java-eclipse-rdf4j-rio-nquads.
  gnu: Add java-eclipse-rdf4j-rio-jsonld.
  gnu: Add java-eclipse-rdf4j-rio-rdfxml.
  gnu: Add java-eclipse-rdf4j-rio-trig.
  gnu: Add java-eclipse-rdf4j-query.
  gnu: Add java-eclipse-rdf4j-queryalgebra-model.
  gnu: Add java-eclipse-rdf4j-repository-api.
  gnu: Add java-eclipse-rdf4j-sail-api.
  gnu: Add java-eclipse-rdf4j-queryparser-api.
  gnu: Add java-eclipse-rdf4j-queryparser-sparql.
  gnu: Add java-eclipse-rdf4j-queryresultio-api.
  gnu: Add java-eclipse-rdf4j-queryresultio-binary.
  gnu: Add java-eclipse-rdf4j-queryresultio-sparqlxml.
  gnu: Add java-eclipse-rdf4j-queryresultio-sparqljson.
  gnu: Add java-eclipse-rdf4j-http-protocol.
  gnu: Add java-eclipse-rdf4j-http-client.
  gnu: Add java-eclipse-rdf4j-repository-sparql.
  gnu: Add java-mapdb.
  gnu: Add java-eclipse-rdf4j-queryalgebra-evaluation.
  gnu: Add java-eclipse-rdf4j-repository-sail.
  gnu: Add java-eclipse-rdf4j-sail-base.
  gnu: Add java-eclipse-rdf4j-sail-memory.
  gnu: Add java-eclipse-rdf4j-sail-nativerdf.
  gnu: Add java-commons-rdf-rdf4j.

 gnu/packages/java-rdf.scm | 872 ++++++++++++++++++++++++++++++++++++++
 gnu/packages/java.scm     | 166 ++++++++
 2 files changed, 1038 insertions(+)
 create mode 100644 gnu/packages/java-rdf.scm


base-commit: 6db0d1484ec598b7a0907dda78ccf39bb52d9c74

Comments

Liliana Marie Prikler Aug. 5, 2023, 12:40 p.m. UTC | #1
Am Samstag, dem 29.07.2023 um 18:00 +0200 schrieb Liliana Marie
Prikler:
> Alternative title: I saw Apache Commons RDF and I thought "welp, that
> shouldn't be too difficult to package", so I did and I instantly
> regretted doing so.
> 
> Hi Guix,
> 
> as you might guess from the title, I dug a little into the semantic
> web and tried packaging some related packages.  This is just a small
> step towards packaging the larger beast that is the OWL API, but you
> have to start somewhere, don't you?
> 
CI seems unsure as to whether to build it or not, which doesn't concern
me, because it works locally :)

I fixed the one linter warning that wasn't caused by copypasting and
pushed the series.

Cheers