@prefix rdf: . @prefix rdfs: . @prefix dcterms: . @prefix foaf: . @prefix cpack: . # This file is a Turtle-format RDF file that describes the package. It # *must* be located in rdf/cpack/swish.ttl # # Author is a FOAF Person. If you have a FOAF profile, you can link to # this. Otherwise you can specify the information inline as done below. # See http://xmlns.com/foaf/spec/ for defines fields. <> a cpack:Package ; cpack:packageName "trill_on_swish" ; dcterms:title "TRILL on SWISH on Cliopatria" ; cpack:author [ a foaf:Person ; foaf:name "Riccardo Zese" ; foaf:mbox ; ] ; cpack:primaryRepository [ a cpack:GitRepository ; cpack:gitURL ] ; cpack:description """ Make the [TRILL on SWISH](https://github.com/friguzzi/trill_on_swish) package available as a ClioPatria _cpack_. In order to run TRILL on SWISH you have to install before TRILL usign the command _pack_install(trill)_ in a SWI Prolog console. To install it download it [here](https://github.com/friguzzi/trill_on_swish), put the folder in Cliopatria/cpack and run the goal _cpack_configure(trill_on_swish)_ in the Cliopatria's console. """ .