gnu: Add java-eclipse-rdf4j-model-vocabulary.
* gnu/packages/java-rdf.scm (java-eclipse-rdf4j-model-vocabulary): New variable.
This commit is contained in:
parent
44a768b890
commit
3e332c380f
1 changed files with 16 additions and 0 deletions
|
@ -143,3 +143,19 @@ concepts in Java.")))
|
||||||
(description "This package provides interfaces for the RDF data model used
|
(description "This package provides interfaces for the RDF data model used
|
||||||
in the RDF4J framework.")
|
in the RDF4J framework.")
|
||||||
(license license:epl1.0)))
|
(license license:epl1.0)))
|
||||||
|
|
||||||
|
(define-public java-eclipse-rdf4j-model-vocabulary
|
||||||
|
(package
|
||||||
|
(name "java-eclipse-rdf4j-model-vocabulary")
|
||||||
|
(version %rdf4j-version)
|
||||||
|
(source %rdf4j-source)
|
||||||
|
(build-system ant-build-system)
|
||||||
|
(arguments
|
||||||
|
(rdf4j-common-arguments "rdf4j-model-vocabulary.jar"
|
||||||
|
"core/model-vocabulary"))
|
||||||
|
(propagated-inputs (list java-eclipse-rdf4j-model-api))
|
||||||
|
(home-page "https://rdf4j.org/")
|
||||||
|
(synopsis "Well known RDF vocabularies")
|
||||||
|
(description "This package provides Java classes for well known
|
||||||
|
RDF vocabularies.")
|
||||||
|
(license license:epl1.0)))
|
||||||
|
|
Reference in a new issue