@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/image_annotation.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 "image_annotation" ; dcterms:title "Web-based user interface for image annotation applications, with configurable search fields" ; cpack:author ; 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 """Image annotation package with thesaurus-based autocompletion with configurable search fields. """ .