@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/skos.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:Application ; cpack:packageName "amalgame" ; dcterms:title "Amalgame concept alignment toolkit" ; cpack:home ; cpack:author [ a foaf:Person ; foaf:name "Jacco van Ossenbruggen" ; foaf:mbox "Jacco.van.Ossenbruggen@cs.vu.nl" ; foaf:mbox_sha1sum "5a9c795d885026039c79778788330c707838b79a" ; ] ; cpack:primaryRepository [ a cpack:GitRepository ; cpack:gitURL ] ; cpack:description """ Amalgame provides a web-based interactive platform for creating, analyzing and evaluating vocabulary alignments. It aims to support domain experts to make alignments interactively. To realize this it focuses on simple alignment techniques which the user understand and knows how to use, and which are sufficiently fast to be used in an interactive session. Amalgame keeps track of all the provenance related information, so that mapping experiments can be replicated later, and other users can explore the context that played a role in creating the mappings. Amalgame is implemented by using common web technology on the client (e.g. HTML,CSS,AJAX and the YUI toolkit) and SWI-Prolog's ClioPatria platform on the server. This work was partially supported by the PrestoPRIME and EuropeanaConnect projects. """.