<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:my="http://www.cs.vu.nl/~mcaklein/onto/swrc-ext/2005/05#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:ow="http://swrc.ontoware.org/ontology#">

<ow:InProceedings rdf:ID="ht99_mix">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#2bcf95fe759e57f535e5c313cf19332eb2bc2e75">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Making hypermedia adaptable for multiple forms of presentation involves enabling multiple distinct specifications for how a given collection of hypermedia can have its presentation generated. The Standard Reference Model for Intelligent Multimedia Presentation Systems describes how the generation of hypermedia presentation can be divided into distinct but cooperating layers. Earlier work has described how specifications for generating presentations can be divided into distinct modules of code corresponding to these layers. This paper explores how the modules for each layer of a presentation specification can be exchanged for another module encoded for that layer and result in the whole specification remaining well functioning. This capability would facilitate specifying presentation generation by allowing for the use of pre-programmed modules, enabling the author to focus on particular aspects of the presentation generation process. An example implementation of these concepts that uses current and developing Web standards is presented to illustrate how wide-spread modularized presentation generation might be realized in the near future.</ow:abstract>
  <ow:title>Mix'n'Match: Exchangeable Modules of Hypermedia Style</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ht99-mix.ps.gz"/>
  <ow:year>1999</ow:year>
  <ow:pages>179-188</ow:pages>
  <ow:crossref>ht99</ow:crossref>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. Mix'n'Match: Exchangeable Modules of Hypermedia Style, 1999</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_dir03">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:slides>http://homepages.cwi.nl/$sim$media/conferences/DIR2003/I2RP.DIR2003.ppt</ow:slides>
  <ow:author rdf:resource="#floris_wiesman"/>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#boban_arsenijevic"/>
  <ow:author rdf:resource="#yulia_bachvarova"/>
  <ow:author rdf:resource="#nico_roos"/>
  <ow:author rdf:resource="#lambert_schomaker"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#2fc92abb7f5d09b88813e5a90fc2370ff7f9a872">
      <rdf:li rdf:resource="#floris_wiesman"/>
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#boban_arsenijevic"/>
      <rdf:li rdf:resource="#yulia_bachvarova"/>
      <rdf:li rdf:resource="#nico_roos"/>
      <rdf:li rdf:resource="#lambert_schomaker"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The paper introduces a knowledge-based multimedia approach to multimedia information retrieval. The approach uses domain knowledge to augment a user' s query, performs automatic ontology mapping to search different multimedia databases, and combines the results in a multimedia presentation. The texts in the presentation are generated from the domain knowledge. Thus, the user can view a coherent multimedia presentation that contains the answer to his or her query. The paper describes an architecture for realizing the approach. The individual parts of the architecture have been implemented, but are not yet integrated in one system.</ow:abstract>
  <ow:title>Intelligent Information Retrieval and Presentation with Multimedia Databases</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/dir03.pdf"/>
  <ow:keywords>semantic web technologies, multimedia presentations, ontology mapping, natural language generation</ow:keywords>
  <ow:pages>52-56</ow:pages>
  <ow:crossref>dir03</ow:crossref>
  <rdfs:label>Floris Wiesman, Stefano Bocconi, Boban Arsenijevic, Yulia Bachvarova, Nico Roos, Lambert Schomaker. Intelligent Information Retrieval and Presentation with Multimedia Databases</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_stylesheets">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#8bee950af99495f43cd15d24a1193b65499ef039">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#anton_eliens"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Hypermedia documents are most often created with a particular presentation environment in mind. This requires the authoring of one document per presentation platform. As pointed out in [], much implementation effort can be avoided by specifying how the same underlying document can be presented in different environments. A style sheet defines a mapping from a source document to a presentation for it. We discuss the existing use of style sheets as applied to text and discuss their application to the case of hypermedia, and in particular how they need to be extended.</ow:abstract>
  <ow:title>Style Sheet Support for Hypermedia Documents</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ht97.pdf"/>
  <ow:pages>216-217</ow:pages>
  <ow:crossref>ht97</ow:crossref>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman, Lloyd Rutledge, Anton Eliens. Style Sheet Support for Hypermedia Documents</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_acmmm97">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#691bc3c75e5bd8c584b75fec831378a0c414d273">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Being able to author a hypermedia document once for presentation under a wide variety of potential circumstances requires that it be stored in a manner that is adaptable to these circumstances. Since the nature of these circumstances is not always known at authoring time, specifying how a document adapts to them must be a process that can be performed separately from its original authoring. These distinctions include the porting of the document to different platforms and formats and the adapting of the document s presentation to suit the needs of the user and of the current state of the presentation environment. In this paper we discuss extensions to our CMIF hypermedia authoring and presentation environment that provide adaptability through this distinction between authoring and presentation specification. This extension includes the use of HyTime for document representation and of DSSSL for presentation specification. We also discuss the Berlage architecture, our extension to HyTime that specifies the encoding of certain hypermedia concepts useful for presentation specification.</ow:abstract>
  <ow:title>A Framework for Generating Adaptable Hypermedia Documents</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/acmmm97.pdf"/>
  <ow:year>1997</ow:year>
  <ow:keywords>Hypermedia, Open Hypermedia, HyTime, DSSSL, SGML.</ow:keywords>
  <ow:pages>121-130</ow:pages>
  <ow:crossref>mm97</ow:crossref>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. A Framework for Generating Adaptable Hypermedia Documents, 1997</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_acm2003">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a short version of CWI technical report INS-R0303</ow:comment>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#amit_manniesing"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#fcd86ba02d2797cf4ad31407f8d171f23a81babd">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#amit_manniesing"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Multimedia presentation generation has to be able to balance the functional aspects of a presentation that address the information needs of the user and its aesthetic form. We demonstrate our approach using automatic colour design for which we integrate relevant aspects of colour theory. We do not provide a definition of the relative importance of form versus function, but seek to explore the roles of subjective elements in the generation process.</ow:abstract>
  <ow:title>Colour Picking - the Pecking Order of Form and Function</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/acm2003.pdf"/>
  <ow:crossref>mm2003</ow:crossref>
  <rdfs:label>Frank Nack, Amit Manniesing, Lynda Hardman. Colour Picking - the Pecking Order of Form and Function</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ht99_time">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:slides>http://www.cwi.nl/$sim$lynda/madrid2000/Time.PDF</ow:slides>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#k_sjoerd_mullender"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#868e4c1b4f79857fcfe7f3ef5e0f7b35e2bccc14">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#k_sjoerd_mullender"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Most hypermedia documents don't incorporate time explicitly. This prevents authors from having direct control over the temporal aspects of a presentation. In this paper we discuss the concept of presentation time - the timing of the individual parts of a presentation and the temporal relations among them. We argue why time is necessary from a presentation perspective, and discuss its relationship with other temporal views of a presentation. We derive the requirements and present our solution for incorporating temporal and linking information in a model of time-based hypermedia.</ow:abstract>
  <ow:title>Do You Have the Time? Composition and Linking in Time-based Hypermedia</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ht99-time.ps.gz"/>
  <ow:year>1999</ow:year>
  <ow:pages>189-196</ow:pages>
  <ow:crossref>ht99</ow:crossref>
  <rdfs:label>Lynda Hardman, Jacco van Ossenbruggen, Lloyd Rutledge, K. Sjoerd Mullender, Dick C.A. Bulterman. Do You Have the Time? Composition and Linking in Time-based Hypermedia, 1999</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="AHM_context">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9bb90787eb8b0d5337caff8a146f890919a55f0e">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#guido_van_rossum"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Links in hypermedia: the requirement for context</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/ht93.ps.gz"/>
  <ow:year>1993</ow:year>
  <ow:pages>183-191</ow:pages>
  <ow:crossref>ht93</ow:crossref>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman, Guido van Rossum. Links in hypermedia: the requirement for context, 1993</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_dia">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9b371259f8c37de2085ac38f9b6900503bb41288">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Also for multimedia, there is a need to create presentations in presentation-independent forms and have the final form(s) generated from the base document. We can input our expertise on the specific requirements for multimedia in automatic document generation. In addition, we have experience in processing multimedia documents in a Web context in general and related issues within SMIL 2.0 in particular. We can explain the use of alternative media for devices where text is inappropriate. In addition, different sorts of meta-data can be incorporated into a presentation-independent base document, and device/user-specific presentations can be generated from this base document, using the information captured in the meta-data. In addition, we can explain the advantages of incorporating timing as one of the dimensions of variation in a presentation. For example, adding temporal variations within HTML, using e.g. HTML+SMIL, can allow different types of trade-offs in a presentation.</ow:abstract>
  <ow:title>Device Independent Multimedia Authoring</ow:title>
  <ow:url rdf:resource="http://www.w3.org/2000/10/DIAWorkshop/hardman.htm"/>
  <ow:crossref>diaworkshop</ow:crossref>
  <rdfs:label>Lynda Hardman, Jacco van Ossenbruggen. Device Independent Multimedia Authoring</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_iswc2003">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-R0305</ow:comment>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3e68fc361d433618e172f4ac1add0733cbe616b7">
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Traditionally, research in applying Semantic Web technology to multimedia information systems has focused on using annotations and ontologies to improve the retrieval process. This paper concentrates on improving the presentation of the retrieval results. First, our approach uses ontological domain knowledge to select and organize the content relevant to the topic the user is interested in. Domain ontologies are valuable in the presentation generation process, because effective presentations are those that succeed in conveying the relevant domain semantics to the user. Explicit discourse and narrative knowledge allows selection of appropriate presentation genres and creation of narrative structures, which are used for conveying these domain relations. In addition, knowledge of graphic design and media characteristics is essential to transform abstract presentation structures into real multimedia presentations. Design knowledge determines how the semantics and presentation structure are expressed in the multimedia presentation. In traditional Web environments, this type of design knowledge remains implicit, hidden in style sheets and other document transformation code. Our second use of Semantic Web technology is to model design knowledge explicitly, and to enable it to drive the transformations needed to turn annotated media items into structured presentations</ow:abstract>
  <ow:title>Towards Ontology-driven Discourse: From Semantic Graphs to Multimedia Presentations</ow:title>
  <ow:url rdf:resource="http://www.springerlink.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=2870&amp;spage=597"/>
  <ow:pages>597-612</ow:pages>
  <ow:crossref>iswc2003</ow:crossref>
  <rdfs:label>Joost Geurts, Stefano Bocconi, Jacco van Ossenbruggen, Lynda Hardman. Towards Ontology-driven Discourse: From Semantic Graphs to Multimedia Presentations</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_ht03">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:slides>http://homepages.cwi.nl/$sim$media/conferences/HT03/</ow:slides>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#martin_alberink"/>
  <ow:author rdf:resource="#rogier_brussee"/>
  <ow:author rdf:resource="#stanislav_pokraev"/>
  <ow:author rdf:resource="#william_van_dieten"/>
  <ow:author rdf:resource="#mettina_veenstra"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6add79a2d4c37627157ab34997f06ff823a09c82">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#martin_alberink"/>
      <rdf:li rdf:resource="#rogier_brussee"/>
      <rdf:li rdf:resource="#stanislav_pokraev"/>
      <rdf:li rdf:resource="#william_van_dieten"/>
      <rdf:li rdf:resource="#mettina_veenstra"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Generating hypermedia presentations requires processing constituent material into coherent, unified presentations. One large challenge is creating a generic process for producing hypermedia presentations from the semantics of potentially unfamiliar domains. The resulting presentations must both respect the underlying semantics and appear as coherent, plausible and, if possible, pleasant to the user. Among the related unsolved problems is the inclusion of discourse knowledge in the generation process. One potential approach is generating a discourse structure derived from generic processing of the underlying domain semantics, transforming this to a structured progression and then using this to steer the choice of hypermedia communicative devices used to convey the actual information in the resulting presentation. This paper presents the results of the first phase of the Topia project, which explored this approach. These results include an architecture for this more domain-independent processing of semantics and discourse into hypermedia presentations. We demonstrate this architecture with an implementation using Web standards and freely available technologies.</ow:abstract>
  <ow:title>Finding the Story -- Broader Applicability of Semantics and Discourse for Hypermedia Generation</ow:title>
  <ow:month>August  23-27</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ht03.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Topia, Discourse, Narrative, Hypermedia, Semantics, Clustering, Concept Lattices, RDF, SMIL</ow:keywords>
  <ow:pages>67-76</ow:pages>
  <ow:crossref>ht03</ow:crossref>
  <rdfs:label>Lloyd Rutledge, Martin Alberink, Rogier Brussee, Stanislav Pokraev, William van Dieten, Mettina Veenstra. Finding the Story -- Broader Applicability of Semantics and Discourse for Hypermedia Generation, August  23-27, 2003</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_www2005">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>yes</ow:refereed>
  <ow:slides>http://homepages.cwi.nl/$sim$media/conferences/WWW2005/talk.html</ow:slides>
  <ow:isbn>1-59593-052-3</ow:isbn>
  <ow:project>NWO/NASH, ToKeN/I2RP, MultimediaN</ow:project>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#5696e766df0e5d534156f9992a633ff1ea9d51a5">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This paper discusses generating document structure from annotated media repositories in a domain-independent manner. This approaches the vision of a universal RDF browser. We start by applying the search-and-browse paradigm established for the WWW to RDF presentation. Furthermore, this paper adds to this paradigm the clustering-based derivation of document structure from search returns, providing simple but domain-independent hypermedia generation from RDF stores. While such generated presentations hardly meet the standards of those written by humans, they provide quick access to media repositories when the needed document has not yet been written. The resulting system allows a user to specify a topic for which it generates a hypermedia document providing guided navigation through virtually any RDF repository. The impact for content providers is that as soon as new media items and their annotations are added to a repository, they become immediately available for automatic integration into subsequently requested presentations.</ow:abstract>
  <ow:title>Making RDF Presentable - Integrated Global and Local Semantic Web Browsing</ow:title>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://www2005.org/cdrom/docs/p199.pdf"/>
  <ow:year>2005</ow:year>
  <ow:funding>NWO,BSIK,NAP</ow:funding>
  <ow:size>8</ow:size>
  <ow:pages>199-206</ow:pages>
  <ow:crossref>www2005</ow:crossref>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman. Making RDF Presentable - Integrated Global and Local Semantic Web Browsing, May, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_www2003">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-E0301</ow:comment>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#b033266a6ee16b5ecc612036851c64cd0fbcb435">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Time-based, media-centric Web presentations can be described declaratively in the XML world through the development of languages such as SMIL. It is difficult, however, to fully integrate them in a complete document transformation processing chain. In order to achieve the desired processing of data-driven, time-based, media-centric presentations, the text-flow based formatting vocabularies used by style languages such as XSL, CSS and DSSSL need to be extended. The paper presents a selection of use cases which are used to derive a list of requirements for a multimedia style and transformation formatting vocabulary. The boundaries of applicability of existing text-based formatting models for media-centric transformations are analyzed. The paper then discusses the advantages and disadvantages of a fully-fledged time-based multimedia formatting model. Finally, the discussion is illustrated by describing the key properties of the example multimedia formatting vocabulary currently implemented in the back-end of our Cuypers multimedia transformation engine.</ow:abstract>
  <ow:title>Towards a Formatting Vocabulary for Time-based Hypermedia</ow:title>
  <ow:url rdf:resource="http://www2003.org/cdrom/papers/refereed/p383/p383-ossenbruggen.html"/>
  <ow:pages>384-393</ow:pages>
  <ow:crossref>www2003</ow:crossref>
  <rdfs:label>Jacco van Ossenbruggen, Joost Geurts, Lynda Hardman, Lloyd Rutledge. Towards a Formatting Vocabulary for Time-based Hypermedia</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ht00_rhetorics">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#brian_bailey"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#180e4e32d9aa82c9ce47fa8521dd9caa620d6333">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#brian_bailey"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#joost_geurts"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Hypermedia structured in terms of the higher-level intent of its author can be adapted to a wider variety of final presentations. Many multimedia systems encode such high-level intent as constraints on either time, spatial layout or navigation. Once specified, these constraints are translated into specific presentations whose timelines, screen displays and navigational structure satisfy these constraints. This ensures that the desired spatial, temporal and navigation properties are maintained no matter how the presentation is adapted to varying circumstances. Rhetorical structure defines author intent at a still higher level. Authoring at this level requires that rhetorics can be translated to final presentations that properly reflect them. This paper explores how rhetorical structure can be translated into constraints, which are then translated into final presentations. This enables authoring in terms of rhetorics and provides the assurance that the rhetorics will remain properly conveyed in all presentation adaptation.</ow:abstract>
  <ow:title>Generating Presentation Constraints from Rhetorical Structure</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ht00.pdf"/>
  <ow:year>2000</ow:year>
  <ow:keywords>Topia</ow:keywords>
  <ow:pages>19-28</ow:pages>
  <ow:crossref>ht00</ow:crossref>
  <rdfs:label>Lloyd Rutledge, Brian Bailey, Jacco van Ossenbruggen, Lynda Hardman, Joost Geurts. Generating Presentation Constraints from Rhetorical Structure, 2000</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_www10">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-R0025</ow:comment>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#frank_cornelissen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#be6cf77ee7bb21c606fca002723e72b3d28344d1">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#frank_cornelissen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">First generation Web-content encodes information in handwritten (HTML) Web pages. Second generation Web content generates HTML pages on demand, e.g. by filling in templates with content retrieved dynamically from a database or transformation of structured documents using style sheets (e.g. XSLT). Third generation Web pages will make use of rich markup (e.g. XML) along with metadata (e.g. RDF) schemes to make the content not only machine readable but also machine processable -- a necessary pre-requisite to the emphSemantic Web. While text-based content on the Web is already rapidly approaching the third generation, multimedia content is still trying to catch up with second generation techniques. Multimedia document processing has a number of fundamentally different requirements from text which make it more difficult to incorporate within the document processing chain. In particular, multimedia transformation uses different document and presentation abstractions, its formatting rules cannot be based on text-flow, it requires feedback from the formatting back-end and is hard to describe in the functional style of current style languages. We state the requirements for second generation processing of multimedia and describe how these have been incorporated in our prototype multimedia document transformation environment, emphCuypers. The system overcomes a number of the restrictions of the text-flow based tool sets by integrating a number of conceptually distinct processing steps in a single runtime execution environment. We describe the need for these different processing steps and describe them in turn (semantic structure, communicative device, qualitative constraints, quantitative constraints, final form presentation), and illustrate our approach by means of an example. We conclude by discussing the models and techniques required for the creation of third generation multimedia content.</ow:abstract>
  <ow:title>Towards Second and Third Generation Web-Based Multimedia</ow:title>
  <ow:url rdf:resource="http://www10.org/cdrom/papers/423/index.html"/>
  <ow:pages>479-488</ow:pages>
  <ow:crossref>www10</ow:crossref>
  <rdfs:label>Jacco van Ossenbruggen, Joost Geurts, Frank Cornelissen, Lloyd Rutledge, Lynda Hardman. Towards Second and Third Generation Web-Based Multimedia</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="hardman02ercim">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>51</ow:volume>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7397625a4159d635e4251a25690b575519f45c2d">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Ercim News</ow:journal>
  <ow:title>Hypermedia Presentation Generation on the Semantic Web</ow:title>
  <ow:abstract rdf:parseType="Literal">The research goal of the Multimedia and Human-Computer Interaction group at CWI is to investigate the automated generation of Web-based hypermedia presentations tailored to the abilities, preferences and platform of the user. This requires the description and processing of different types of information in order to assemble semantically annotated media items into a coherent presentation, i.e. a presentation that communicates the intended semantic relations to the user.</ow:abstract>
  <ow:url rdf:resource="http://www.ercim.org/publication/Ercim_News/enw51/hardman.html"/>
  <ow:year>2002</ow:year>
  <ow:pages>36</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman. Hypermedia Presentation Generation on the Semantic Web. Ercim News 51, 2002</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="distel_story">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#craig_lindley"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c7e5722a3fd3a2d06eab57ea0e85d09902c22791">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#craig_lindley"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Workshop "Digital Storytelling" DISTEL 2000</ow:booktitle>
  <ow:title>Arbeitsumgebungen fur die Entwicklung interaktiver Geschichten</ow:title>
  <ow:month>June  15-16</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/storytelling.de.pdf"/>
  <ow:year>2000</ow:year>
  <ow:abstract rdf:parseType="Literal">This paper presents an integrated framework for new media production in which particular presentations in a variety of forms may be authored and generated using a range of tools interacting with a distributed media repository. The A4SM project demonstrates a number of elements of this overall framework. The emphasis in this work is on the provision of tools and technologies for the manual authorship of linear and interactive media productions. Semi-automated and interactive assembly of a variety of forms of production have been shown to be feasible by a number of research projects, and can be realised by tools interacting with this common repository and environment.</ow:abstract>
  <ow:address>ZGDV Darmstadt, Germany</ow:address>
  <rdfs:label>Frank Nack, Craig Lindley. Arbeitsumgebungen fur die Entwicklung interaktiver Geschichten. In: Workshop "Digital Storytelling" DISTEL 2000, June  15-16, 2000</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="sync-unix">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Amsterdam</ow:note>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#robert_van_liere"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a477507e8cafaf0bce2078d085bd53ee55246891">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#robert_van_liere"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>CWI Internal Communication</ow:journal>
  <ow:title>Multimedia Synchronization and Unix</ow:title>
  <ow:year>1992</ow:year>
  <rdfs:label>Dick C.A. Bulterman, Robert van Liere. Multimedia Synchronization and Unix. CWI Internal Communication, 1992</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ins_DL98">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7aedfe8d84f6784497940025a41748372b8d79c3">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>ACM Digital Libraries (DL'98)</ow:booktitle>
  <ow:title>Practical Application of Existing Hypermedia Standards and Tools</ow:title>
  <ow:month>June</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~lloyd/Papers/DL98/dl98.ps"/>
  <ow:year>1998</ow:year>
  <ow:pages>191-199</ow:pages>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. Practical Application of Existing Hypermedia Standards and Tools. In: ACM Digital Libraries (DL'98), June, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="lindley2001">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#springer-verlag_new_york_inc"/>
  <ow:author rdf:resource="#craig_a_lindley"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1bd481e01ca837ddf2ec3f2606c21488ce8aecf4">
      <rdf:li rdf:resource="#craig_a_lindley"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Digital content creation</ow:booktitle>
  <ow:title>A video annotation methodology for interactive video sequence generation</ow:title>
  <ow:abstract rdf:parseType="Literal">The FRAMES project within the RDN CRC (Cooperative Research Centre for Research Data Networks) has developed an experimental environment for dynamic virtual video sequence synthesis from databases of video data. A major issue for the development of dynamic interactive video applications of this type is that of how to model and design a video annotation space in order to achieve specific design goals. Consideration of the behavior of the FRAMES algorithm for sequence synthesis, together with the structure of the video annotation space, can provide very clear guidelines for the design of the annotation space, and hence the nature of the video components needed. The resulting design methodology for interactive video is simple to use, and represents a straightforward extension of conventional pre-production activities in standard video production. This paper presents an analysis of the associative chaining algorithm as a search process, together with a systematic video semantic annotation methodology based upon that analysis that can be used to optimise possibilities for user interaction or to achieve specific aesthetic effects. The methodology can be used to create predictable video synthesis behavior, and provides a basis for interactive video production throughout the production lifecycle.</ow:abstract>
  <ow:year>2001</ow:year>
  <ow:pages>163-183</ow:pages>
  <ow:address>New York, NY, USA</ow:address>
  <rdfs:label>Craig A. Lindley. A video annotation methodology for interactive video sequence generation. In: Digital content creation, Springer-Verlag New York, Inc., 2001</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="ins_dsi05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>42</ow:volume>
  <ow:note rdf:parseType="Literal">Bruno Bachimont, editor</ow:note>
  <ow:author rdf:resource="#raphael_troncy"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#98cf3d4eaf589dfe88ffe1fb49c9b0d88720704f">
      <rdf:li rdf:resource="#raphael_troncy"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Documentaliste - Sciences de l'information</ow:journal>
  <ow:title>Nouveaux outils et documents audiovisuels : les innovations du web semantique</ow:title>
  <ow:number>6</ow:number>
  <ow:url rdf:resource="http://www.adbs.fr/site/publications/documentaliste/2266_1.php"/>
  <ow:year>2005</ow:year>
  <ow:pages>392-404</ow:pages>
  <rdfs:label>Raphael Troncy. Nouveaux outils et documents audiovisuels : les innovations du web semantique. Documentaliste - Sciences de l'information 42(6), 2005</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="spotlight_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#78bad0ecb0bfcc1a157c20049853e98666fd5c64">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE Internet Computing</ow:journal>
  <ow:title>SMIL 2.0: XML For Web Multimedia</ow:title>
  <ow:abstract rdf:parseType="Literal">On 7 August, the World Wide Web Consortium (W3C) released version 2.0 of Synchronized Multimedia Integration Language, or SMIL (pronounced smile). Three years ago, SMIL 1.0 introduced a basic foundation for Web multimedia and, as the sidebar SMIL support describes, it quickly gained widespread use. With a specification document about 15 times as large as version 1.0, SMIL 2.0 builds on this foundation and marks an enormous step forward in multimedia functionality. SMIL's features fall into five categories: media content, layout, timing, linking, and adaptivity. The latter brings altogether new features to the Web, letting authors adapt content to different market groups, user abilities, system configurations, and run-time system delays. In this tutorial, I ll cover each feature category and its basic constructs using a simple SMIL presentation built with the SMIL 2.0 Language Profile, which is the flagship SMIL-defined language for multimedia browsers.</ow:abstract>
  <ow:month>September-October</ow:month>
  <ow:url rdf:resource="http://www.computer.org/internet/ic2001/w5078abs.htm"/>
  <ow:year>2001</ow:year>
  <ow:pages>78-84</ow:pages>
  <rdfs:label>Lloyd Rutledge. SMIL 2.0: XML For Web Multimedia. IEEE Internet Computing, September-October, 2001</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="ins_ijwet04">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>yes</ow:refereed>
  <ow:volume>2</ow:volume>
  <ow:note rdf:parseType="Literal">IJWET Special Issue on Semantic Web Technologies for Data Integration and Multimedia Presentation. Flavius Frasincar, Geert-Jan Houben and Jacco van Ossenbruggen (guest editors). Article is a revised version of http://ftp.cwi.nl/CWIreports/INS//INS-E0303.pdf</ow:note>
  <ow:funding>NWO</ow:funding>
  <ow:project>NASH</ow:project>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#2f9f3c037f3a5d65ae310b4388d9e59eba37fd44">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>International Journal of Web Engineering and Technology (IJWET)</ow:journal>
  <ow:title>Combining RDF Semantics with XML Document Transformations</ow:title>
  <ow:number>2/3</ow:number>
  <ow:month>December</ow:month>
  <ow:year>2005</ow:year>
  <ow:pages>248-263</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman, Lloyd Rutledge. Combining RDF Semantics with XML Document Transformations. International Journal of Web Engineering and Technology (IJWET) 2(2/3), December, 2005</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="acmcs_time">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#452d71fed9736e3b31e1091c5d4eca3360595da0">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>ACM Computing Surveys</ow:journal>
  <ow:title>Hypermedia: The Link with Time</ow:title>
  <ow:month>December</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/acmcs.submission.html"/>
  <ow:year>1999</ow:year>
  <ow:abstract rdf:parseType="Literal">This essay presents a brief discussion of combining temporal aspects of multimedia presentations with hypertext links. Three ways of combining linking with temporally synchronized components of a presentation are described. We describe work that has been done to incorporate both temporal and linking information within the W3C language SMIL (Synchronized Multimedia Integration Language). We conclude with a discussion of future directions, namely providing support for linking within and among non-linear presentations and the ability to add temporal information to existing XML document languages.</ow:abstract>
  <rdfs:label>Lynda Hardman, Jacco van Ossenbruggen, Lloyd Rutledge, Dick C.A. Bulterman. Hypermedia: The Link with Time. ACM Computing Surveys, December, 1999</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ins_swap05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#umberto_straccia"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#38b2e0fda5d9bdefa8fdf7c054b1dc5ded6fa799">
      <rdf:li rdf:resource="#umberto_straccia"/>
      <rdf:li rdf:resource="#raphael_troncy"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 2nd Italian Semantic Web Applications and Perspectives Workshop (SWAP 05)</ow:booktitle>
  <ow:title>oMAP: An Implemented Framework for Automatically Aligning OWL Ontologies</ow:title>
  <ow:month>December  14-16</ow:month>
  <ow:url rdf:resource="http://ftp.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-166/47.pdf"/>
  <ow:year>2005</ow:year>
  <ow:address>Trento, Italy</ow:address>
  <rdfs:label>Umberto Straccia, Raphael Troncy. oMAP: An Implemented Framework for Automatically Aligning OWL Ontologies. In: Proceedings of the 2nd Italian Semantic Web Applications and Perspectives Workshop (SWAP 05), December  14-16, 2005</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="katya06">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>11</ow:volume>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#063b3b5340ddb72d90df74151110e2833411ad50">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Multimedia Systems</ow:journal>
  <ow:title>Context aware guidance for multimedia authoring: harmonizing domain and discourse knowledge</ow:title>
  <ow:number>3</ow:number>
  <ow:abstract rdf:parseType="Literal">This paper presents an approach to assist authors during the authoring of multimedia presentations. We extend the existing authoring support by integrating processes of topic identification, content collection and discourse structure building in a single environment. This integration allows identification of the context of the authoring process. Our approach combines this process context awareness with explicit domain and discourse knowledge to steer system suggestions. We evaluate our approach with an experimental system prototype.</ow:abstract>
  <ow:url rdf:resource="http://www.springerlink.com/content/q55881km26446507/"/>
  <ow:year>2006</ow:year>
  <ow:pages>226-235</ow:pages>
  <rdfs:label>Kateryna Falkovych, Frank Nack. Context aware guidance for multimedia authoring: harmonizing domain and discourse knowledge. Multimedia Systems 11(3), 2006</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ins_ewimt05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Poster presentation</ow:note>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#15c72503350c2b9569e8ff95afbec5d4ade4dd7d">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The 2nd European Workshop on the Integration of Knowledge, Semantic and Digital Media Technologies (EWIMT)</ow:booktitle>
  <ow:title>Semantic Timeline Interfaces for Annotated Multimedia Assets</ow:title>
  <ow:month>November  30 - December 1</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ewimt2005.pdf"/>
  <ow:year>2005</ow:year>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman. Semantic Timeline Interfaces for Annotated Multimedia Assets. In: The 2nd European Workshop on the Integration of Knowledge, Semantic and Digital Media Technologies (EWIMT), November  30 - December 1, 2005</rdfs:label>
</ow:InProceedings>

<ow:Misc rdf:ID="ins_htsw03">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#martin_alberink"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#mettina_veenstra"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c3330d4053014fbac1b99ecb5e4ed2d5169ff78d">
      <rdf:li rdf:resource="#martin_alberink"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#mettina_veenstra"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">In earlier work, we have shown how clustering techniques can transform semantic markup into discourse, which style sheets can transform into hypermedia presentations. This paper discusses the different clustering techniques for deriving discourse from semantics. These techniques use properties, relations and numerical properties of information objects and semantic networks. We show how these clustering techniques contribute to generating the hierarchical and sequential components of discourse.</ow:abstract>
  <ow:title>Clustering Semantics for Discourse Generation</ow:title>
  <ow:month>August  30</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/htsw2003topia.pdf"/>
  <ow:year>2003</ow:year>
  <ow:howpublished>The Hypermedia and the Semantic Web Workshop at the Fourteenth Conference on Hypertext and Hypermedia (HyperText 2003)</ow:howpublished>
  <rdfs:label>Martin Alberink, Lloyd Rutledge, Mettina Veenstra. Clustering Semantics for Discourse Generation, August  30, 2003</rdfs:label>
</ow:Misc>

<ow:Unpublished rdf:ID="project_token2000">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Dutch research project</ow:note>
  <ow:author rdf:resource="#jaap_van_den_herik_et_al"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#95bd01ff8ac5d67462e5b95e1f3fb3fea07de250">
      <rdf:li rdf:resource="#jaap_van_den_herik_et_al"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>ToKeN2000 ("Toegankelijkheid en Kennisontsluiting")</ow:title>
  <ow:url rdf:resource="http://www.token2000.nl/"/>
  <rdfs:label>Jaap van den Herik et al.. ToKeN2000 ("Toegankelijkheid en Kennisontsluiting")</rdfs:label>
</ow:Unpublished>

<ow:InCollection rdf:ID="nack_futmecom">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#kluwer_academic_publishers"/>
  <ow:author rdf:resource="#f_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#bbe7c1dbdc64d2838a7517599ba3b37bbf23b799">
      <rdf:li rdf:resource="#f_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Media Computing - Computational Media Aesthetics</ow:booktitle>
  <ow:title>The Future of Media Computing - From Ontology-based Semiotics to Computational Intelligence</ow:title>
  <ow:editor rdf:resource="#chitra_dorai"/>
  <ow:editor rdf:resource="#svetha_venkatesh"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#70e4ad4230b8e6e4c046afead18d785f537240a6">
      <rdf:li rdf:resource="#chitra_dorai"/>
      <rdf:li rdf:resource="#svetha_venkatesh"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>2002</ow:year>
  <ow:pages>159-196</ow:pages>
  <ow:address>Boston, Dordrecht, London</ow:address>
  <rdfs:label>F. Nack. The Future of Media Computing - From Ontology-based Semiotics to Computational Intelligence. In: Media Computing - Computational Media Aesthetics, Kluwer Academic Publishers, 2002</rdfs:label>
</ow:InCollection>

<ow:InProceedings rdf:ID="activeweb99">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">http://www.hiraeth.com/conf/ActiveWeb/</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ad22ed8ba4b0340033ce28c0e1ea8814affcc5a1">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The Active Web - A British HCI Group Day Conference</ow:booktitle>
  <ow:title>Adaptable Hypermedia with Web Standards and Tools</ow:title>
  <ow:month>January  20</ow:month>
  <ow:url rdf:resource="http://www.visualize.uk.com/conf/activeweb/proceed/pap18/"/>
  <ow:year>1999</ow:year>
  <ow:address>London</ow:address>
  <rdfs:label>Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen, Dick C.A. Bulterman. Adaptable Hypermedia with Web Standards and Tools. In: The Active Web - A British HCI Group Day Conference, January  20, 1999</rdfs:label>
</ow:InProceedings>

<ow:Misc rdf:ID="ins_canonical-process">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">work in progress</ow:note>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#brigitte_kerherve"/>
  <ow:author rdf:resource="#kurt_piersol"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#dd92f8f1e252a3c2a8aa10cd05d314e3d14a5aff">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#brigitte_kerherve"/>
      <rdf:li rdf:resource="#kurt_piersol"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>"Canonical Process of Media Production", http://www.cwi.nl/$sim$media/project/canonical/</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/project/canonical/papers/model.pdf"/>
  <ow:year>2006 - work in progress</ow:year>
  <rdfs:label>Lynda Hardman, Frank Nack, Zeljko Obrenovic, Brigitte Kerherve, Kurt Piersol. "Canonical Process of Media Production", http://www.cwi.nl/$sim$media/project/canonical/, 2006 - work in progress</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="ht05_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#847432bd10a15e91bc94815bd2607dc5265f3c9b">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#stefano_bocconi"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Workshop on Narrative, Musical, Cinematic and Gaming Hyperstructure</ow:booktitle>
  <ow:title>Generating Media Stories - Play It Again, Sam</ow:title>
  <ow:month>September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/htws-frst.pdf"/>
  <ow:year>2005</ow:year>
  <ow:abstract rdf:parseType="Literal">New types of knowledge spaces, such as the Semantic Web, allow for yet uncharted forms of knowledge exploration and social relationships. Such interactive, open and multimodal environments sustain the activation of articulation expressions that form the basis of adaptive discourses. In this paper we are in particular interested what story generation requires, in such a context, from authors and how that reflects on the accessibility of the information to users. The examples are taken form the domain of documentary making.</ow:abstract>
  <ow:address>Salzburg, Austria</ow:address>
  <rdfs:label>Frank Nack, Stefano Bocconi. Generating Media Stories - Play It Again, Sam. In: Workshop on Narrative, Musical, Cinematic and Gaming Hyperstructure, September, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_iscas06">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Special session on Advances in semantic multimedia analysis for personalised content access</ow:note>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1e0d0ae655cf71dcb46c9a41abe459920e5b96c5">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>IEEE International Symposium on Circuits and Systems</ow:booktitle>
  <ow:title>Creating Meaningful Multimedia Presentations</ow:title>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/iscas06.pdf"/>
  <ow:year>2006</ow:year>
  <rdfs:label>Lynda Hardman, Jacco van Ossenbruggen. Creating Meaningful Multimedia Presentations. In: IEEE International Symposium on Circuits and Systems, May, 2006</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0706">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#michiel_hildebrand"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c7b947ce752b1e819dc35bd8fecf517027f25a82">
      <rdf:li rdf:resource="#michiel_hildebrand"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Many Semantic Web applications provide access to their resources through text-based search queries, using explicit semantics to improve the search results. This paper provides an analysis of the current state of the art in semantic search, based on 35 existing systems. We identify different types of semantic search features that are used during query construction, the core search process, the presentation of the search results and user feedback on query and results. For each of these, we consider the functionality that the system provides and how this is made available through the user interface.</ow:abstract>
  <ow:title>An analysis of search-based user interaction on the Semantic Web</ow:title>
  <ow:number>INS-E0706</ow:number>
  <ow:month>July</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/CWIreports/INS/INS-E0706.pdf"/>
  <ow:year>2007</ow:year>
  <ow:keywords>Semantic Search, User Interaction, System Analysis, Evaluation</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Michiel Hildebrand, Jacco van Ossenbruggen, Lynda Hardman. An analysis of search-based user interaction on the Semantic Web, number INS-E0706, July, 2007</rdfs:label>
</ow:TechnicalReport>

<ow:Article rdf:ID="ins_nrhma">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>7</ow:volume>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1b4c7788b9c5b3504dd8742f28601928b436ad54">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>New Review of Hypermedia and Multimedia</ow:journal>
  <ow:title>Denotative and Connotative Semantics in Hypermedia: Proposal for a Semiotic-Aware Architecture</ow:title>
  <ow:abstract rdf:parseType="Literal">In this article we claim that the linguistic-centered view within hypermedia systems needs refinement through a semiotic-based approach before real interoperation between media can be achieved. We discuss the problems of visual signification for images and video in dynamic systems, in which users can access visual material in a non-linear fashion. We describe how semiotics can help overcome such problems, by allowing descriptions of the material on both denotative and connotative levels. Finally we propose an architecture for a dynamic semiotic-aware hypermedia system.</ow:abstract>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nack-nrhm2001-naha.pdf"/>
  <ow:year>2001</ow:year>
  <ow:pages>7-37</ow:pages>
  <rdfs:label>Frank Nack, Lynda Hardman. Denotative and Connotative Semantics in Hypermedia: Proposal for a Semiotic-Aware Architecture. New Review of Hypermedia and Multimedia 7, 2001</rdfs:label>
</ow:Article>

<ow:Book rdf:ID="SMILbook">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#springer"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a90cba01ff12c7b1424d601e21fffd0f4c8b0c7b">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>SMIL 2.0 - Interactive Multimedia for Web and Mobile Devices</ow:title>
  <ow:year>2004</ow:year>
  <rdfs:label>Dick C.A. Bulterman, Lloyd Rutledge. SMIL 2.0 - Interactive Multimedia for Web and Mobile Devices, Springer, 2004</rdfs:label>
</ow:Book>

<ow:InProceedings rdf:ID="mm99_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Poster Paper</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1e04c9067cadf363a7cc7b319ba1a5edb3d9cbc5">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of ACM Multimedia</ow:booktitle>
  <ow:title>Evaluating SMIL: Three User Case Studies</ow:title>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/acmmm99.ps.gz"/>
  <ow:year>1999</ow:year>
  <ow:abstract rdf:parseType="Literal">This paper presents three user case studies of the multimedia standard SMIL. Each conveys a different kind of typical multimedia. The studies illustrate how SMIL can be used for these forms of multimedia. Analysis of these studies also show potential areas for extension of the language to better suit the needs of Web-based multimedia.</ow:abstract>
  <ow:address>Orlando, Florida, USA</ow:address>
  <rdfs:label>Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen. Evaluating SMIL: Three User Case Studies. In: Proceedings of ACM Multimedia, November, 1999</rdfs:label>
</ow:InProceedings>

<ow:InCollection rdf:ID="AHM_Grosky">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#prentice_hall"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a5f37b4191145d6248783ed70a250343ade60063">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Handbook of Multimedia Information Management</ow:booktitle>
  <ow:title>Document Model Issues for Hypermedia</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/DocMod.ps.gz"/>
  <ow:editor rdf:resource="#william_i_grosky"/>
  <ow:editor rdf:resource="#ramesh_jain"/>
  <ow:editor rdf:resource="#rajiv_mehrotra"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#dd83317af51743bfe259757462b7d8f07bb55b3e">
      <rdf:li rdf:resource="#william_i_grosky"/>
      <rdf:li rdf:resource="#ramesh_jain"/>
      <rdf:li rdf:resource="#rajiv_mehrotra"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1997</ow:year>
  <ow:pages>39 - 68</ow:pages>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman. Document Model Issues for Hypermedia. In: Handbook of Multimedia Information Management, Prentice Hall, 1997</rdfs:label>
</ow:InCollection>

<ow:Article rdf:ID="mediaImpact_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#871534e3177482bf86c07ee55cb5177802ab2938">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Play the Game</ow:title>
  <ow:abstract rdf:parseType="Literal">This column is about the advances in game technology and how they might influence the research within multimedia.</ow:abstract>
  <ow:month>January - March</ow:month>
  <ow:url rdf:resource="http://www.computer.org/multimedia/mu2001/u1toc.htm"/>
  <ow:year>2001</ow:year>
  <ow:pages>8-10</ow:pages>
  <rdfs:label>Frank Nack. Play the Game. IEEE MultiMedia, January - March, 2001</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="lynda_hj89">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>1</ow:volume>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#34f6c61e7009741ec1b78ad9434d663635e7bd55">
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Hypermedia Journal</ow:journal>
  <ow:title>Evaluating the Usability of the Glasgow Online Hypertext</ow:title>
  <ow:number>1</ow:number>
  <ow:abstract rdf:parseType="Literal">Although there are many hypertext systems currently on the market there is little advice available on how authors can create easy-to-use hypertexts. This paper addresses the usability of Glasgow Online -- a hypertext which contains tourist information on the city of Glasgow. The issues raised in the paper are based on an observational study in which a number of readers performed tasks representative of those undertaken by tourists visiting Glasgow. The usability issues raised by Glasgow Online are discussed in a wider context and their applicability to other styles of hypertext is considered.</ow:abstract>
  <ow:year>1989</ow:year>
  <ow:pages>34-63</ow:pages>
  <rdfs:label>Lynda Hardman. Evaluating the Usability of the Glasgow Online Hypertext. Hypermedia Journal 1(1), 1989</rdfs:label>
</ow:Article>

<ow:InCollection rdf:ID="lncs95">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>1000</ow:volume>
  <ow:publisher rdf:resource="#springer-verlag"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#355972ecad8a8d2932d066a29222f734bd2c39ab">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Computer Science Today: recent trends and developments</ow:booktitle>
  <ow:title>Multimedia Authoring Tools: State of the Art and Research Challenges</ow:title>
  <ow:abstract rdf:parseType="Literal">The integration of audio, video, graphics and text on the desktop promises to fundamentally challenge the centuries-old model of the printed document as the basis for information exchange. Before this potential can be realized, however, systems must be devised that enable the production and presentation of complex, inter-related media objects. These systems are generically called multimedia authoring tools. In this article, we consider the development of multimedia authoring tools, examine the current state of the art, and then discuss a set of research challenges that need to be addressed before the full potential of multimedia output technology can be effectively utilized to share information.</ow:abstract>
  <ow:url rdf:resource="http://ftp.cwi.nl/mmpapers/lncs.1000.ps.gz"/>
  <ow:series>Lecture Notes in Computer Science</ow:series>
  <ow:editor rdf:resource="#jan_van_leeuwen"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0ae15828cbbcf02519724a426ca9b102760c994b">
      <rdf:li rdf:resource="#jan_van_leeuwen"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1995</ow:year>
  <ow:pages>575-591</ow:pages>
  <rdfs:label>Dick C.A. Bulterman, Lynda Hardman. Multimedia Authoring Tools: State of the Art and Research Challenges 1000. In: Computer Science Today: recent trends and developments, Springer-Verlag, 1995</rdfs:label>
</ow:InCollection>

<ow:InCollection rdf:ID="lncs97">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#springer_berlin___heidelberg"/>
  <ow:author rdf:resource="#marcel_worring"/>
  <ow:author rdf:resource="#carel_van_den_berg"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#audrey_tam"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ea3b06350c265bd0ed50faa67129794950886b77">
      <rdf:li rdf:resource="#marcel_worring"/>
      <rdf:li rdf:resource="#carel_van_den_berg"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#audrey_tam"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Visual Information Systems</ow:booktitle>
  <ow:title>System Design for Structured Hypermedia Generation</ow:title>
  <ow:number>LNCS 1306</ow:number>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/LNCS-visual.ps.gz"/>
  <ow:series>Springer-Verlag Lecture Notes in Computer Science</ow:series>
  <ow:editor rdf:resource="#c_leung"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#905e0d1356e34a4cc453fcb939d48b022791d77f">
      <rdf:li rdf:resource="#c_leung"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1997</ow:year>
  <rdfs:label>Marcel Worring, Carel van den Berg, Lynda Hardman, Audrey Tam. System Design for Structured Hypermedia Generation. In: Visual Information Systems, number LNCS 1306, Springer Berlin / Heidelberg, 1997</rdfs:label>
</ow:InCollection>

<ow:MasterThesis rdf:ID="ins_geu02">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:school>University of Amsterdam</ow:school>
  <ow:author rdf:resource="#joost_geurts"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#5cf82a0c88f77d12e54500c65c1650901bfca026">
      <rdf:li rdf:resource="#joost_geurts"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Automatic multimedia presentation generation is applicable in a wide variety of circumstances because of its ability to adapt to different presentation contexts such as hardware platforms, user expertise and user interest. The process of generating a multimedia presentation takes a semantic description of the content and transforms this through a number of steps into a multimedia presentation tailored to the requirements of the individual user. This is a complex process which requires a system able to make trade-offs between the different presentation dimensions. This report shows that the use of constraints and constraint logic programming can be beneficial to the process of automatic presentation generation because of its ability to integrate different conceptual layers into one single execution environment. This approach enables an efficient revision of earlier made choices at any stage in the process. We introduce two types of constraints -- quantitative and qualitative -- and discuss what type of constraint can be beneficial at what stage.</ow:abstract>
  <ow:title>Constraints for Multimedia Presentation Generation</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/thesis_joost.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>Multimedia, Constraints, CLP, CHR, Cuypers, Topia</ow:keywords>
  <rdfs:label>Joost Geurts. Constraints for Multimedia Presentation Generation, 2002</rdfs:label>
</ow:MasterThesis>

<ow:TechnicalReport rdf:ID="INS-E0702">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a99f382a3079c62b77e83ebcb153c6d0abdde065">
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#raphael_troncy"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">In previous work, we proposed a unified approach for describing multimodal human-computer interaction and interaction constraints in terms of sensual, motor, perceptual and cognitive functions of users. In this paper, we extend this work by providing formalised vocabularies that express human functionalities and anatomical structures required by specific modalities. The central theme of our approach is to connect these modality representations with descriptions of user, device and environmental constraints that influence the interaction. These descriptions can then be used in a reasoning framework that will exploit formal connections among interaction modalities and constraints. The focus of this paper is on specifying a comprehensive vocabulary of necessary concepts. Within the context of an interaction framework, we describe a number of examples that use this formalised knowledge.</ow:abstract>
  <ow:title>Vocabularies for description of accessibility issues in multimodal user interfaces</ow:title>
  <ow:number>INS-E0702</ow:number>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0702.pdf"/>
  <ow:year>2007</ow:year>
  <ow:keywords>Multimodal interaction, universal accessibility, inclusive design, formal models</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Zeljko Obrenovic, Raphael Troncy, Lynda Hardman. Vocabularies for description of accessibility issues in multimodal user interfaces, number INS-E0702, 2007</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0703">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#593821b91c654cedfc023fb7b99f95dddd2604c0">
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">A web browser provides a uniform user interface to different types of information. Making this interface universally accessible and more interactive is a long term goal still far from being achieved. Universally accessible browsers require novel interaction modalities and additional functionalities, for which existing browsers tend to provide only partial solutions. Although functionality for web accessibility can be found as open-source and free software components, their reuse and integration is complex because they were developed in diverse implementation environments, following standards and conventions incompatible with the web. To enable the integration of existing partial solutions within a mainstream web browser environment, we have developed a middleware infrastructure, AMICO:WEB. This enables browser access to a wide variety of open source and free software components. The main contribution of AMICO:WEB is in enabling the syntactic interoperability between web extension mechanisms and a variety of integration mechanisms used by open-source and free software components. It also bridges the semantic differences between the high-level world of web XML-based APIs and the low-level APIs of the device-oriented world. We discuss the design decisions made during the development of AMICO:WEB in the context of web accessibility, using two typical usage scenarios: one describing a disabled user using a mainstream web browser with additional interaction modalities; another describing a non-disabled user browsing in a suboptimal interaction situation.</ow:abstract>
  <ow:title>Integrating heterogeneous open-source software into web browsers using AMICO:WEB</ow:title>
  <ow:number>INS-E0703</ow:number>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0703.pdf"/>
  <ow:year>2007</ow:year>
  <ow:keywords>Web Accessibility, User Interfaces, Open Source Software, Software Platform, Middleware</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Zeljko Obrenovic, Jacco van Ossenbruggen. Integrating heterogeneous open-source software into web browsers using AMICO:WEB, number INS-E0703, 2007</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0705">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <ow:author rdf:resource="#werner_bailer"/>
  <ow:author rdf:resource="#michael_hausenblas"/>
  <ow:author rdf:resource="#martin_hoffernig"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4661ca6167175d3717bb689fd923903c6b26993e">
      <rdf:li rdf:resource="#raphael_troncy"/>
      <rdf:li rdf:resource="#werner_bailer"/>
      <rdf:li rdf:resource="#michael_hausenblas"/>
      <rdf:li rdf:resource="#martin_hoffernig"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">MPEG-7 can be used to create complex and comprehensive metadata descriptions of multimedia content. Since MPEG-7 is defined in terms of an XML schema, the semantics of its elements has no formal grounding. In addition, certain features can be described in multiple ways. MPEG-7 profiles are subsets of the standard that apply to specific application areas and that aim to reduce this syntactic variability, but they still lack formal semantics. We propose an approach for expressing the semantics explicitly by formalizing the constraints of various profiles using ontologies and logical rules, thus enabling interoperability and automatic use for MPEG-7 based applications. We have implemented VAMP, a full semantic validation service that detects any inconsistencies of the semantic constraints formalized. Another contribution of this paper is an analysis of how MPEG-7 is practically used. We report on experiments about the semantic validity of MPEG-7 descriptions produced by numerous tools and projects and we categorize the most common errors found.</ow:abstract>
  <ow:title>VAMP: Semantic Validation for MPEG-7 Profile Descriptions</ow:title>
  <ow:number>INS-E0705</ow:number>
  <ow:month>April</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/CWIreports/INS/INS-E0705.pdf"/>
  <ow:year>2007</ow:year>
  <ow:keywords>VAMP, MPEG-7 Validation Service, MPEG-7 Semantic Constraints</ow:keywords>
  <ow:institution rdf:resource="#cwi_and_jrs"/>
  <rdfs:label>Raphael Troncy, Werner Bailer, Michael Hausenblas, Martin Hoffernig. VAMP: Semantic Validation for MPEG-7 Profile Descriptions, number INS-E0705, April, 2007</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_infwet03">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-R0307</ow:comment>
  <ow:author rdf:resource="#martin_alberink"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#mettina_veenstra"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f3876d2647b982a8d4ae8006b9824034b984b284">
      <rdf:li rdf:resource="#martin_alberink"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#mettina_veenstra"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Conferentie Informatiewetenschap 2003</ow:booktitle>
  <ow:title>Sequence and Emphasis in Automated Domain-Independent Discourse Generation</ow:title>
  <ow:abstract rdf:parseType="Literal">For humans to gain comprehensive views of large amounts of repository contents, they need to have insight into the relations among information objects. It is a challenge to automatically generate presentations of repository contents, through, for example, search results, which reveal such relations to readers. Such presentations must reflect properties of information objects such that large sets of information objects appear as a coherent whole. An approach to this is generation of discourse structures that convey such properties of information objects in presentations. Semantic Web technology provides a conceptual basis for generation of discourse in Web-based information environments. This paper describes automatic generation of sequence and emphasis in presentations of information objects. It shows generation of object sequences and emphasis in accordance with a user input of relevance of information attributes in our Topia architecture. The resulting presentations allow users to encounter information objects in decreasing order of relevance. This makes it easier to identify relevant information objects among many others, as well as to observe their relations with the other information objects.</ow:abstract>
  <ow:month>November  20</ow:month>
  <ow:url rdf:resource="http://wwwis.win.tue.nl/infwet03/proceedings/1/"/>
  <ow:year>2003</ow:year>
  <ow:pages>3-18</ow:pages>
  <ow:address>Eindhoven, The Netherlands</ow:address>
  <rdfs:label>Martin Alberink, Lloyd Rutledge, Mettina Veenstra. Sequence and Emphasis in Automated Domain-Independent Discourse Generation. In: Conferentie Informatiewetenschap 2003, November  20, 2003</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_frankmhc05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#85602b3645596fd03052a3d478dad61c03b8ba88">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the ACM Workshop on Multimedia for Human Communication - From Capture to Convey (MHC 05)</ow:booktitle>
  <ow:title>Capture and Transfer of Metadata During Video Production</ow:title>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/MHC05frank.pdf"/>
  <ow:year>2005</ow:year>
  <ow:abstract rdf:parseType="Literal">Video production is a complex process that requires the capture and annotation of video sequences that become assembled together into a final presentation. At different stages of the process information is captured and associated with the video sequence, to be used by some other process at some later stage. In this paper we go through the video production chain step by step and identify where media or metadata is captured and express this in terms of an associated proposed canonical model.</ow:abstract>
  <rdfs:label>Frank Nack. Capture and Transfer of Metadata During Video Production. In: Proceedings of the ACM Workshop on Multimedia for Human Communication - From Capture to Convey (MHC 05), November, 2005</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-R0202">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#8090166dd46b803a2d1e4a03d9693385270f3e62">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">In this article we claim that the linguistic-centered view within hypermedia systems needs refinement through a semiotic-based approach before real interoperation between media can be achieved. We discuss the problems of visual signification for images and video in dynamic systems, in which users can access visual material in a non-linear fashion. We describe how semiotics can help overcome such problems, by allowing descriptions of the material on both denotative and connotative levels. Finally we propose an architecture for a dynamic semiotic-aware hypermedia system.</ow:abstract>
  <ow:title>Denotative and Connotative Semantics in Hypermedia: Proposal for a Semiotic-Aware Architecture</ow:title>
  <ow:number>INS-R0202</ow:number>
  <ow:month>March</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0202.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>Hypermedia, hypertext, multimedia, denotation, connotation, semiotics, ontology, conceptual information space</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Frank Nack, Lynda Hardman. Denotative and Connotative Semantics in Hypermedia: Proposal for a Semiotic-Aware Architecture, number INS-R0202, March, 2002</rdfs:label>
</ow:TechnicalReport>

<ow:Misc rdf:ID="MMSem_Vocabularies">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>Edited by Michael Hausenblas, Susanne Boll, Tobias Burger, Oscar Celma, Christian Halaschek-Wiener, Erik Mannens and Raphael Troncy</ow:comment>
  <ow:author rdf:resource="#w3c"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#51548430a64cabcbbd998783372eb94d03281b27">
      <rdf:li rdf:resource="#w3c"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This document gives an overview on the state-of-the-art of multimedia metadata formats. Initially, practical relevant vocabularies for developers of Semantic Web applications are listed according to their modality scope. In the second part of this document, the focus is set on the integration of the multimedia vocabularies into the Semantic Web, that is to say, formal representations of the vocabularies are discussed.</ow:abstract>
  <ow:title>Multimedia Vocabularies on the Semantic Web</ow:title>
  <ow:month>July  24</ow:month>
  <ow:url rdf:resource="http://www.w3.org/2005/Incubator/mmsem/XGR-vocabularies/"/>
  <ow:year>2007</ow:year>
  <ow:howpublished>Multimedia Semantics Incubator Group Report (XGR)</ow:howpublished>
  <rdfs:label>W3C. Multimedia Vocabularies on the Semantic Web, July  24, 2007</rdfs:label>
</ow:Misc>

<ow:Misc rdf:ID="amin_multimedian06_poster">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#alia_amin"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0fe6cda03d3f34ad23efe10d2c7b7d55e9d015e2">
      <rdf:li rdf:resource="#alia_amin"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Semantic Design</ow:title>
  <ow:url rdf:resource="http://e-culture.multimedian.nl/poster/sdsmall_jun2006.pdf"/>
  <ow:year>2006</ow:year>
  <ow:howpublished>Poster presented at MultimediaN Day, June 2006</ow:howpublished>
  <rdfs:label>Alia Amin, Lynda Hardman, Jacco van Ossenbruggen. Semantic Design, 2006</rdfs:label>
</ow:Misc>

<ow:TechnicalReport rdf:ID="INS-R0201">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0dc75fdd6471599ef43c06b923823cf4457f91f9">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Web publishing systems have to take into account a plethora of Web-enabled devices, user preferences and abilities. Technologies generating these presentations will need to be explicitly aware of the context in which the information is being presented. Semantic Web technology can be a fundamental part of the solution to this problem by explicitly modeling the knowledge needed to adapt presentations to a specific delivery context. We propose the development of a emphSmart Stylelayer which is able to process metadata that describes content and use this metadata to improve the presentation of the content to human users. In the paper, we derive the requirements of such a Smart Style layer by considering Web design from both the document engineering and graphic design perspectives. In addition, design trade-offs made by human designers have to be taken into account for the automated process. After stating the requirements for a Smart Style layer, we discuss to what extent the currently available Web technology can be used and what its limitations are. The limitations are illustrated with examples of potential future extensions.</ow:abstract>
  <ow:title>Smart Style on the Semantic Web</ow:title>
  <ow:number>INS-R0201</ow:number>
  <ow:month>February</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0201.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>Semantic Web, Device Independent Authoring, Document Engineering, Graphic Design</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman. Smart Style on the Semantic Web, number INS-R0201, February, 2002</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-R0204">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#42e7be8483266568e21c5a28328c65a6e46b1e13">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This article describes the current state of the art on representing the four essential conceptual facets of a multimedia unit, namely the form and substance of content and the form and substance of its expression, and points to the still unsolved problems regarding the syntax for media semantics. We first provide a brief overview of the general features of the MPEG-7 standard and its different parts. This serves as a description of the state of the art in content description for audio-visual media. We then analyse the ability of one of these parts for its capability to define structures for describing media semantics. We describe the problems of two currently conflicting MPEG-7 representations of expression-based media semantic, which should be equivalent. We then discuss high-level aspects of media semantics, namely the general problems of an ontology for media semantics. Finally, we talk about the problems of applying the theoretical concepts to real applications.</ow:abstract>
  <ow:title>Towards a Syntax for Multimedia Semantics</ow:title>
  <ow:number>INS-R0204</ow:number>
  <ow:month>April</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0204.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>Multimedia semantics, MPEG-7, DDL, MDS, Semantic Web, XML-Schema, information spaces</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Frank Nack, Lynda Hardman. Towards a Syntax for Multimedia Semantics, number INS-R0204, April, 2002</rdfs:label>
</ow:TechnicalReport>

<ow:Misc rdf:ID="MMSem_MPEG7">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>Edited by Oscar Celma, Stamatia Dasiopoulou, Michael Hausenblas, Suzanne Little, Chrisa Tsinaraki and Raphael Troncy.</ow:comment>
  <ow:author rdf:resource="#w3c"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f80d0b183bbdfeb9e7e0e4879a8bbff61f471b5b">
      <rdf:li rdf:resource="#w3c"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>MPEG-7 and the Semantic Web</ow:title>
  <ow:month>August  14</ow:month>
  <ow:url rdf:resource="http://www.w3.org/2005/Incubator/mmsem/XGR-mpeg7/"/>
  <ow:year>2007</ow:year>
  <ow:howpublished>Multimedia Semantics Incubator Group Report Editor's Draft</ow:howpublished>
  <rdfs:label>W3C. MPEG-7 and the Semantic Web, August  14, 2007</rdfs:label>
</ow:Misc>

<ow:TechnicalReport rdf:ID="INS-E0516">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>no</ow:refereed>
  <ow:project>ToKeN</ow:project>
  <ow:isbn>ISSN 1386-3681</ow:isbn>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#04f7293d9ab7820e098b20e6a2446bcd561b1142">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The availability of semantically enriched data in repositories of larger content providers offers a means for new ways of multimedia presentation authoring. Existing (semi-)automatic content composition environments explore limited numbers of genres and concentrate on templatebased approaches for composing discourse structures for these genres. We analyze a number of genres based on identifiable genre characteristics. We show that existing template-based approaches to content composition support the essay and biography genres that belong to one characteristic genre category but fail in supporting genres of another category. We present our approach to overcome this limitation and apply this approach to composing newspaper articles in the domain of fine arts.</ow:abstract>
  <ow:title>Composing Discourse based on Genre Semantics</ow:title>
  <ow:number>INS-E0516</ow:number>
  <ow:month>December</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS/INS-E0516.pdf"/>
  <ow:year>2005</ow:year>
  <ow:keywords>Genre, Content composition, Discourse structure, News article composition</ow:keywords>
  <ow:funding>NWO</ow:funding>
  <ow:subproject>CHIME</ow:subproject>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Kateryna Falkovych, Frank Nack. Composing Discourse based on Genre Semantics, number INS-E0516, December, 2005</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="dbsemantics">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0321d8aefc37d785eeaa2ca61cad82f90130cfcb">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The 8th IFIP 2.6 Working Conference on Database Semantics (DS-8): Semantic Issues in Multimedia Systems</ow:booktitle>
  <ow:title>Supporting Adaptive and Adaptable Hypermedia Presentation Semantics</ow:title>
  <ow:month>January</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ds8.pdf"/>
  <ow:year>1999</ow:year>
  <ow:keywords>adaptive hypermedia, adaptable hypermedia, CMIF, SMIL, HyTime, DSSSL, SRM</ow:keywords>
  <ow:abstract rdf:parseType="Literal">Having the content of a presentation adapt to the needs, resources and prior activities of a user can be an important benefit of electronic documents. While part of this adaptation is related to the encodings of individual data streams, much of the adaptation can/should be guided by the semantics in and among the objects of the presentation. The semantics involved in having hypermedia presentations adapt can be divided between adaptive hypermedia, which adapts autonomously, and adaptable hypermedia, which requires presentationexternal intervention to be adapted. Understanding adaptive and adaptable hypermedia and the differences between them helps in determining the best manner with which to have a particular hypermedia implementation adapt to the varying circumstances of its presentation. The choice of which type of semantics to represent can affect speed of the database management system processing them. This paper reflects on research and implementation approaches toward both adaptive and adaptable hypermedia and how they apply to specifying the semantics involved in hypermedia authoring and processing. We look at adaptive approaches by considering CMIF and SMIL. The adaptable approaches are represented by the SGML-related collection of formats and the Standard Reference Model (SRM) for IPMS are also reviewed. Based on our experience with both adaptive and adaptable hypermedia, we offer recommendations on how each approach can be supported at the data storage level.</ow:abstract>
  <ow:address>Rotorua, New Zealand, 5-8 January 1999</ow:address>
  <rdfs:label>Dick C.A. Bulterman, Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen. Supporting Adaptive and Adaptable Hypermedia Presentation Semantics. In: The 8th IFIP 2.6 Working Conference on Database Semantics (DS-8): Semantic Issues in Multimedia Systems, January, 1999</rdfs:label>
</ow:InProceedings>

<ow:Misc rdf:ID="schwarz05master">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#katharina_schwarz"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#44727bfeb69a06b74ed6a3bb82efa246935c0db0">
      <rdf:li rdf:resource="#katharina_schwarz"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Domain model enhanced search - A comparison of taxonomy, thesaurus and ontology</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/masterthesis_kat_domainmodel_2005.pdf"/>
  <ow:year>2005</ow:year>
  <ow:howpublished>Master Thesis Content and Knowledge Engineering, University of Utrecht</ow:howpublished>
  <rdfs:label>Katharina Schwarz. Domain model enhanced search - A comparison of taxonomy, thesaurus and ontology, 2005</rdfs:label>
</ow:Misc>

<ow:Article rdf:ID="mediaImpact_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">edited by Frank Nack</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#364df316f45d863bd23a15560f3a5514d61b2ee4">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Multimedia Standards: Building Blocks of the Web</ow:title>
  <ow:abstract rdf:parseType="Literal">You've probably heard this joke before: The nice thing about standards is that there are so many to choose from. It used to mean that for any one task, there were many standards from which to choose. However, these days in multimedia, the joke takes on a whole new meaning there are many standards for composing multimedia on the Web, but now rather than choosing one, you use all of them together.</ow:abstract>
  <ow:month>July-September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mediaImpact.pdf"/>
  <ow:year>2001</ow:year>
  <ow:pages>13-15</ow:pages>
  <rdfs:label>Lloyd Rutledge. Multimedia Standards: Building Blocks of the Web. IEEE MultiMedia, July-September, 2001</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="cide2001_sire">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#stephane_sire"/>
  <ow:author rdf:resource="#yassine_rekik"/>
  <ow:author rdf:resource="#christine_vanoirbeek"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#42141fd1623801509c2027b0cb38af1fdb45c249">
      <rdf:li rdf:resource="#stephane_sire"/>
      <rdf:li rdf:resource="#yassine_rekik"/>
      <rdf:li rdf:resource="#christine_vanoirbeek"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings 4th International Conference on the Electronic Document</ow:booktitle>
  <ow:title>A flexible authoring process for collaborative authoring based on document fragments and contracts</ow:title>
  <ow:month>October  24-26</ow:month>
  <ow:url rdf:resource="http://www.irit.fr/ACTIVITES/mce/CIDE2001/frame_en.html"/>
  <ow:year>2001</ow:year>
  <ow:abstract rdf:parseType="Literal">Many research work on collaborative authoring focuses on providing an adequate framework for the authoring process. In this article, we propose document farms as a simple computer infrastructure from which it is possible to derive various authoring processes. We follow a structured document approach, with a document model completed by fragment and contract definitions. The result is a collaborative authoring process which can be constrained during the document class definition, or during the document instantiation. The general architecture of a document farm is described, as well as interfaces that promote more intimate interaction with the document structure.</ow:abstract>
  <ow:address>Toulouse, France</ow:address>
  <rdfs:label>Stephane Sire, Yassine Rekik, Christine Vanoirbeek. A flexible authoring process for collaborative authoring based on document fragments and contracts. In: Proceedings 4th International Conference on the Electronic Document, October  24-26, 2001</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="mmsj06_falkovych">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>Based on INS-E0502 tech report.</ow:comment>
  <ow:volume>11</ow:volume>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#346d8b09d38fc91b86c17c996ed437cfc561fe5d">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Multimedia Systems Journal, Special issue on Multimedia System Technologies for Educational Tools, S. Acton, F. Kishino, R. Nakatsu, M. Rauterberg &amp; J. Tang eds.</ow:journal>
  <ow:title>Context Aware Guidance for Multimedia Authoring: Harmonizing Domain and Discourse Knowledge</ow:title>
  <ow:number>3</ow:number>
  <ow:abstract rdf:parseType="Literal">This paper presents an approach to assist authors during the authoring of multimedia presentations. We extend existing authoring support by integrating processes of topic identification, content collection and discourse structure building in a single environment. This integration allows identification of the context of the authoring process. Our approach combines this process context awareness with explicit domain and discourse knowledge to steer system suggestions. We evaluate our approach with an experimental system prototype.</ow:abstract>
  <ow:url rdf:resource="http://dx.doi.org/10.1007/s00530-005-0003-z"/>
  <ow:year>2006</ow:year>
  <ow:pages>226-235</ow:pages>
  <rdfs:label>Kateryna Falkovych, Frank Nack. Context Aware Guidance for Multimedia Authoring: Harmonizing Domain and Discourse Knowledge. Multimedia Systems Journal, Special issue on Multimedia System Technologies for Educational Tools, S. Acton, F. Kishino, R. Nakatsu, M. Rauterberg &amp; J. Tang eds. 11(3), 2006</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="mediaImpact102_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7ab1f9c96a68b1bd5eb7fab66ee53033ee226628">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Migrating from mobile telephony to multipurpose gadgets</ow:title>
  <ow:abstract rdf:parseType="Literal">This text looks at how mobile telephoning has turned into mobile media-based information exchange and the turmoil this transformation has caused.</ow:abstract>
  <ow:month>January - March</ow:month>
  <ow:url rdf:resource="http://www.computer.org/multimedia/mu2003/u2toc.htm"/>
  <ow:year>2003</ow:year>
  <ow:pages>08-11</ow:pages>
  <rdfs:label>Frank Nack. Migrating from mobile telephony to multipurpose gadgets. IEEE MultiMedia, January - March, 2003</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ECMAST98">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#warner_rt_ten_kate"/>
  <ow:author rdf:resource="#patrick_j_deunhouwer"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4026439207a06a6819be5ada7548a290aa0eafd8">
      <rdf:li rdf:resource="#warner_rt_ten_kate"/>
      <rdf:li rdf:resource="#patrick_j_deunhouwer"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>3rd European Conference on Multimedia Applications, Services and Techniques</ow:booktitle>
  <ow:title>Presenting Multimedia on the Web and in TV broadcast</ow:title>
  <ow:month>May  26-28</ow:month>
  <ow:year>1998</ow:year>
  <ow:address>Berlin-Germany</ow:address>
  <rdfs:label>Warner R.T. ten Kate, Patrick J. Deunhouwer, Dick C.A. Bulterman, Lynda Hardman, Lloyd Rutledge. Presenting Multimedia on the Web and in TV broadcast. In: 3rd European Conference on Multimedia Applications, Services and Techniques, May  26-28, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_ht2005">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#8bd394625abe6396f489cd665d9bff0b52799e2d">
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the sixteenth ACM Conference on Hypertext and Hypermedia 2005</ow:booktitle>
  <ow:title>Supporting the Generation of Argument Structure within Video Sequences</ow:title>
  <ow:abstract rdf:parseType="Literal">Browsing is a useful way of exploring annotated media repositories. Sets of links can be automatically created from the annotations associated with the media items in the repository. When there are also relationships among the annotations themselves, such as when the annotation terms are part of a thesaurus, these relations can also be used in the link generation process. Using structured annotations and a thesaurus for generating link sets has two advantages. The first is to evaluate the effectiveness of the terms in the thesaurus for classifying the media items in the repository. The second is to be able to control the links being generated by changing relationships within the thesaurus. The work is illustrated using video segments annotated with argument structures, but we show that the method used is independent of the media types and applicable to systems that use similar annotation structures and typed relations among them.</ow:abstract>
  <ow:month>September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ht2005.pdf"/>
  <ow:year>2005</ow:year>
  <ow:pages>75-84</ow:pages>
  <rdfs:label>Stefano Bocconi, Frank Nack, Lynda Hardman. Supporting the Generation of Argument Structure within Video Sequences. In: Proceedings of the sixteenth ACM Conference on Hypertext and Hypermedia 2005, September, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="immi1_ins">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#dd435df84ad92653c6f05796160d6c074d063af5">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of First International Workshop on Intelligence and Multimodality in Multimedia Interfaces</ow:booktitle>
  <ow:title>Towards the Generation of Hypermedia Structure</ow:title>
  <ow:month>July</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/mmpapers/immi1.ps.gz"/>
  <ow:year>1995</ow:year>
  <ow:address>Edinburgh, UK</ow:address>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman. Towards the Generation of Hypermedia Structure. In: Proceedings of First International Workshop on Intelligence and Multimodality in Multimedia Interfaces, July, 1995</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="nrhm_hardman">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>6</ow:volume>
  <ow:note rdf:parseType="Literal">edited by Lynda Hardman</ow:note>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#patrick_schmitz"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#warner_rt_ten_kate"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6484e8c19499bb49832a645de091beeb6c289b1a">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#patrick_schmitz"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#warner_rt_ten_kate"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>New Review of Hypermedia and Multimedia</ow:journal>
  <ow:title>The Link vs. the Event: Activating and Deactivating Elements in Time-Based Hypermedia</ow:title>
  <ow:abstract rdf:parseType="Literal">Activation and deactivation of media items plays a fundamental role in the playing of multimedia and time-based hypermedia presentations. Activation and deactivation information thus has to be captured in an underlying document format. In this paper we show that a number of aspects of activation and deactivation information can be captured using both link structures and events in time-based hypermedia. In particular, we discuss how deactivation and activation can be specified, how the activations and deactivations can be initiated and potential (synchronization) relationships between the elements involved. We first introduce the notions of time-based scheduling and event-based scheduling and then present a short summary of linking. We discuss the similarities between event-based scheduling and linking. We describe a number of aspects of activation and deactivation that can be specified within a document. We then discuss how activation and deactivation information can be recorded in link structures and events.</ow:abstract>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nrhm00-hardman.pdf"/>
  <ow:year>2000</ow:year>
  <ow:pages>89-109</ow:pages>
  <rdfs:label>Lynda Hardman, Patrick Schmitz, Jacco van Ossenbruggen, Warner R.T. ten Kate, Lloyd Rutledge. The Link vs. the Event: Activating and Deactivating Elements in Time-Based Hypermedia. New Review of Hypermedia and Multimedia 6, 2000</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="nackputz2004">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>22</ow:volume>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#wolfgang_putz"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0a9e0c992f7b52c60119ef11856127df67b972d1">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#wolfgang_putz"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Multimedia Tools and Applications</ow:journal>
  <ow:title>Saying What It Means: Semi-Automated (News) Media Anotation</ow:title>
  <ow:number>3</ow:number>
  <ow:abstract rdf:parseType="Literal">This paper considers the automated and semi-automated annotation of audiovisual media in a new type of production framework, A4SM (Authoring System for Syntactic, Semantic and Semiotic Modelling). We present the architecture of the framework, describe a prototypical camera, a handheld device for basic semantic annotation, and an editing suite to demonstrate how video material can be annotated in real time and how this information can not only be used for retrieval but also can be used during the different phases of the production process itself. We then outline the underlying XML Schema based content description structures of A4SM and discuss the pros and cons of our approach of evolving semantic networks as the basis for audio-visual content description.</ow:abstract>
  <ow:month>March</ow:month>
  <ow:url rdf:resource="http://ipsapp009.kluweronline.com/IPS/frames/toc.aspx?J=5025&amp;I=52#"/>
  <ow:year>2004</ow:year>
  <ow:pages>263 - 302</ow:pages>
  <rdfs:label>Frank Nack, Wolfgang Putz. Saying What It Means: Semi-Automated (News) Media Anotation. Multimedia Tools and Applications 22(3), March, 2004</rdfs:label>
</ow:Article>

<ow:Misc rdf:ID="MMSem_Interoperability">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>Edited by Vassilis Tzouvaras, Raphael Troncy and Jeff Z. Pan.</ow:comment>
  <ow:author rdf:resource="#w3c"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#35b53941c4fb2c3b25622a2ef5d9a50020e899b4">
      <rdf:li rdf:resource="#w3c"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Multimedia systems typically contain digital documents of mixed media types, which are indexed on the basis of strongly divergent metadata standards. This severely hamplers the inter-operation of such systems. Therefore, machine understanding of metadata comming from different applications is a basic requirement for the inter-operation of distributed Multimedia systems. In this document, we present how interoperability among metadata, vocabularies/ontologies and services is enhanced using Semantic Web technologies. In addition, it provides guidelines for semantic interoperability, illustrated by use cases. Finally, it presents an overview of the most commonly used metadata standards and tools, and provides the general research direction for semantic interoperability using Semantic Web technologies.</ow:abstract>
  <ow:title>Multimedia Annotation Interoperability Framework</ow:title>
  <ow:month>August  14</ow:month>
  <ow:url rdf:resource="http://www.w3.org/2005/Incubator/mmsem/XGR-interoperability/"/>
  <ow:year>2007</ow:year>
  <ow:howpublished>Multimedia Semantics Incubator Group Report Editor's Draft</ow:howpublished>
  <rdfs:label>W3C. Multimedia Annotation Interoperability Framework, August  14, 2007</rdfs:label>
</ow:Misc>

<ow:TechnicalReport rdf:ID="INS-R0106">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_cornelissen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#58772e2be96ea8976da64f8c23a232a6f35fe988">
      <rdf:li rdf:resource="#frank_cornelissen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Quality of Service (QoS) protocols and architectures play an important role in distributed multimedia systems since multimedia presentations need to be played for the user without stalls, necessitating guaranteed response times. However in the Internet no other QoS than best-effort is given. This report investigates some QoS architectures and protocols designed to overcome these limitations and looks at the applications of these protocols for multimedia systems. Given the recent research on (semi-)automatically generated multimedia presentations, this report investigates the opportunities to gear the generated multimedia presentations toward the specific network conditions of the client requesting a document, and dynamically adapting the presentation as network conditions change.</ow:abstract>
  <ow:title>Network quality of service for multimedia presentation generation systems</ow:title>
  <ow:number>INS-R0106</ow:number>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0106.pdf"/>
  <ow:year>2001</ow:year>
  <ow:keywords>Multimedia, QoS, network protocols, presentation generation</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Frank Cornelissen. Network quality of service for multimedia presentation generation systems, number INS-R0106, May, 2001</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_mmm01b">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#patrick_schmitz"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9120c79f7d8844b2a91f660daae71120aab5d064">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#patrick_schmitz"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the International Conference on Multimedia Modeling 2001 (MMM01)</ow:booktitle>
  <ow:title>Improving Media Fragment Integration in Emerging Web Formats</ow:title>
  <ow:abstract rdf:parseType="Literal">The media components integrated into multimedia presentations are typically entire files. At times the media component desired for integration, either as a navigation destination or as coordinate presentation, is a part of a file, or what we call a fragment. Basic media fragment integration has long been implemented in hypermedia systems, but not to the degree envisioned by hypermedia research. The current emergence of several XML-based formats is beginning to extend the possibilities for media fragment integration on a large scale. This paper presents a set of requirements for media fragment integration, describes how standards currently meet some of these requirements and proposes extensions to these standards for meeting remaining requirements.</ow:abstract>
  <ow:month>November  5-7</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mmm01b.pdf"/>
  <ow:year>2001</ow:year>
  <ow:pages>147-166</ow:pages>
  <ow:address>CWI, Amsterdam, The Netherlands</ow:address>
  <rdfs:label>Lloyd Rutledge, Patrick Schmitz. Improving Media Fragment Integration in Emerging Web Formats. In: Proceedings of the International Conference on Multimedia Modeling 2001 (MMM01), November  5-7, 2001</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="lynda_hci88">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>0-521-36553-8</ow:isbn>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#221d71adf1530fabdc0aa4181798903b150272d3">
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>People and Computers IV, Proceedings of Fourth Conference of the British Computer Society Human-Computer Interaction Specialist Group</ow:booktitle>
  <ow:title>Hypertext Tips: Experiences in Developing a Hypertext Tutorial</ow:title>
  <ow:month>September</ow:month>
  <ow:editor rdf:resource="#dylan_m_jones"/>
  <ow:editor rdf:resource="#r_winder"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#5aa203243d569a59841d60da7f036724c4a51a53">
      <rdf:li rdf:resource="#dylan_m_jones"/>
      <rdf:li rdf:resource="#r_winder"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1988</ow:year>
  <ow:pages>437-451</ow:pages>
  <ow:address>Manchester, UK</ow:address>
  <rdfs:label>Lynda Hardman. Hypertext Tips: Experiences in Developing a Hypertext Tutorial. In: People and Computers IV, Proceedings of Fourth Conference of the British Computer Society Human-Computer Interaction Specialist Group, September, 1988</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_mmm01a">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI Report INS-R0107.</ow:comment>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#579343a084ccad8ca932f226f64d6dd1ae143a4f">
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the International Conference on Multimedia Modeling 2001 (MMM01)</ow:booktitle>
  <ow:title>Application-Specific Constraints for Multimedia Presentation Generation</ow:title>
  <ow:abstract rdf:parseType="Literal">The paper describes the advantages of the use of constraint logic programming to articulate transformation rules for multimedia presentation in combination with efficient constraint solving techniques. It demonstrates the need for two different types of constraints. Quantitative constraints are needed to verify whether the final form presentation meets all the numeric constraints that are required by the environment. Qualitative constraints are needed to facilitate high-level reasoning and presentation encoding. While the quantitative constraints can be handled by off-the-shelf constraint solvers, the qualitative constraints needed are specific to the multimedia domain and need to be defined explicitly.</ow:abstract>
  <ow:month>November  5-7</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mmm01.pdf"/>
  <ow:year>2001</ow:year>
  <ow:keywords>Multimedia, Constraints, CLP, CHR, Cuypers</ow:keywords>
  <ow:pages>247-266</ow:pages>
  <ow:address>CWI, Amsterdam, The Netherlands</ow:address>
  <rdfs:label>Joost Geurts, Jacco van Ossenbruggen, Lynda Hardman. Application-Specific Constraints for Multimedia Presentation Generation. In: Proceedings of the International Conference on Multimedia Modeling 2001 (MMM01), November  5-7, 2001</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="n9c_demoreport">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#alia_amin"/>
  <ow:author rdf:resource="#mark_van_assem"/>
  <ow:author rdf:resource="#viktor_de_boer"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#michiel_hildebrand"/>
  <ow:author rdf:resource="#laura_hollink"/>
  <ow:author rdf:resource="#zhisheng_huang"/>
  <ow:author rdf:resource="#janneke_van_kersen"/>
  <ow:author rdf:resource="#marco_de_niet"/>
  <ow:author rdf:resource="#borys_omelayenjko"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#guus_schreiber"/>
  <ow:author rdf:resource="#ronny_siebes"/>
  <ow:author rdf:resource="#jos_taekema"/>
  <ow:author rdf:resource="#jan_wielemaker"/>
  <ow:author rdf:resource="#bob_wielinga"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#d1c55939843f5ffde7e89c31d64ccd0d28964dc0">
      <rdf:li rdf:resource="#alia_amin"/>
      <rdf:li rdf:resource="#mark_van_assem"/>
      <rdf:li rdf:resource="#viktor_de_boer"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#michiel_hildebrand"/>
      <rdf:li rdf:resource="#laura_hollink"/>
      <rdf:li rdf:resource="#zhisheng_huang"/>
      <rdf:li rdf:resource="#janneke_van_kersen"/>
      <rdf:li rdf:resource="#marco_de_niet"/>
      <rdf:li rdf:resource="#borys_omelayenjko"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#guus_schreiber"/>
      <rdf:li rdf:resource="#ronny_siebes"/>
      <rdf:li rdf:resource="#jos_taekema"/>
      <rdf:li rdf:resource="#jan_wielemaker"/>
      <rdf:li rdf:resource="#bob_wielinga"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>MultimediaN E-Culture demonstrator: Objectives and Architecture</ow:title>
  <ow:year>2006 (note: to be published)</ow:year>
  <ow:institution rdf:resource="#vu_cwi_uva"/>
  <rdfs:label>Alia Amin, Mark van Assem, Viktor de Boer, Lynda Hardman, Michiel Hildebrand, Laura Hollink, Zhisheng Huang, Janneke van Kersen, Marco de Niet, Borys Omelayenjko, Jacco van Ossenbruggen, Guus Schreiber, Ronny Siebes, Jos Taekema, Jan Wielemaker, Bob Wielinga. MultimediaN E-Culture demonstrator: Objectives and Architecture, 2006 (note: to be published)</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_acmmm98b">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#acm_press"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#516d9bff4c1af6880b5f5d5bdc6bbe00baefee36">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of ACM Multimedia</ow:booktitle>
  <ow:title>User-Centered Abstractions for Adaptive Hypermedia Presentations</ow:title>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/uca-mm98.pdf"/>
  <ow:year>1998</ow:year>
  <ow:pages>145-150</ow:pages>
  <rdfs:label>Dick C.A. Bulterman. User-Centered Abstractions for Adaptive Hypermedia Presentations. In: Proceedings of ACM Multimedia, ACM Press, November, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="acmmm2000_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#craig_lindley"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#b1de2ed006d98450c7e47566dff4d647115cf6dd">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#craig_lindley"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings ACM MM 2000 Workshops - Bridging the Gap: Bringing Together New Media Artists and Multimedia Technologists</ow:booktitle>
  <ow:title>Production and maintenance environments for interactive audio-visual stories</ow:title>
  <ow:month>October  31</ow:month>
  <ow:url rdf:resource="http://woodworm.cs.uml.edu/~rprice/ep/toc.html"/>
  <ow:year>2000</ow:year>
  <ow:pages>21-24</ow:pages>
  <ow:address>Los Angeles, CA.</ow:address>
  <rdfs:label>Frank Nack, Craig Lindley. Production and maintenance environments for interactive audio-visual stories. In: Proceedings ACM MM 2000 Workshops - Bridging the Gap: Bringing Together New Media Artists and Multimedia Technologists, October  31, 2000</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_acmmm98a">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#acm_press"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#faa2da6b3a472a6fc7913fa602188feb91d351e4">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of ACM Multimedia</ow:booktitle>
  <ow:title>Structural Distinctions Between Hypermedia Storage and Presentation</ow:title>
  <ow:abstract rdf:parseType="Literal">In order to facilitate adaptability of hypermedia documents a distinction is often made between the underlying conceptual structure of a document and the structure of its presentation. This distinction enables greater variety in how a presentation can be adapted to best convey these underlying concepts in a given situation. What is often confusing for those applying this distinction is that although both levels of structure often share similar components: transformation form the storage of a document to its presentation sometimes occurs directly between these similar components and sometimes does not. These similarities typically fall in the categories of space, time and relationships between document portions. This paper identifies some primary similarities between the structure of hypermedia storage and presentation. It also explores how the transformation from storage to presentation often does not follow these similarities. This discussion is illustrated with the Fiets hypermedia application, which addresses the issues of storage, presentation and transformation using public domain formats and tools. The intention is to help authors who separate storage from presentation to better understand this distinction.</ow:abstract>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~lloyd/Papers/ACMMM98/acmmm98.html"/>
  <ow:year>1998</ow:year>
  <ow:keywords>Hypermedia, storage, generation, presentation, HyTime, DSSSL, SMIL.</ow:keywords>
  <ow:pages>145-150</ow:pages>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. Structural Distinctions Between Hypermedia Storage and Presentation. In: Proceedings of ACM Multimedia, ACM Press, November, 1998</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0502">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>no</ow:refereed>
  <ow:project>ToKeN</ow:project>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3c8631be552419976dd45cfc041f3ee19814f543">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This paper presents an approach to assist authors during the authoring of multimedia presentations. We extend existing authoring support by integrating processes of topic identification, content collection and discourse structure building in a single environment. This integration allows identification of the context of the authoring process. Our approach combines this process context awareness with explicit domain and discourse knowledge to steer system suggestions. We evaluate our approach with an experimental system prototype.</ow:abstract>
  <ow:title>Context Aware Guidance for Multimedia Authoring: Harmonizing Domain and Discourse Knowledge</ow:title>
  <ow:number>INS-E0502</ow:number>
  <ow:month>February</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS/INS-E0502.pdf"/>
  <ow:year>2005</ow:year>
  <ow:keywords>Multimedia presentation authoring, semantics, discourse structure, context.</ow:keywords>
  <ow:funding>NWO</ow:funding>
  <ow:subproject>CHIME</ow:subproject>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Kateryna Falkovych, Frank Nack. Context Aware Guidance for Multimedia Authoring: Harmonizing Domain and Discourse Knowledge, number INS-E0502, February, 2005</rdfs:label>
</ow:TechnicalReport>

<ow:Article rdf:ID="ins_jodi">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-R0105</ow:comment>
  <ow:volume>3</ow:volume>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#afcc7ca95a4d3610d2572ba150971bdf1e2fe79d">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Journal of Digital Information</ow:journal>
  <ow:title>Hypermedia and the Semantic Web: A Research Agenda</ow:title>
  <ow:number>1</ow:number>
  <ow:month>August</ow:month>
  <ow:url rdf:resource="http://jodi.ecs.soton.ac.uk/Articles/v03/i01/VanOssenbruggen/"/>
  <ow:year>2002</ow:year>
  <ow:abstract rdf:parseType="Literal">Until recently, the Semantic Web was little more than a name for the next generation Web infrastructure as envisioned by its inventor, Tim Berners-Lee. Now, with the introduction of XML and RDF, and new developments such as RDF Schema and DAML+OIL, the Semantic Web is rapidly taking shape. In this paper, we first give an overview of the state-of-the-art in Semantic Web technology, the key relationships with traditional hypermedia research, and a comprehensive reference list to various sets of literature (Hypertext, Web and Semantic Web). We then present a research agenda by describing the open research issues in the development of the Semantic Web from the perspective of hypermedia research.</ow:abstract>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman, Lloyd Rutledge. Hypermedia and the Semantic Web: A Research Agenda. Journal of Digital Information 3(1), August, 2002</rdfs:label>
</ow:Article>

<ow:TechnicalReport rdf:ID="INS-E0501">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>no</ow:refereed>
  <ow:project>ToKeN</ow:project>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a23843d9f8a760664e692f2028e6d3e0cd5fcefa">
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">We use rhetorical annotations to specify a generation process that can assemble meaningful video sequences with a communicative goal and an argumentative progression. Our annotation schema encodes the verbal information contained in the audio channel, identifying the claims the interviewees make and the argumentation structures they use to make those claims. Based on this schema, we construct a semantic graph which is traversed by rhetoric-based strategies selecting video segments. The selected video segments are edited to form a meaningful video sequence.</ow:abstract>
  <ow:title>Using rhetorical annotations for generating video documentaries</ow:title>
  <ow:number>INS-E0501</ow:number>
  <ow:month>January</ow:month>
  <ow:url rdf:resource="http://db.cwi.nl/rapporten/abstract.php?abstractnr=1693"/>
  <ow:year>2005</ow:year>
  <ow:keywords>Media semantics, media rhetorics, automated video editing, multimedia presentation generation, video documentaries</ow:keywords>
  <ow:funding>NAP,NWO</ow:funding>
  <ow:subproject>I2RP</ow:subproject>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Stefano Bocconi, Frank Nack, Lynda Hardman. Using rhetorical annotations for generating video documentaries, number INS-E0501, January, 2005</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ecscw2001_sire">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Poster Paper</ow:note>
  <ow:author rdf:resource="#stephane_sire"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6b9bae8f570a8bc75c6455766fd4afe3b62f1935">
      <rdf:li rdf:resource="#stephane_sire"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings Supplement of the seventh European Conference on Computer Supported Cooperative Work</ow:booktitle>
  <ow:title>Collaborative authoring with document fragments and contracts</ow:title>
  <ow:month>September  18-20</ow:month>
  <ow:url rdf:resource="http://ecscw2001.gmd.de/Poster_Programme.html"/>
  <ow:year>2001</ow:year>
  <ow:abstract rdf:parseType="Literal">Research on collaborative authoring focuses on providing an adequate soft-ware environment for the authoring process. This poster describes our framework based on a web architecture as well as a modular document model and some interfaces from which it is possible to derive various authoring processes. We apply a structured document approach with a document model completed by fragment and contract definitions. This results in a check-out/check-in type of authoring processes where negotiation can take place during the document class definition, or during the document instantiation. We describe the general architecture of a document farm prototype which supports our framework.</ow:abstract>
  <ow:address>Bonn, Germany</ow:address>
  <rdfs:label>Stephane Sire. Collaborative authoring with document fragments and contracts. In: Proceedings Supplement of the seventh European Conference on Computer Supported Cooperative Work, September  18-20, 2001</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0504">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>no</ow:refereed>
  <ow:project>ToKeN</ow:project>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a194256d4e5e744b8f16c75ef9f1e4f60bbeb432">
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Browsing is a useful way of exploring annotated media repositories. Sets of links can be automatically created from the annotations associated with the media items in the repository. When there are also relationships among the annotations themselves, such as when the annotation terms are part of a thesaurus, these relations can also be used in the link generation process. Using structured annotations and a thesaurus for generating link sets has two advantages. The first is to evaluate the effectiveness of the terms in the thesaurus for classifying the media items in the repository. The second is to be able to control the links being generated by changing relationships within the thesaurus. The work is illustrated using video segments annotated with argument structures, but we show that the method used is independent of the media types and applicable to systems that use similar annotation structures and typed relations among them.</ow:abstract>
  <ow:title>Supporting the generation of argument structure within video sequences</ow:title>
  <ow:number>INS-E0504</ow:number>
  <ow:month>March</ow:month>
  <ow:url rdf:resource="http://db.cwi.nl/rapporten/abstract.php?abstractnr=1857"/>
  <ow:year>2005</ow:year>
  <ow:keywords>Hypermedia, Automatic Linking, Structured Annotations, Thesaurus</ow:keywords>
  <ow:funding>NWO</ow:funding>
  <ow:subproject>I2RP</ow:subproject>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Stefano Bocconi, Frank Nack, Lynda Hardman. Supporting the generation of argument structure within video sequences, number INS-E0504, March, 2005</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_wise05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#umberto_straccia"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#334f6cbdd8c53e9d17592d60b73f85cf4f5a8692">
      <rdf:li rdf:resource="#umberto_straccia"/>
      <rdf:li rdf:resource="#raphael_troncy"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 6th International Conference on Web Information Systems Engineering (WISE 2005)</ow:booktitle>
  <ow:title>oMAP: Combining Classifiers for Aligning OWL Ontologies</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper introduces a method and a tool for automatically aligning OWL ontologies, a crucial step for achieving the interoperability of heterogeneous systems in the Semantic Web. Different components are combined for finding suitable mapping candidates (together with their weights), and the set of rules with maximum matching probability is selected. Machine learning-based classifiers and a new classifier using the structure and the semantics of the OWL ontologies are proposed. Our method has been implemented and evaluated on an independent test set provided by an international ontology alignment contest. We provide the results of this evaluation with respect to the other competitors.</ow:abstract>
  <ow:month>November  20-22</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/wise05troncy.pdf"/>
  <ow:year>2005</ow:year>
  <ow:pages>133-147</ow:pages>
  <ow:address>New York City, USA</ow:address>
  <rdfs:label>Umberto Straccia, Raphael Troncy. oMAP: Combining Classifiers for Aligning OWL Ontologies. In: Proceedings of the 6th International Conference on Web Information Systems Engineering (WISE 2005), November  20-22, 2005</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="AHM_cacm">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>37</ow:volume>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9e35d01cdbdca608f91e8f2757e60bc00c06e5bc">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#guido_van_rossum"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Communications of the ACM</ow:journal>
  <ow:title>The Amsterdam Hypermedia Model: Adding Time and Context to the Dexter Model</ow:title>
  <ow:number>2</ow:number>
  <ow:abstract rdf:parseType="Literal">From Computing Reviews, by Jeanine Meyer The purpose of this paper is to convince the reader of the need for a general model for hypermedia and present the Amsterdam hypermedia model (AHM) as fulfilling that need. Hypertext, which is described by the authors as a "relatively mature discipline," has the Dexter model, but the authors show that enhancing that model for hypermedia is not a straightforward task. In particular, it requires attention to issues of synchronization. The AHM model includes attention to timing and composite objects as well as implementation issues such as channels and having the sources of components residing over a distributed system. The paper features one example and also describes an authoring and presentation environment called CMIFed. It is generally well written. The paper can be understood even if one has not studied the Dexter hypertext reference model or the CMIF multimedia document model and, in fact, this paper could serve as an introduction to the issues involved. Too much of the focus, however, is on other systems and not on what AHM actually is. The authors do not demonstrate the model by using it to express the featured example. Moreover, to really merit the term "model," AHM should be shown as serving a substantial role in describing and implementing applications in terms of two or more distinct authoring or runtime environments. This is not done, though it appears well within the experience and understanding of the authors.</ow:abstract>
  <ow:month>February</ow:month>
  <ow:url rdf:resource="http://www.acm.org/pubs/articles/journals/cacm/1994-37-2/p50-hardman/p50-hardman.pdf"/>
  <ow:year>1994</ow:year>
  <ow:pages>50-62</ow:pages>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman, Guido van Rossum. The Amsterdam Hypermedia Model: Adding Time and Context to the Dexter Model. Communications of the ACM 37(2), February, 1994</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ht05_falkovych">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7c7b3dcf58059e1db00b29791a3cae0f8ef47c43">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#stefano_bocconi"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Workshop on Narrative, Musical, Cinematic and Gaming Hyperstructure</ow:booktitle>
  <ow:title>Creating a Semantic-based Discourse Model for Hypermedia Presentations: (Un)discovered Problems</ow:title>
  <ow:month>September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/HTW05Falkovych.pdf"/>
  <ow:year>2005</ow:year>
  <ow:abstract rdf:parseType="Literal">We address the problem of building a flexible discourse model that enables creation of relatively complex discourse structures by using a semantic framework and semantic descriptions of media items. With such a model we intend to support different approaches to hypermedia presentation authoring. We give a short overview of existing hypermedia presentation generation systems and discuss what type of authoring they support. We present our motivation for working towards a discourse model that improves on existing approaches. We describe in more detail our experiences with various strategies for building discourse structures for DISC and SampLe systems. Based on these experiences we come up with a set of requirements for a common discourse model.</ow:abstract>
  <ow:address>Salzburg, Austria</ow:address>
  <rdfs:label>Kateryna Falkovych, Stefano Bocconi. Creating a Semantic-based Discourse Model for Hypermedia Presentations: (Un)discovered Problems. In: Workshop on Narrative, Musical, Cinematic and Gaming Hyperstructure, September, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_eswc06">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#umberto_straccia"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#efd082a4038b1474660992113a3b9d5cec9bfc7e">
      <rdf:li rdf:resource="#umberto_straccia"/>
      <rdf:li rdf:resource="#raphael_troncy"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 3rd European Semantic Web Conference (ESWC 06)</ow:booktitle>
  <ow:title>Towards Distributed Information Retrieval in the Semantic Web: Query Reformulation Using the oMAP Framework</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper introduces a general methodology for performing distributed search in the Semantic Web. We propose to define this task as a three steps process, namely resource selection, query reformulation/ontology alignment and rank aggregation/data fusion. For the second problem, we have implemented oMAP, a formal framework for automatically aligning OWL ontologies. In oMAP, different components are combined for finding suitable mapping candidates (together with their weights), and the set of rules with maximum matching probability is selected. Among these components, traditional terminological-based classifiers, machine learning-based classifiers and a new classifier using the structure and the semantics of the OWL ontologies are proposed. oMAP has been evaluated on international test sets.</ow:abstract>
  <ow:month>June  11-14</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/eswc06troncy.pdf"/>
  <ow:year>2006</ow:year>
  <ow:pages>378-392</ow:pages>
  <ow:address>Budva, Montenegro</ow:address>
  <rdfs:label>Umberto Straccia, Raphael Troncy. Towards Distributed Information Retrieval in the Semantic Web: Query Reformulation Using the oMAP Framework. In: Proceedings of the 3rd European Semantic Web Conference (ESWC 06), June  11-14, 2006</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_decor07">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#19fea2770c099990d91d09edf95bf5272d169d4a">
      <rdf:li rdf:resource="#raphael_troncy"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>DECOR : Passage `a l'echelle des techniques de decouverte de correspondances</ow:booktitle>
  <ow:title>Aligner automatiquement des ontologies avec oMAP</ow:title>
  <ow:month>January  23</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/decor07troncy.pdf"/>
  <ow:year>2007</ow:year>
  <ow:pages>76-82</ow:pages>
  <ow:address>Namur, Belgium</ow:address>
  <rdfs:label>Raphael Troncy. Aligner automatiquement des ontologies avec oMAP. In: DECOR : Passage `a l'echelle des techniques de decouverte de correspondances, January  23, 2007</rdfs:label>
</ow:InProceedings>

<ow:Misc rdf:ID="ins_htsw03b">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">This is also published as Technical Report INS-E0307.</ow:note>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c0a55e8377e630fdfdead56bac56f75250624fcb">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The presentation generation area of hypermedia authoring contains different approaches to address the challenge of the presentation creation process. This paper presents the approach in which the author creates a presentation following the five stages process. These five stages reflect various facets in hypermedia authoring.</ow:abstract>
  <ow:title>Semantics in Multi-facet Hypermedia Authoring</ow:title>
  <ow:month>August  30</ow:month>
  <ow:keywords>Hypermedia Authoring, Semantics, Intelligent Support, Narrative Structures</ow:keywords>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0307.pdf"/>
  <ow:year>2003</ow:year>
  <ow:howpublished>The Hypermedia and the Semantic Web Workshop at the Fourteenth Conference on Hypertext and Hypermedia (HyperText 2003)</ow:howpublished>
  <rdfs:label>Kateryna Falkovych, Frank Nack, Jacco van Ossenbruggen, Lloyd Rutledge. Semantics in Multi-facet Hypermedia Authoring, August  30, 2003</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="srmc04_bocconi">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>1-58113-931-4</ow:isbn>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9cc192fd41e2323eb242bb7093241d8638fa3aba">
      <rdf:li rdf:resource="#stefano_bocconi"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>First ACM Workshop on Story Representation, Mechanism and Context</ow:booktitle>
  <ow:title>VOX POPULI: Automatic Generation of Biased Video Sequences</ow:title>
  <ow:abstract rdf:parseType="Literal">We describe our experimental rhetoric engine Vox Populi that generates biased video-sequences from a repository of video interviews and other related audio-visual web sources. Users are thus able to explore their own opinions on controversial topics covered by the repository. The repository contains interviews with United States residents stating their opinion on the events occurring after the terrorist attack on the United States on the 11th of September 2001. We present a model for biased documentary statements, such as interviews, and explain in detail how this model facilitates the automatic generation of rhetorical arguments on a micro-level. We outline the required representations of relevant rhetorical structures and the way they can be processed. The processes are described via examples generated by our experimental engine. The first example shows how to logically counter an opinion using semantics contained in the audio tracks from the database, while the second example describes the generation of an emotional counterargument using visual material.</ow:abstract>
  <ow:month>October</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/srmc04-workshop.pdf"/>
  <ow:year>2004</ow:year>
  <ow:pages>9-16</ow:pages>
  <rdfs:label>Stefano Bocconi. VOX POPULI: Automatic Generation of Biased Video Sequences. In: First ACM Workshop on Story Representation, Mechanism and Context, October, 2004</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="mediafutures_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6a23caca08d4fe0c1f63cf3d4101a4339545aae1">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings International Conference on Media Futures</ow:booktitle>
  <ow:title>The Rise and Fall of Multimedia Authoring</ow:title>
  <ow:abstract rdf:parseType="Literal">For much the past decade, our research group has focused on developing multimedia authoring tools. We developed a research multimedia format and were involved in developing a multimedia standard. Our lab developed a research prototype of a multimedia editor and then spun off a company that turned it into a commercial editor for this standard. With several research concepts now having reached full maturity in the form of this standard and product, our lab is back where it started: at the beginning of the research idea life cycles, with new visions and hopes for what's next.</ow:abstract>
  <ow:month>May  8</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mediafutures.pdf"/>
  <ow:year>2001</ow:year>
  <ow:pages>17-20</ow:pages>
  <ow:address>Florence, Italy</ow:address>
  <rdfs:label>Lloyd Rutledge, Lynda Hardman. The Rise and Fall of Multimedia Authoring. In: Proceedings International Conference on Media Futures, May  8, 2001</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="acm-mm-etp03_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is also published as CWI technical report INS-E0401</ow:comment>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#2a2accaf122caa30213b3c8ec3f58a33bfa98947">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 1st ACM WS on Experiential Telepresence (ETP 03)</ow:booktitle>
  <ow:title>Capturing experience - a matter of contextualising events</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper explores the notion of experience in the context of dynamic and interactive environments, such as web-based musea, where neither the individual user requirements nor the requested material can be predicted in advance. A definition of experiences for the particular context is introduced on which the analysis of the what (events), why (context) and the how (presentation) are based. The paper tries to identify the essential aspects of representation for the three main fields of investigation, namely content and expression for the event; goal, task action and role for the context, and the influence of event and context for the presentation. The aim is that the system can find satisfactory solutions for upcoming questions (e.g. based on the content of an image), misunderstandings (rearrangement of the material) or non-understanding (creation of a new sequence). The intent of the paper is to provide a first step towards dynamic and adaptive knowledge structures that facilitate conceptual presentations.</ow:abstract>
  <ow:month>November,  7th, 2003</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nack-acmmm-etp2003-nack.pdf"/>
  <ow:year>2003</ow:year>
  <ow:pages>53 - 64</ow:pages>
  <ow:address>Berkeley, California, USA</ow:address>
  <rdfs:label>Frank Nack. Capturing experience - a matter of contextualising events. In: Proceedings of the 1st ACM WS on Experiential Telepresence (ETP 03), November,  7th, 2003, 2003</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_eusw05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Short position paper</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lora_aroyo"/>
  <ow:author rdf:resource="#peter_gorgels"/>
  <ow:author rdf:resource="#natalia_stash"/>
  <ow:author rdf:resource="#mettina_veenstra"/>
  <ow:author rdf:resource="#rogier_brussee"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9e6c0109b670a2063b5bd900d8c8a57d7bbbaf41">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lora_aroyo"/>
      <rdf:li rdf:resource="#peter_gorgels"/>
      <rdf:li rdf:resource="#natalia_stash"/>
      <rdf:li rdf:resource="#mettina_veenstra"/>
      <rdf:li rdf:resource="#rogier_brussee"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>End User Semantic Web Interaction Workshop (colocated with ISWC 2005)</ow:booktitle>
  <ow:title>Recommending Topics from Rated Objects</ow:title>
  <ow:month>November  7</ow:month>
  <ow:url rdf:resource="http://www.ifi.unizh.ch/ddis/fileadmin/events/iswc2005ws/CameraReady/Rutledge_RecommendingTopics_P105.pdf"/>
  <ow:year>2005</ow:year>
  <ow:address>Galway, Ireland</ow:address>
  <rdfs:label>Lloyd Rutledge, Lora Aroyo, Peter Gorgels, Natalia Stash, Mettina Veenstra, Rogier Brussee. Recommending Topics from Rated Objects. In: End User Semantic Web Interaction Workshop (colocated with ISWC 2005), November  7, 2005</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0302">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#459e862c4332a829b574c6efccd918fe5b6f70eb">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Much current research on hypermedia generation accepts user input only at the start of an otherwise fullyautomated process. However, since multimedia presentation creation is often a complex and creative process, it has multiple phases which would each benefit from human intervention. This paper presents a hypermedia generation model that lets the user influence all phases of this computer-assisted human-guided process. The main focus is on providing extra support for helping the user find relevant media items and combine them meaningfully into a rich and coherent multimedia presentation. Like fully-automated systems, our approach uses explicit knowledge about the presentation's topic domain, narrative structures, hypermedia presentation and distinctions between media modalities. This paper presents a motivating scenario that is used to derive a number of system requirements and to discusses the pros and cons of the presented approach.</ow:abstract>
  <ow:title>SampLe: Towards a Framework for System-supported Multimedia Authoring</ow:title>
  <ow:number>INS-E0302</ow:number>
  <ow:month>August</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0302.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Multimedia semantics</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Kateryna Falkovych, Frank Nack, Jacco van Ossenbruggen, Lloyd Rutledge. SampLe: Towards a Framework for System-supported Multimedia Authoring, number INS-E0302, August, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_chi06">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#alia_amin"/>
  <ow:author rdf:resource="#jimmy_wang"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#dfb2ac2ba5d567a89f88dc85d31f845707d60598">
      <rdf:li rdf:resource="#alia_amin"/>
      <rdf:li rdf:resource="#jimmy_wang"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>CHI 2006 Workshop on Mobile Social Software</ow:booktitle>
  <ow:title>Affective Speech for Social Communication: Implementation Challenges in Text-to-Speech for Short Messages</ow:title>
  <ow:month>April</ow:month>
  <ow:url rdf:resource="http://chi2006mososo.telin.nl/docs/papers/Amin_CHI2006MoSoSo.pdf"/>
  <ow:year>2006</ow:year>
  <ow:abstract rdf:parseType="Literal">The flexibility to choose from different modal content presentation will be an important feature in future ubiquitous application. Currently, short messages (e.g. SMS/MMS) are only available in visual form. However, in certain situations, users may like to have these messages presented in audio form. We explored the alternative of presenting short messages in affective synthetic text-to-speech form special for social communications between teens. Evaluation of this alternative presentation reveals that, for emotion recognition, it was easier to interpret emotion messages generated from affective synthetic speech. Although there is no actual difference in the way people think they were able to derive emotions from both types of messages. For teens, affective synthetic speech is sometimes fun to usei</ow:abstract>
  <ow:address>Montreal, Canada</ow:address>
  <rdfs:label>Alia Amin, Jimmy Wang. Affective Speech for Social Communication: Implementation Challenges in Text-to-Speech for Short Messages. In: CHI 2006 Workshop on Mobile Social Software, April, 2006</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_mca-ws">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0b2cd60eae9c74d5f9a229fe82cff185221da386">
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of W3C Workshop on Metadata for Content Adaptation</ow:booktitle>
  <ow:title>Discourse knowledge in device independent document formatting</ow:title>
  <ow:month>October,  12-13</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mca-ws.pdf"/>
  <ow:year>2004</ow:year>
  <ow:abstract rdf:parseType="Literal">Most document structures define layout structures which implicitly define semantic relationships between content elements. While document structures for text are well established (books, reports, papers etc.), models for time based documents such as multimedia and hypermedia are relatively new and lack established document structures. Traditional document description languages convey domain-dependent semantic relationships implicitly, using domain-independent mark-up for expressing layout. This works well for textual documents a,s for example, CSS and HTML demonstrate. True device independence, however, sometimes requires a change of document model to maintain the content semantics. To achieve this we need explicit information about the discourse role of the content element. We propose a model in which content is marked-up with the discourse role it plays in the document. This way the formatter has knowledge about the function of a content element so it can make appropriate lay out choices.</ow:abstract>
  <ow:address>Dublin, Ireland</ow:address>
  <rdfs:label>Joost Geurts, Jacco van Ossenbruggen, Lynda Hardman. Discourse knowledge in device independent document formatting. In: Proceedings of W3C Workshop on Metadata for Content Adaptation, October,  12-13, 2004</rdfs:label>
</ow:InProceedings>

<ow:Unpublished rdf:ID="nile02_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:slides>http://www.cwi.nl/$sim$lloyd/Nile02Slides/</ow:slides>
  <ow:note rdf:parseType="Literal">This paper explores the setting and processing of constraints over the metrics of narrative hierarchical structure of presentations as they are automatically generated from queries on stored media, annotations and semantic data. We describe how these functions can be implemented in our existing constraint-based multimedia generation system, Cuypers. The metrics we use are established measures of the node-edge graphs representing the navigational structure of hypermedia documents. This work applies graph restructuring techniques to Cuypers backtracking programming for maintaining constraints to enable the system to keep the narrative structure graph of the presentation within bounds as it is being built. The resulting graph is then processed to assemble media and place it in a generated narrative. We assert that the resulting well-shaped narrative hierarchies help the user keep track of where the presentation is and where it is going as each point during its progression.</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#635ca3305c6190fb4bcf03ec906ff78afe332f98">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Toward Constraining Generated Large-scale Narrative Graph Metrics</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nile02.pdf"/>
  <ow:keywords>Narrative, constraints, Cuypers, graph theory, link metric</ow:keywords>
  <rdfs:label>Lloyd Rutledge. Toward Constraining Generated Large-scale Narrative Graph Metrics</rdfs:label>
</ow:Unpublished>

<ow:Article rdf:ID="sen_tomccap">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>There should also be a SEN tech report.</ow:comment>
  <ow:volume>1</ow:volume>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#caba3cde7f039cf1b485a05b9319601739c3a110">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>ACM Trans. Multimedia Comput. Commun. Appl.</ow:journal>
  <ow:title>Structured Multimedia Authoring</ow:title>
  <ow:number>1</ow:number>
  <ow:abstract rdf:parseType="Literal">Authoring context sensitive, interactive multimedia presentations is much more complex than authoring either purely audiovisual applications or text. Interactions among media objects need to be described as a set of spatio-temporal relationships that account for synchronous and asynchronous interactions, as well as on-demand linking behavior. This article considers the issues that need to be addressed by an authoring environment. We begin with a partitioning of concerns based on seven classes of authoring problems. We then describe a selection of multimedia authoring environments within four different authoring paradigms: structured, timeline, graph and scripting. We next provide observations and insights into the authoring process and argue that the structured paradigm provides the most useful framework for presentation authoring. We close with an example application of the structured multimedia authoring paradigm in the context of our own structure-based system GRiNS.</ow:abstract>
  <ow:month>Jan-Mar</ow:month>
  <ow:year>2005</ow:year>
  <ow:pages>89-109</ow:pages>
  <rdfs:label>Dick C.A. Bulterman, Lynda Hardman. Structured Multimedia Authoring. ACM Trans. Multimedia Comput. Commun. Appl. 1(1), Jan-Mar, 2005</rdfs:label>
</ow:Article>

<ow:TechnicalReport rdf:ID="INS-E0601">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>no</ow:refereed>
  <ow:project>ToKeN</ow:project>
  <ow:isbn>ISSN 1386-3681</ow:isbn>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#federica_cena"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ab3e09801e67fc93be991671b2ac443642482ef6">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#federica_cena"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This paper provides a solution to discourse structure adaptation in the process of automatic hypermedia presentation generation. Existing approaches to discourse structure composition are based on the assumption that a user can comprehend relations between the elements in a discourse structure if the overall structure is semantically coherent. This assumption does not, so far, take into account specific user needs. In this paper we show that although discourse structure composition approaches significantly differ, a general model of the composition process can be derived. Within this general model we identify how adaptation can be applied. We formulate the problem of discourse adaptation with regard to the general model and present our proposed solution. We implement this solution within the process of composing discourse structures for newspaper articles.</ow:abstract>
  <ow:title>Combining Coherence and Adaptation in Discourse-Oriented Hypermedia Generation</ow:title>
  <ow:number>INS-E0601</ow:number>
  <ow:month>February</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS/INS-E0601.pdf"/>
  <ow:year>2006</ow:year>
  <ow:keywords>Adaptive content structuring, coherence, discourse structure, newsarticle composition</ow:keywords>
  <ow:funding>NWO</ow:funding>
  <ow:subproject>CHIME</ow:subproject>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Kateryna Falkovych, Federica Cena, Frank Nack. Combining Coherence and Adaptation in Discourse-Oriented Hypermedia Generation, number INS-E0601, February, 2006</rdfs:label>
</ow:TechnicalReport>

<ow:Unpublished rdf:ID="project_dynamo">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">See http://www.cwi.nl/$\sim$media/Dynamo/sion99.html for a project description</ow:note>
  <ow:author rdf:resource="#lynda_hardman_et_al"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#cc9a0ffffc784ddc788bb191915b8ed57905f3f2">
      <rdf:li rdf:resource="#lynda_hardman_et_al"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Semi-automatic Hypermedia Presentation Generation</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/Dynamo/sion99.html"/>
  <rdfs:label>Lynda Hardman et al.. Semi-automatic Hypermedia Presentation Generation</rdfs:label>
</ow:Unpublished>

<ow:TechnicalReport rdf:ID="INS-E0605">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#2982d81ce6baaf1185bebb492b9215e17509c9bb">
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Ambient intelligence opens new possibilities for interactive multimedia, leading towards applications where the selection, generation and playback of multimedia content can be directed and influenced by multiple users in an ambient sensor network. In this paper, we derive the basic requirements for a flexible infrastructure that can support the integration of multimedia and ambient intelligence, and enable rapid tailoring of interactive multimedia applications. We describe our implementation of the proposed infrastructure, and demonstrate its functionality through several prototype applications.</ow:abstract>
  <ow:title>Designing interactive ambient multimedia applications: requirements and implementation challenges</ow:title>
  <ow:number>INS-E0605</ow:number>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0605.pdf"/>
  <ow:year>2006</ow:year>
  <ow:keywords>Adaptive multimedia, ambient intelligence, software platform</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Zeljko Obrenovic, Frank Nack, Lynda Hardman. Designing interactive ambient multimedia applications: requirements and implementation challenges, number INS-E0605, 2006</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0604">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#michiel_hildebrand"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#afe98234a8aa4101705293529543a991046094d3">
      <rdf:li rdf:resource="#michiel_hildebrand"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Facet browsing has become popular as a user friendly interface to data repositories. We extend facet browsing of Semantic Web data in four ways. First, users are able to select and navigate through facets of resources of any type and to make selections based on properties of other, semantically related, types. Second, we address a disadvantage of hierarchy-based navigation by adding a keyword search interface that dynamically makes semantically relevant suggestions. Third, the interface of our browser, /facet, allows the inclusion of facet-specific display options that go beyond the hierarchical navigation that characterizes current facet browsing. Fourth, the browser works on any RDFS dataset without any additional configuration. These properties make /facet an ideal tool for Semantic Web developers that need a instant interface to their complete dataset. The automatic facet configuration generated by the system can then be further refined to configure it as a tool for end users. The implementation is based on current Web standards and open source software. The new functionality we provide is motivated using a scenario from the cultural heritage domain.</ow:abstract>
  <ow:title>/facet: A Browser for Heterogeneous Semantic Web Repositories</ow:title>
  <ow:number>INS-E0604</ow:number>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/CWIreports/INS/INS-E0604.pdf"/>
  <ow:year>2006</ow:year>
  <ow:keywords>facet browsing, heterogeneous querying, cross relations</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Michiel Hildebrand, Jacco van Ossenbruggen, Lynda Hardman. /facet: A Browser for Heterogeneous Semantic Web Repositories, number INS-E0604, 2006</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0606">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <ow:author rdf:resource="#werner_bailer"/>
  <ow:author rdf:resource="#michael_hausenblas"/>
  <ow:author rdf:resource="#philip_hofmair"/>
  <ow:author rdf:resource="#rudolf_schlatte"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#194f264666d8ca86e7f1c4a53d823e6a45ee492b">
      <rdf:li rdf:resource="#raphael_troncy"/>
      <rdf:li rdf:resource="#werner_bailer"/>
      <rdf:li rdf:resource="#michael_hausenblas"/>
      <rdf:li rdf:resource="#philip_hofmair"/>
      <rdf:li rdf:resource="#rudolf_schlatte"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">MPEG-7 can be used to create complex and comprehensive metadata descriptions of multimedia content. Since MPEG-7 is defined in terms of an XML schema, the semantics of its elements have no formal grounding. In addition, certain features can be described in multiple ways. MPEG-7 profiles are subsets of the standard that apply to specific application areas, which can be used to reduce this syntactic variability, but they still lack formal semantics. In this paper, we propose an approach for expressing semantics explicitly by formalizing the semantic constraints of a profile using ontologies and rules, thus enabling interoperability and automatic use for MPEG-7 based applications. We demonstrate the feasibility of the approach by implementing a validation service for a subset of the semantic constraints of the Detailed Audiovisual Profile (DAVP).</ow:abstract>
  <ow:title>Enabling Multimedia Metadata Interoperability by Defining Formal Semantics of MPEG-7 Profiles</ow:title>
  <ow:number>INS-E0606</ow:number>
  <ow:month>August</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/CWIreports/INS/INS-E0606.pdf"/>
  <ow:year>2006</ow:year>
  <ow:keywords>MPEG-7, Metadata interoperability, OWL/RDF, Semantic validation service</ow:keywords>
  <ow:institution rdf:resource="#cwi_and_jrs"/>
  <rdfs:label>Raphael Troncy, Werner Bailer, Michael Hausenblas, Philip Hofmair, Rudolf Schlatte. Enabling Multimedia Metadata Interoperability by Defining Formal Semantics of MPEG-7 Profiles, number INS-E0606, August, 2006</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-R0303">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#amit_manniesing"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#baf61da63bbbf8fdcc6b78e31fb9f5a83a340751">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#amit_manniesing"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Multimedia presentation generation has to be able to balance the functional aspects of a presentation that address the information needs of the user, and its aesthetic form. We demonstrate our approach using automatic colour design for which we integrate relevant aspects of colour theory. Colour selection takes the relative importance of form and function into account through the use of weights in the generation process. We do not provide a definition of the relative importance of form versus function, but seek to explore the roles of subjective elements in the generation process.</ow:abstract>
  <ow:title>Colour Picking, the Pecking Order of Form and Function</ow:title>
  <ow:number>INS-R0303</ow:number>
  <ow:month>June</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0303.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Multimedia semantics, automatic colour design, colour harmonisation, style-driven multimedia presentation generation</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Frank Nack, Amit Manniesing, Lynda Hardman. Colour Picking, the Pecking Order of Form and Function, number INS-R0303, June, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="Geurts_Constraints">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9b9bd1251446877acb16f36e9b48ad3069dd48a8">
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">A multimedia presentation can be viewed as a collection of multimedia items (such as image, text, video and audio), along with detailed information that describes the spatial and temporal placement of the items as part of the presentation. Manual multimedia authoring involves explicitly stating the placement of each media item in the spatial and temporal dimensions. The drawback of this approach is that resulting presentations are hard to adapt to different target platforms, network resources, and user preferences. An approach to solving this problem is to abstract from the low-level presentation details, for example by specifying the high-level semantic relations between the media items. The presentation itself can then be generated from the semantic relations along with a generic set of transformation rules, specifying how each semantic relation can be conveyed using multimedia constructs. These constructs may differ depending on the target platform, current network conditions or user preferences. We are thus able to automatically adapt the presentation to a wide variety of different circumstances while ensuring that the underlying message of the presentation remains the same. This approach requires an execution environment in which transformation rules, resulting in a set of constraints, are derived from a given semantic description. The resulting set of constraints can then be solved to create a final multimedia presentation. The paper describes the design and implementation of such a system. It explains the advantages of using constraint logic programming to realize the implementation of both the transformation rules and the constraints system. It also demonstrates the need for two different types of constraints. Quantitative constraints are needed to verify whether the final form presentation meets all the numeric constraints that are required by the environment. Qualitative constraints are needed to facilitate high-level reasoning and presentation encoding. While the quantitative constraints can be handled by off-the-shelf constraint solvers, the qualitative constraints needed are specific to the multimedia domain and need to be defined explicitly.</ow:abstract>
  <ow:title>Application-Specific Constraints for Multimedia Presentation Geneneration</ow:title>
  <ow:number>INS-R0107</ow:number>
  <ow:month>May  31</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0107.pdf"/>
  <ow:year>2001</ow:year>
  <ow:keywords>Multimedia, transformations, constraints, CLP, CHR, ECLiPSe.</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Joost Geurts, Jacco van Ossenbruggen, Lynda Hardman. Application-Specific Constraints for Multimedia Presentation Geneneration, number INS-R0107, May  31, 2001</rdfs:label>
</ow:TechnicalReport>

<ow:MasterThesis rdf:ID="oscar-thesis">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Published as CWI technical report INS-R0205</ow:note>
  <ow:school>Technical University of Catalonia</ow:school>
  <ow:author rdf:resource="#oscar_rosell_martinez"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f9d02c37c9bd921014618174b7702e5640a4d785">
      <rdf:li rdf:resource="#oscar_rosell_martinez"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Design dependencies within the automatic generation of hypermedia presentations</ow:title>
  <ow:month>June  30</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0205.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>Hypermedia, Multimedia, Cuypers, Formatting Model, Attention</ow:keywords>
  <rdfs:label>Oscar Rosell Martinez. Design dependencies within the automatic generation of hypermedia presentations, June  30, 2002</rdfs:label>
</ow:MasterThesis>

<ow:Article rdf:ID="ieee-mm-mpeg7-part2">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#adam_t_lindsay"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4a6e330da1f247ca1d19dc75c5839091803c01af">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#adam_t_lindsay"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Everything You Wanted to Know About MPEG-7: Part 2</ow:title>
  <ow:abstract rdf:parseType="Literal">Part 1 of this article provided an overview of the development, functionality, and applicability of MPEG-7. In Part 2 we discuss the description of MPEG-7 s concepts, terminology, and requirements. We then compare MPEG-7 with other approaches to multimedia content description.</ow:abstract>
  <ow:month>October - December</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nack-ieee-mm-1999-04.pdf"/>
  <ow:year>1999</ow:year>
  <ow:pages>64-73</ow:pages>
  <rdfs:label>Frank Nack, Adam T. Lindsay. Everything You Wanted to Know About MPEG-7: Part 2. IEEE MultiMedia, October - December, 1999</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="ieee-mm-mpeg7-part1">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#adam_t_lindsay"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a153d5dbb06fef1e1547cf2ee03494b12c94b829">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#adam_t_lindsay"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Everything You Wanted to Know About MPEG-7: Part 1</ow:title>
  <ow:abstract rdf:parseType="Literal">Part I of this article provides an overview of the development, functionality, and applicability of MPEG-7. We ll first present the role of MPEG-7 within the context of past MPEG standards. We then outline ideas of what should be possible using MPEG-7 technology. In Part II, we ll discuss the description of MPEG-7 s concepts, terminology, and requirements. We ll then compare MPEG-7 to other approaches on multimedia content description.</ow:abstract>
  <ow:month>July - September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nack-ieee-mm-1999-03.pdf"/>
  <ow:year>1999</ow:year>
  <ow:pages>65-77</ow:pages>
  <rdfs:label>Frank Nack, Adam T. Lindsay. Everything You Wanted to Know About MPEG-7: Part 1. IEEE MultiMedia, July - September, 1999</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="ahm-srm">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>18</ow:volume>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#marcel_worring"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#cd3127bd8ca1cf34ba908b8ad3e13386a4ae0807">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#marcel_worring"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Computer Standards and Interfaces</ow:journal>
  <ow:title>Integrating the Amsterdam Hypermedia Model into the Standard Reference Model for Intelligent Multimedia Presentation Sytems</ow:title>
  <ow:number>6-7</ow:number>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/AHM-SRM.ps.gz"/>
  <ow:year>1997</ow:year>
  <ow:pages>497-508</ow:pages>
  <rdfs:label>Lynda Hardman, Marcel Worring, Dick C.A. Bulterman. Integrating the Amsterdam Hypermedia Model into the Standard Reference Model for Intelligent Multimedia Presentation Sytems. Computer Standards and Interfaces 18(6-7), 1997</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="ins_obscure2">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>yes</ow:refereed>
  <ow:volume>12</ow:volume>
  <ow:note rdf:parseType="Literal">based on http://ftp.cwi.nl/CWIreports/INS//INS-E0309.pdf</ow:note>
  <ow:funding>NAP,NWO</ow:funding>
  <ow:project>NASH,ToKeN</ow:project>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#605b38b3a592fc75ec276b4ebf5ff8a2e25119e9">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>That Obscure Object of Desire: Multimedia Metadata on the Web (Part II)</ow:title>
  <ow:number>1</ow:number>
  <ow:abstract rdf:parseType="Literal">This article discusses the state of the art in metadata for audio-visual media in large semantic networks, such as the Semantic Web. Our discussion is predominantly motivated by the two most widely known approaches towards machine-processable and semantic-based content description, namely the Semantic Web activity of the W3C and ISO's efforts in the direction of complex media content modeling, in particular the Multimedia Content Description Interface (MPEG-7). We explain that the conceptual ideas and technologies discussed in both approaches are essential for the next step in multimedia development. Unfortunately, there are still many practical obstacles that block their widespread use for providing multimedia metadata on the Web. Based on a scenario to explain our vision of a media-aware Semantic Web, we derive in Part I a number of problems regarding the semantic content description of media units. We then discuss the multimedia production chain, in particular emphasizing the role of progressive metadata production. As a result we distill a set of media-based metadata production requirements and show how current media production environments fail to address these. We then introduce those parts of the W3C and ISO standardization works that are relevant to our discussion. In Part II of this article, we analyze their abilities to define structures for describing media semantics, discuss syntactic and semantic problems, ontological problems for media semantics, and the problems of applying the theoretical concepts to real world problems. Part II concludes with implications of the findings for future action with respect to the actions the community should take.</ow:abstract>
  <ow:month>January - March</ow:month>
  <ow:year>2005</ow:year>
  <ow:keywords>Semantic Web, metadata production, multimedia production process, XML, XML Schema, RDF, RDF Schema, MPEG-4, MPEG-7, MPEG-21</ow:keywords>
  <ow:subproject>I2RP</ow:subproject>
  <ow:pages>54-63</ow:pages>
  <rdfs:label>Frank Nack, Jacco van Ossenbruggen, Lynda Hardman. That Obscure Object of Desire: Multimedia Metadata on the Web (Part II). IEEE MultiMedia 12(1), January - March, 2005</rdfs:label>
</ow:Article>

<ow:TechnicalReport rdf:ID="INS-R0022">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#alex_r_van_ballegooij"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#434cbbfe3aa00f63f6d44780e479738226348740">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#alex_r_van_ballegooij"/>
      <rdf:li rdf:resource="#anton_eliens"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Virtual Reality (VR) is sometimes used to give the user an immersive, three-dimensional sense of a real-world setting. VR is also sometimes used for information visualization, taking advantage of the perceptual characteristics of VR to convey information. This paper presents the Dam Square Virtual Context, a Web-based VR that is a combination of both these uses. This VR presents mock-ups of both Dam Square in the city of Amsterdam and the city's largest museum, the Rijksmuseum. This VR conveys abstract information that includes the relationships between objects in the museum, such as paintings of Amsterdam cityscapes, and the corresponding objects in Dam Square itself, such as the buildings and neighborhoods shown in these paintings. It is thus a multimedia combining VR wireframes and bitmaps with still images and interface scripts. The principle behind this is that the user learns how to walk through the museum to view objects that together convey a unified view about Amsterdam, which the user can then later walk through.</ow:abstract>
  <ow:title>Virtual context - relating media objects to their real world subjects</ow:title>
  <ow:number>INS-R0022</ow:number>
  <ow:month>December</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0022.ps.Z"/>
  <ow:year>2000</ow:year>
  <ow:keywords>Virtual Reality, museum objects, hypermedia</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Lloyd Rutledge, Alex R. van Ballegooij, Anton Eliens. Virtual context - relating media objects to their real world subjects, number INS-R0022, December, 2000</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="usenix91_cmif">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <ow:author rdf:resource="#robert_van_liere"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#e37f62803a28ecd6ac3075d4819ef4946d2fd15c">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#guido_van_rossum"/>
      <rdf:li rdf:resource="#robert_van_liere"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the Summer 1991 USENIX Conference</ow:booktitle>
  <ow:title>A Structure for Transportable, Dynamic Multimedia Documents</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/usenix.doc.ps.gz"/>
  <ow:year>1991</ow:year>
  <ow:pages>137-155</ow:pages>
  <ow:address>Nashville, TN</ow:address>
  <rdfs:label>Dick C.A. Bulterman, Guido van Rossum, Robert van Liere. A Structure for Transportable, Dynamic Multimedia Documents. In: Proceedings of the Summer 1991 USENIX Conference, 1991</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-R0024">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a474bd0da379120489a72b829673042fc12d8156">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">A single multimedia document model needs to include a wide range of different types of information. In particular, information about space and time is essential for determining the spatial and temporal placement of elements within a presentation. Each information type included in a document model requires its own structuring mechanisms. The language used to express the document model has to be able to encapsulate the plurality of required structures. While this is a process that can be carried out relatively easily during the initial design of a language, it is more difficult in the case that a particular document language already exists and extra multimedia characteristics are required. For example, one could consider adding temporal information to an existing "static" document language. We investigate the underlying problems of superimposing a new document feature on an existing language and discuss possible strategies for integrating the required extra information in a modified document description language.</ow:abstract>
  <ow:title>Integrating Multimedia Characteristics in Web-based Document Languages</ow:title>
  <ow:number>INS-R0024</ow:number>
  <ow:month>December</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0024.pdf"/>
  <ow:year>2000</ow:year>
  <ow:keywords>multimedia document characteristics, time-based, spatial, text-flow, composition structures, Web markup languages</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman, Lloyd Rutledge. Integrating Multimedia Characteristics in Web-based Document Languages, number INS-R0024, December, 2000</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_ht05sem2doc">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Poster</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#martin_alberink"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#mettina_veenstra"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3113ba3dd6a726dd00bebb192636db3d329f0b1a">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#martin_alberink"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#mettina_veenstra"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>ACM Hypertext</ow:booktitle>
  <ow:title>Generalized Semantics-to-Document Derivation</ow:title>
  <ow:month>September  6-9</ow:month>
  <ow:url rdf:resource="http://homepages.cwi.nl/~media/conferences/HT2005poster/"/>
  <ow:year>2005</ow:year>
  <ow:pages>284-285</ow:pages>
  <ow:address>Salzburg, Austria</ow:address>
  <rdfs:label>Lloyd Rutledge, Martin Alberink, Lynda Hardman, Mettina Veenstra. Generalized Semantics-to-Document Derivation. In: ACM Hypertext, September  6-9, 2005</rdfs:label>
</ow:InProceedings>

<ow:Unpublished rdf:ID="ihm-hci2001_sire">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Rejected by IHM-HCI 2001</ow:note>
  <ow:author rdf:resource="#stephane_sire"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#406d099674321511ac600cb0a90f8e28503065f2">
      <rdf:li rdf:resource="#stephane_sire"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>TEd: a Treemap based Editor widget</ow:title>
  <ow:month>September  10-14</ow:month>
  <ow:year>2001</ow:year>
  <rdfs:label>Stephane Sire. TEd: a Treemap based Editor widget, September  10-14, 2001</rdfs:label>
</ow:Unpublished>

<ow:InProceedings rdf:ID="Semiotics_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6ba6da124703cb5b068c2404d10db2391b1f13b1">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Workshop on Computational Semiotics for New Media</ow:booktitle>
  <ow:title>About the influence of computer semiotics on communal Intelligence</ow:title>
  <ow:month>June  29-30</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/SemioticWS.pdf"/>
  <ow:year>2000</ow:year>
  <ow:address>University of Surrey, Guildford, Surrey, UK</ow:address>
  <rdfs:label>Frank Nack. About the influence of computer semiotics on communal Intelligence. In: Workshop on Computational Semiotics for New Media, June  29-30, 2000</rdfs:label>
</ow:InProceedings>

<ow:Misc rdf:ID="schwarz03">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#katharina_schwarz"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#bcea3097cff1e7cd1324fa36d8af658f92b4e6cc">
      <rdf:li rdf:resource="#katharina_schwarz"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>An investigation on the relationship between the user model and graphic representations for the automated generation of multimedia presentations</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/thesis_kat.pdf"/>
  <ow:year>2003</ow:year>
  <ow:howpublished>Diploma Media System Design, University of Applied Sciences Darmstadt</ow:howpublished>
  <rdfs:label>Katharina Schwarz. An investigation on the relationship between the user model and graphic representations for the automated generation of multimedia presentations, 2003</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="ins_samt06">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-E0606</ow:comment>
  <ow:author rdf:resource="#raphael_troncy"/>
  <ow:author rdf:resource="#werner_bailer"/>
  <ow:author rdf:resource="#michael_hausenblas"/>
  <ow:author rdf:resource="#philip_hofmair"/>
  <ow:author rdf:resource="#rudolf_schlatte"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0997836c7db864909e54bcc54f115395619f888e">
      <rdf:li rdf:resource="#raphael_troncy"/>
      <rdf:li rdf:resource="#werner_bailer"/>
      <rdf:li rdf:resource="#michael_hausenblas"/>
      <rdf:li rdf:resource="#philip_hofmair"/>
      <rdf:li rdf:resource="#rudolf_schlatte"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Semantic Multimedia - SAMT 2006</ow:booktitle>
  <ow:title>Enabling Multimedia Metadata Interoperability by Defining Formal Semantics of MPEG-7 Profiles</ow:title>
  <ow:abstract rdf:parseType="Literal">MPEG-7 can be used to create complex and comprehensive metadata descriptions of multimedia content. Since MPEG-7 is defined in terms of an XML schema, the semantics of its elements have no formal grounding. In addition, certain features can be described in multiple ways. MPEG-7 profiles are subsets of the standard that apply to specific application areas, which can be used to reduce this syntactic variability, but they still lack formal semantics. In this paper, we propose an approach for expressing semantics explicitly by formalizing the semantic constraints of a profile using ontologies and rules, thus enabling interoperability and automatic use for MPEG-7 based applications. We demonstrate the feasibility of the approach by implementing a validation service for a subset of the semantic constraints of the Detailed Audiovisual Profile (DAVP).</ow:abstract>
  <ow:month>December  6-8</ow:month>
  <ow:url rdf:resource="http://dx.doi.org/10.1007/11930334_4"/>
  <ow:year>2006</ow:year>
  <ow:keywords>MPEG-7, Metadata interoperability, OWL/RDF, Semantic validation service</ow:keywords>
  <ow:pages>41-55</ow:pages>
  <ow:address>Athens, Greece</ow:address>
  <rdfs:label>Raphael Troncy, Werner Bailer, Michael Hausenblas, Philip Hofmair, Rudolf Schlatte. Enabling Multimedia Metadata Interoperability by Defining Formal Semantics of MPEG-7 Profiles. In: Semantic Multimedia - SAMT 2006, December  6-8, 2006</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="ins_nrhm">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>7</ow:volume>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#menzo_windhouwer"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#eric_pauwels"/>
  <ow:author rdf:resource="#michele_huijberts"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#84ee21282eff9d946ff7215622bd8b6305f0e624">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#menzo_windhouwer"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#eric_pauwels"/>
      <rdf:li rdf:resource="#michele_huijberts"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>New Review of Hypermedia and Multimedia</ow:journal>
  <ow:title>The Role of High-level and Low-level Features in Style-based Retrieval and Generation of Multimedia Presentations</ow:title>
  <ow:abstract rdf:parseType="Literal">In this article we argue that the automatic generation of dynamic multimedia presentation requires both low-level collections of objective measurements for media units representing prototypical style elements, and high-level conceptual descriptions supporting contextual and presentational requirements. Only the combination of both facilitates the retrieval of adequate material and its user-centered presentation. We discuss the problems of visual signification for images in dynamic systems and explain how a combined approach can help overcome such problems. We then propose an architecture for such a system and present its applicability for a museum-oriented multimedia system with a working example.</ow:abstract>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nack-nrhm2001-nack-et-al.pdf"/>
  <ow:year>2001</ow:year>
  <ow:pages>39-65</ow:pages>
  <rdfs:label>Frank Nack, Menzo Windhouwer, Lynda Hardman, Eric Pauwels, Michele Huijberts. The Role of High-level and Low-level Features in Style-based Retrieval and Generation of Multimedia Presentations. New Review of Hypermedia and Multimedia 7, 2001</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="acmpanel_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">This is the description of the conference panel, organized by Chitra Dorai and Frank Nack</ow:note>
  <ow:author rdf:resource="#chitra_dorai"/>
  <ow:author rdf:resource="#andreas_mauthe"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#thomas_sikora"/>
  <ow:author rdf:resource="#herbert_zettl"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1682b92b5d1f7d6902d780661a2c4e852cc74db2">
      <rdf:li rdf:resource="#chitra_dorai"/>
      <rdf:li rdf:resource="#andreas_mauthe"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#thomas_sikora"/>
      <rdf:li rdf:resource="#herbert_zettl"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 10th ACM International Conference on Multimedia</ow:booktitle>
  <ow:title>Media Semantics: Who needs it and why?</ow:title>
  <ow:month>December  1-6</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nack-acm-panel-2002.pdf"/>
  <ow:year>2002</ow:year>
  <ow:pages>580-583</ow:pages>
  <ow:address>Juan-les-Pins, France</ow:address>
  <rdfs:label>Chitra Dorai, Andreas Mauthe, Frank Nack, Lloyd Rutledge, Thomas Sikora, Herbert Zettl. Media Semantics: Who needs it and why?. In: Proceedings of the 10th ACM International Conference on Multimedia, December  1-6, 2002</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="nrhm_lindley">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>6</ow:volume>
  <ow:note rdf:parseType="Literal">edited by Lynda Hardman</ow:note>
  <ow:author rdf:resource="#craig_lindley"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1155ce87434ccce9e6e1e63cb7e078cd955601e5">
      <rdf:li rdf:resource="#craig_lindley"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>New Review of Hypermedia and Multimedia 2000</ow:journal>
  <ow:title>Hybrid Narrative and Associative/Categorical Strategies for Interactive and Dynamic Video Presentation Generation</ow:title>
  <ow:abstract rdf:parseType="Literal">There are a number of different approaches for automatically selecting video clips from a video database and sequencing them into meaningful presentations for viewers. The video database represents a multidimensional video hyperspace, and the sequencing algorithms function as (interactive) dynamic linking and path generation techniques within this hyperspace. Sequencing has been based upon either a narrative or a categorical model of video form. Each of these forms has its respective advantages and disadvantages, and varying suitability for different applications. The two primary forms may also be combined into several hybrid forms, both at the same level and at different levels of the syntactic composition of video sequences, to provide more options for authoring interactive dynamic video productions. Narrative, categorical, and hybrid sequence generation strategies can be applied to a variety of media modalities, including the automated generation of behaviour within virtual environments and computer animations.</ow:abstract>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nrhm00-linnack.pdf"/>
  <ow:year>2000</ow:year>
  <ow:pages>111-145</ow:pages>
  <rdfs:label>Craig Lindley, Frank Nack. Hybrid Narrative and Associative/Categorical Strategies for Interactive and Dynamic Video Presentation Generation. New Review of Hypermedia and Multimedia 2000 6, 2000</rdfs:label>
</ow:Article>

<ow:TechnicalReport rdf:ID="INS-R0025">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#frank_cornelissen"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7e390506236d68b622907b6c2e3a06e11c524ea3">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#frank_cornelissen"/>
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The report describes the architecture of emphCuypers, a system supporting second and third generation Web-based multimedia. First generation Web-content encodes information in handwritten (HTML) Web pages. Second generation Web content generates HTML pages on demand, e.g. by filling in templates with content retrieved dynamically from a database or transformation of structured documents using style sheets (e.g. XSLT). Third generation Web pages will make use of rich markup (e.g. XML) along with metadata (e.g. RDF) schemes to make the content not only machine readable but also machine processable -- a necessary pre-requisite to the emphSemantic Web. While text-based content on the Web is already rapidly approaching the third generation, multimedia content is still trying to catch up with second generation techniques. Multimedia document processing has a number of fundamentally different requirements from text which make it more difficult to incorporate within the document processing chain. In particular, multimedia transformation uses different document and presentation abstractions, its formatting rules cannot be based on text-flow, it requires feedback from the formatting back-end and is hard to describe in the functional style of current style languages. We state the requirements for second generation processing of multimedia and describe how these have been incorporated in our prototype multimedia document transformation environment, emphCuypers. The system overcomes a number of the restrictions of the text-flow based tool sets by integrating a number of conceptually distinct processing steps in a single runtime execution environment. We describe the need for these different processing steps and describe them in turn (semantic structure, communicative device, qualitative constraints, quantitative constraints, final form presentation), and illustrate our approach by means of an example. We conclude by discussing the models and techniques required for the creation of third generation multimedia content.</ow:abstract>
  <ow:title>Cuypers: a semi-automatic hypermedia generation system</ow:title>
  <ow:number>INS-R0025</ow:number>
  <ow:month>December</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0025.ps.Z"/>
  <ow:year>2000</ow:year>
  <ow:keywords>Multimedia, Transformations, CLP, XSLT, XML, SMIL, Topia</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Frank Cornelissen, Joost Geurts, Lloyd Rutledge, Lynda Hardman. Cuypers: a semi-automatic hypermedia generation system, number INS-R0025, December, 2000</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_swcase05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Workshop colocated with ISWC 2005</ow:note>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#giorgos_stamou"/>
  <ow:author rdf:resource="#jeff_z_pan"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#64cb946c652afa64e0a10b5dfb4c4059d46f9a48">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#giorgos_stamou"/>
      <rdf:li rdf:resource="#jeff_z_pan"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Semantic Web Case Studies and Best Practices for eBusiness</ow:booktitle>
  <ow:title>Multimedia Annotations and the Semantic Web</ow:title>
  <ow:month>November  7</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/SWCASE05.pdf"/>
  <ow:year>2005</ow:year>
  <rdfs:label>Jacco van Ossenbruggen, Giorgos Stamou, Jeff Z. Pan. Multimedia Annotations and the Semantic Web. In: Semantic Web Case Studies and Best Practices for eBusiness, November  7, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_mw2007">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#alia_amin"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#michiel_hildebrand"/>
  <ow:author rdf:resource="#mark_van_assem"/>
  <ow:author rdf:resource="#borys_omelayenko"/>
  <ow:author rdf:resource="#guus_schreiber"/>
  <ow:author rdf:resource="#anna_tordai"/>
  <ow:author rdf:resource="#victor_de_boer"/>
  <ow:author rdf:resource="#bob_wielinga"/>
  <ow:author rdf:resource="#jan_wielemaker"/>
  <ow:author rdf:resource="#marco_de_niet"/>
  <ow:author rdf:resource="#jos_taekema"/>
  <ow:author rdf:resource="#marie-france_van_orsouw"/>
  <ow:author rdf:resource="#annemiek_teesing"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#abea4355e42c4b027e4e099b6df6138e1e0bd009">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#alia_amin"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#michiel_hildebrand"/>
      <rdf:li rdf:resource="#mark_van_assem"/>
      <rdf:li rdf:resource="#borys_omelayenko"/>
      <rdf:li rdf:resource="#guus_schreiber"/>
      <rdf:li rdf:resource="#anna_tordai"/>
      <rdf:li rdf:resource="#victor_de_boer"/>
      <rdf:li rdf:resource="#bob_wielinga"/>
      <rdf:li rdf:resource="#jan_wielemaker"/>
      <rdf:li rdf:resource="#marco_de_niet"/>
      <rdf:li rdf:resource="#jos_taekema"/>
      <rdf:li rdf:resource="#marie-france_van_orsouw"/>
      <rdf:li rdf:resource="#annemiek_teesing"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Museums and the Web 2007</ow:booktitle>
  <ow:title>Searching and Annotating Virtual Heritage Collections with Semantic-Web Techniques</ow:title>
  <ow:month>April  11-14</ow:month>
  <ow:url rdf:resource="http://www.archimuse.com/mw2007/papers/ossenbruggen/ossenbruggen.html"/>
  <ow:year>2007</ow:year>
  <ow:abstract rdf:parseType="Literal">This paper describes ongoing work of a project aimed at exploiting Semantic Web techniques to support searching and annotating large cross-institutional digital-heritage collections. The project demonstrator contains multiple collections and multiple vocabularies. The architecture is fully based on Web standards. We show novel search and presentation techniques which make use of interoperability between the collections and between the vocabularies.</ow:abstract>
  <rdfs:label>Jacco van Ossenbruggen, Alia Amin, Lynda Hardman, Michiel Hildebrand, Mark van Assem, Borys Omelayenko, Guus Schreiber, Anna Tordai, Victor de Boer, Bob Wielinga, Jan Wielemaker, Marco de Niet, Jos Taekema, Marie-France van Orsouw, Annemiek Teesing. Searching and Annotating Virtual Heritage Collections with Semantic-Web Techniques. In: Museums and the Web 2007, April  11-14, 2007</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="ins_ieee06">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>13</ow:volume>
  <ow:note rdf:parseType="Literal">John R. Smith, editor</ow:note>
  <ow:author rdf:resource="#giorgos_stamou"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#jeff_z_pan"/>
  <ow:author rdf:resource="#guus_schreiber"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a0492844693036cbc7e32f88c0ec2cae89fa4fbb">
      <rdf:li rdf:resource="#giorgos_stamou"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#jeff_z_pan"/>
      <rdf:li rdf:resource="#guus_schreiber"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Multimedia Annotations on the Semantic Web</ow:title>
  <ow:number>1</ow:number>
  <ow:abstract rdf:parseType="Literal">Multimedia in all forms (images, video, graphics, music, speech) is exploding on the Web. The content needs to be annotated and indexed to enable effective search and retrieval. However, recent standards and best practices for multimedia metadata don't provide semantically rich descriptions of multimedia content. On the other hand, the World Wide Web Consortium's (W3C's) Semantic Web effort has been making great progress in advancing techniques for annotating semantics of Web resources. To bridge this gap, a new W3C task force has been created to investigate multimedia annotations on the Semantic Web. This article examines the problems of semantically annotating multimedia and describes the integration of multimedia metadata with the Semantic Web. (Editor's note by John R. Smith).</ow:abstract>
  <ow:month>January-March</ow:month>
  <ow:url rdf:resource="http://csdl.computer.org/dl/mags/mu/2006/01/u1086.pdf"/>
  <ow:year>2006</ow:year>
  <ow:pages>86-90</ow:pages>
  <rdfs:label>Giorgos Stamou, Jacco van Ossenbruggen, Jeff Z. Pan, Guus Schreiber. Multimedia Annotations on the Semantic Web. IEEE MultiMedia 13(1), January-March, 2006</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="ieeeis_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f83730f3ec5c034dd6dadce65b6c7b4362cac0c3">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE Intelligent Systems</ow:journal>
  <ow:title>Media information spaces - a semantic challenge</ow:title>
  <ow:month>January-February</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/nack-ieee-intsys-2002.pdf"/>
  <ow:year>2002</ow:year>
  <ow:pages>81-83</ow:pages>
  <rdfs:label>Frank Nack. Media information spaces - a semantic challenge. IEEE Intelligent Systems, January-February, 2002</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="lindley99">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>2</ow:volume>
  <ow:author rdf:resource="#craig_a_lindley"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4f22afecea7af474255ba8843d1556a1fd2869a0">
      <rdf:li rdf:resource="#craig_a_lindley"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Multimedia Computing and Systems (icmcs), IEEE Computer Society</ow:journal>
  <ow:title>Generic Film Forms for Dynamic Virtual Video Synthesis</ow:title>
  <ow:abstract rdf:parseType="Literal">The FRAMES project within the RDN CRC (Cooperative Research Centre for Research Data Networks) is developing an experimental environment for video content-based retrieval and dynamic virtual video synthesis from archives of video data. The FRAMES research prototype is a video synthesis system incorporating an association engine for automatically generating associative sequences of video data. Authors preparing video descriptions, association specifications, and component video sequences require guidelines for developing the primitive video components and semantic representations required to create particular film forms. High level formal models of film and video provide such a methodology. In particular, categorical, associational, and abstract film forms can be generated based upon video component descriptors and specifications, while narrative and rhetorical forms require the introduction of independent rules or relations expressing causal and rhetorical relationships, respectively.</ow:abstract>
  <ow:year>1999</ow:year>
  <ow:pages>97-101</ow:pages>
  <rdfs:label>Craig A. Lindley. Generic Film Forms for Dynamic Virtual Video Synthesis. Multimedia Computing and Systems (icmcs), IEEE Computer Society 2, 1999</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="mmm97">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#34b2685be0ddc5545b07fe5fe4a35e1c77960dc0">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Multimedia Modelling</ow:booktitle>
  <ow:title>Models, Media and Motion: Using the Web to Support Multimedia Documents</ow:title>
  <ow:month>November  17-20</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/mmm97.ps.gz"/>
  <ow:year>1997</ow:year>
  <ow:pages>227-246</ow:pages>
  <rdfs:label>Dick C.A. Bulterman. Models, Media and Motion: Using the Web to Support Multimedia Documents. In: Multimedia Modelling, November  17-20, 1997</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_coopuse">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#editions_hermes"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#031c9673e601800413ffeef95b8a47a940e62af8">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Actes de la 4e conference internationale Hypertextes et Hypermedias -- realisations, outils &amp; methodes</ow:booktitle>
  <ow:title>Cooperative use of MHEG and HyTime in Hypermedia Environments</ow:title>
  <ow:number>(1)2-3-4</ow:number>
  <ow:abstract rdf:parseType="Literal">The standards MHEG-5 and HyTime are interchange formats for hypermedia information. While they may seem to compete, they actually play separate and complementary roles in a complete and open hypermedia environment. MHEG-5 is used for portable final-form hypermedia presentations. HyTime is used for the long-term, presentation-independent storage of hypermedia documents. Given these tasks, MHEG-5 can be used to encode presentations of HyTime documents. This paper explores these two standards, the cooperative roles they play and their application to the CMIF hypermedia environment architecture. The issues discussed include the semantic overlap between the hypermedia models each standard represents and how the use of each standard affects the cooperative use of the other.</ow:abstract>
  <ow:month>September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/hhptm97.pdf"/>
  <ow:series>Hypertextes et Hypermedias</ow:series>
  <ow:editor rdf:resource="#jean-pierre_balbe"/>
  <ow:editor rdf:resource="#alain_lelu"/>
  <ow:editor rdf:resource="#marc_nanard"/>
  <ow:editor rdf:resource="#imad_saleh"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#dc000839bc9f73b737cd5e63df3617b552470d64">
      <rdf:li rdf:resource="#jean-pierre_balbe"/>
      <rdf:li rdf:resource="#alain_lelu"/>
      <rdf:li rdf:resource="#marc_nanard"/>
      <rdf:li rdf:resource="#imad_saleh"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1997</ow:year>
  <ow:keywords>MHEG-5, HyTime, DSSSL, CMIF, Hypermedia Authoring</ow:keywords>
  <ow:pages>57-73</ow:pages>
  <ow:address>Paris</ow:address>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. Cooperative use of MHEG and HyTime in Hypermedia Environments. In: Actes de la 4e conference internationale Hypertextes et Hypermedias -- realisations, outils &amp; methodes, number (1)2-3-4, Editions HERMES, September, 1997</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="lindley98">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>0</ow:volume>
  <ow:isbn>0-8186-8353-8</ow:isbn>
  <ow:author rdf:resource="#craig_a_lindley"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#e9386a30076305f67a28619e243a47c83ca3334d">
      <rdf:li rdf:resource="#craig_a_lindley"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Database and Expert Systems Applications (DEXA'98), IEEE Computer Society</ow:journal>
  <ow:title>The FRAMES Processing Model for the Synthesis of Dynamic Virtual Video Sequences</ow:title>
  <ow:abstract rdf:parseType="Literal">The FRAMES project within the RDN CRC (Cooperative Research Centre for Research Data Networks) is developing an experimental environment for video content-based retrieval and dynamic virtual video synthesis from archives of video data. This paper describes the FRAMES dynamic virtual video synthesis process. The generation of dynamic virtual videos is based upon content descriptions of archived material, together with a specification of the videos that are to be created. Several different types of queries that refer to semantic features can be embedded within a specification; the execution of these queries determines the specific video content that will be displayed. This paper begins by describing the semantic descriptions that FRAMES uses, based upon a multi-level model of video semantics. The paper then describes the query types and associated execution processes used to generate dynamic virtual videos based upon prescriptions and content descriptions.</ow:abstract>
  <ow:year>1998</ow:year>
  <ow:pages>119-122</ow:pages>
  <rdfs:label>Craig A. Lindley. The FRAMES Processing Model for the Synthesis of Dynamic Virtual Video Sequences. Database and Expert Systems Applications (DEXA'98), IEEE Computer Society, 1998</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="eam95">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ab1c299ebe2e54edf187e444dbf9ba8517f2c9f6">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Electronic Proceedings of the ACM Workshop on Effective Abstractions in Multimedia</ow:booktitle>
  <ow:title>Using the Amsterdam Hypermedia Model for Abstracting Presentation Behavior</ow:title>
  <ow:month>November  4</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/mmpapers/eam_mm95.ps.gz"/>
  <ow:year>1995</ow:year>
  <ow:abstract rdf:parseType="Literal">We give a short description of the Amsterdam Hypermedia Model followed by examples of its use in a number of existing and planned applications. The main application to date has been as a basis of the multimedia authoring system, CMIFed, along with its ability to specify trade-offs for resource use. We discuss the models potential for generating differing document formats, followed by future work on using it as a goal format for generating multimedia documents.</ow:abstract>
  <ow:address>ACM Multimedia 1995 Workshop, San Francisco, CA</ow:address>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman. Using the Amsterdam Hypermedia Model for Abstracting Presentation Behavior. In: Electronic Proceedings of the ACM Workshop on Effective Abstractions in Multimedia, November  4, 1995</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_generic">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3c6e8357aa936dc330b49be1a08f2f4552114736">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>ICCC/IFIP Conference -- Electronic Publishing '97</ow:booktitle>
  <ow:title>Generic Hypermedia Structure and Presentation Specification</ow:title>
  <ow:month>April</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/iccc97.pdf"/>
  <ow:year>1997</ow:year>
  <ow:keywords>Hypermedia, Document Processing, Dexter, AHM, SGML, DSSSL, HyTime</ow:keywords>
  <ow:abstract rdf:parseType="Literal">We consider the generic hypermedia structure of a document to be a means of representing the document that allows it to be processed into a wide variety of presentations. Representing a document in this manner requires additional specification and resources to render it into any presentation. In this paper we discuss the relationship between the generic hypermedia structure of documents and the processing of this structure into presentation. Our discussion is expressed in terms of existing models for hypertext and hypermedia systems and also in terms of ISO standards for text and hypermedia document formatting and processing. The discussion and the resulting formalisms and the resulting formalisms are illustrated with extension designs for the hypermedia authoring and presentation environment developed at our laboratory.</ow:abstract>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. Generic Hypermedia Structure and Presentation Specification. In: ICCC/IFIP Conference -- Electronic Publishing '97, April, 1997</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ecdl04_falkovych">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jane_hunter"/>
  <ow:author rdf:resource="#katya_falkovych"/>
  <ow:author rdf:resource="#suzanne_little"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3ee4d79e3242258499305fa07d21b2c5dd3393a9">
      <rdf:li rdf:resource="#jane_hunter"/>
      <rdf:li rdf:resource="#katya_falkovych"/>
      <rdf:li rdf:resource="#suzanne_little"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>8th European Digital Libraries Conference</ow:booktitle>
  <ow:title>Next Generation Search Interfaces - Interactive Data Exploration and Hypothesis Testing</ow:title>
  <ow:abstract rdf:parseType="Literal">To date, the majority of Web search engines have provided simple keyword search interfaces that present the results as a ranked list of hyperlinks. More recently researchers have been investigating interactive, graphical and multimedia approaches which use ontologies to model the knowledge space. Such systems use the semantic relationships to structure the assimilated search results into interactive semantic graphs or hypermedia presentations which enable the user to quickly and easily explore the results and detect previously unrecognized associations. More recently, the proliferation of eResearch communities has led to a demand for search interfaces which automate the discovery, analysis and assimilation of multiple information sources in order to prove or disprove a particular scientific theory or hypothesis. We believe that such semiautomated analysis, assimilation and hypothesis-driven approaches represent the next generation of search engines. In this paper we describe and evaluate such a search interface which we have developed for a particular eScience application.</ow:abstract>
  <ow:month>September</ow:month>
  <ow:url rdf:resource="http://www.springerlink.com/app/home/contribution.asp?wasp=chblqhrqrndk1xvrlh87&amp;referrer=parent&amp;backto=issue,9,47;journal,92,1851;linkingpublicationresults,1:105633,1"/>
  <ow:year>2004</ow:year>
  <ow:pages>86-98</ow:pages>
  <rdfs:label>Jane Hunter, Katya Falkovych, Suzanne Little. Next Generation Search Interfaces - Interactive Data Exploration and Hypothesis Testing. In: 8th European Digital Libraries Conference, September, 2004</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_htdemo2005">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">DEMONSTRATION SESSION: Demos</ow:note>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#b9efa57b0f50c340b325069eec16f4b2d67f3780">
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the sixteenth ACM Conference on Hypertext and Hypermedia 2005</ow:booktitle>
  <ow:title>Vox populi: a tool for automatically generating video documentaries</ow:title>
  <ow:abstract rdf:parseType="Literal">Vox Populi is a system that automatically generates video documentaries. Our application domain is video interviews about controversial topics. Via a Web interface the user selects one of the possible topics and a point of view she would like the generated sequence to present, and the engine selects and assembles video material from the repository to satisfy the user request.</ow:abstract>
  <ow:month>September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ht05demo.pdf"/>
  <ow:year>2005</ow:year>
  <ow:pages>292-294</ow:pages>
  <rdfs:label>Stefano Bocconi, Frank Nack, Lynda Hardman. Vox populi: a tool for automatically generating video documentaries. In: Proceedings of the sixteenth ACM Conference on Hypertext and Hypermedia 2005, September, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="loeber_explicit02">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#susanne_g_loeber"/>
  <ow:author rdf:resource="#lora_m_aroyo"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#d9aba52a0ea1642977da46619f317563624fd590">
      <rdf:li rdf:resource="#susanne_g_loeber"/>
      <rdf:li rdf:resource="#lora_m_aroyo"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Workshop on Recommendation and Personalization in eCommerce (at the 2nd International Conference on Adaptive Hypermedia and Adaptive Web Based Systems)</ow:booktitle>
  <ow:title>An explicit model for tailor-made eCommerce web presentations</ow:title>
  <ow:month>May  29-31</ow:month>
  <ow:url rdf:resource="http://ectrl.itc.it/rpec/RPEC-Papers/12-loeber.pdf"/>
  <ow:year>2002</ow:year>
  <ow:address>Malaga, Spain</ow:address>
  <rdfs:label>Susanne G. Loeber, Lora M. Aroyo, Lynda Hardman. An explicit model for tailor-made eCommerce web presentations. In: Workshop on Recommendation and Personalization in eCommerce (at the 2nd International Conference on Adaptive Hypermedia and Adaptive Web Based Systems), May  29-31, 2002</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="schwarz05fomi">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#katharina_schwarz"/>
  <ow:author rdf:resource="#timo_kouwenhoven"/>
  <ow:author rdf:resource="#virginia_dignum"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a68ffc4d1fd8afd056d679530d00aa8c38b356b1">
      <rdf:li rdf:resource="#katharina_schwarz"/>
      <rdf:li rdf:resource="#timo_kouwenhoven"/>
      <rdf:li rdf:resource="#virginia_dignum"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Formal Ontologies Meet Industry</ow:booktitle>
  <ow:title>Supporting the decision process for the choice of a domain modeling scheme</ow:title>
  <ow:month>June  9-10</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/fomi_position_paper_june2005.pdf"/>
  <ow:year>2005</ow:year>
  <ow:abstract rdf:parseType="Literal">Enterprises are experiencing the need to model their domain in order to improve the communication and control over their intellectual assets. There are several different approaches to modeling a domain, some old-fashioned, some trendy; practitioners are at a loss when having to decide which approach best suits their situation. In this research we compare different domain modeling schemes to find out which problem each of them is best suited to solve. The modeling schemes we consider are taxonomy, thesaurus and ontology. We draw relevant information from evaluating case studies and interviewing practitioners in the field of domain modeling. We restrict the scope to those projects that aim at improving the retrieval of information. The aim of this research is to support practitioners when they want to model their domain to choose the right scheme, considering the trade-offs being made between requirements and effort.</ow:abstract>
  <ow:address>Verona, Italy</ow:address>
  <rdfs:label>Katharina Schwarz, Timo Kouwenhoven, Virginia Dignum, Jacco van Ossenbruggen. Supporting the decision process for the choice of a domain modeling scheme. In: Formal Ontologies Meet Industry, June  9-10, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_ht05poster">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Poster</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9b555511e753ec1efa59968b6781f496f6c221c5">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>ACM Hypertext</ow:booktitle>
  <ow:title>Cruising the Semantic Web with Noadster</ow:title>
  <ow:month>September  6-9</ow:month>
  <ow:url rdf:resource="http://homepages.cwi.nl/~media/conferences/HT2005Noadster/"/>
  <ow:year>2005</ow:year>
  <ow:pages>290-291</ow:pages>
  <ow:address>Salzburg, Austria</ow:address>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen. Cruising the Semantic Web with Noadster. In: ACM Hypertext, September  6-9, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_patch07">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lora_aroyo"/>
  <ow:author rdf:resource="#brussee"/>
  <ow:author rdf:resource="#natalia_stash"/>
  <ow:author rdf:resource="#yiwen_wang"/>
  <ow:author rdf:resource="#henriette_cramer"/>
  <ow:author rdf:resource="#vanessa_evers"/>
  <ow:author rdf:resource="#satyan_ramlal"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#d4f4589b4d8d2d50090fefa801480a984d4e5685">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lora_aroyo"/>
      <rdf:li rdf:resource="#brussee"/>
      <rdf:li rdf:resource="#natalia_stash"/>
      <rdf:li rdf:resource="#yiwen_wang"/>
      <rdf:li rdf:resource="#henriette_cramer"/>
      <rdf:li rdf:resource="#vanessa_evers"/>
      <rdf:li rdf:resource="#satyan_ramlal"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>International Workshop on Personalization Enhanced Access to Cultural Heritage</ow:booktitle>
  <ow:title>Recommendation with Semantics for Cultural Heritage</ow:title>
  <ow:month>June  25</ow:month>
  <ow:url rdf:resource="http://www.cs.vu.nl/~laroyo/PATCH/Proceedings/PATCH.pdf"/>
  <ow:year>2007</ow:year>
  <ow:abstract rdf:parseType="Literal">This paper describes how the combination of recommendation and Semantic Web techniques can enhance user interaction with digital cultural heritage collections. The interface that this paper describes adapts user interaction to individual interest in both artworks and abstract concepts related to them. This paper presents an overview of several studies that evaluate a recommender system for museum collections. The findings and requirements derived from them form a basic framework for personalized exhibition tours that present multiple cultural artifacts as a structured and cohesive whole.</ow:abstract>
  <ow:address>Corfu, Greece</ow:address>
  <rdfs:label>Lloyd Rutledge, Lora Aroyo, Brussee, Natalia Stash, Yiwen Wang, Henriette Cramer, Vanessa Evers, Satyan Ramlal. Recommendation with Semantics for Cultural Heritage. In: International Workshop on Personalization Enhanced Access to Cultural Heritage, June  25, 2007</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="mm_nack2">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>2</ow:volume>
  <ow:author rdf:resource="#jana_dittmann"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#632aa2d283ca6380cec62cf17c55f888f7f0fb98">
      <rdf:li rdf:resource="#jana_dittmann"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Copyright - Copywrong</ow:title>
  <ow:number>4</ow:number>
  <ow:month>October - December</ow:month>
  <ow:url rdf:resource="http://www.computer.org/multimedia/mu2000/u4toc.htm"/>
  <ow:year>2000</ow:year>
  <rdfs:label>Jana Dittmann, Frank Nack. Copyright - Copywrong. IEEE MultiMedia 2(4), October - December, 2000</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="bulterman95embedded">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>13</ow:volume>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#e2301d53fc6334dec697de8012dc856ec69874dc">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Transactions on Information Systems</ow:journal>
  <ow:title>Embedded Video in Hypermedia Documents: Supporting Integration and Adaptive Control</ow:title>
  <ow:number>4</ow:number>
  <ow:url rdf:resource="http://ftp.cwi.nl/mmpapers/embedded_video.ps.gz"/>
  <ow:year>1995</ow:year>
  <ow:pages>440-470</ow:pages>
  <rdfs:label>Dick C.A. Bulterman. Embedded Video in Hypermedia Documents: Supporting Integration and Adaptive Control. Transactions on Information Systems 13(4), 1995</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ins_mmsemweb2005">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">part of 2nd European Semantic Web Conference</ow:note>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#fa53511d542c99a9cef8a370d10f32070cd507cf">
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Workshop on Multimedia and the Semantic Web</ow:booktitle>
  <ow:title>Requirements for practical multimedia annotation</ow:title>
  <ow:abstract rdf:parseType="Literal">Applications that use annotated multimedia assets need to be able to process all the annotations about a specific media asset. At first sight, this seems almost trivial, but annotations are needed for different levels of description, these need to be related to each other in the appropriate way and, in particular on the Semantic Web, annotations may not all be stored in the same place. We distinguish between technical descriptions of a media asset from content-level descriptions. At both levels, the annotations needed in a single application may come from different vocabularies. In addition, the instantiated values for a term used from an ontology also need to be specified. We present a number of existing vocabularies related to multimedia, discuss the above problems then discuss requirements for and the desirability of a lightweight multimedia ontology.</ow:abstract>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/MMSemweb2005.pdf"/>
  <ow:year>2005</ow:year>
  <ow:pages>4-11</ow:pages>
  <ow:address>Heraklion, Crete</ow:address>
  <rdfs:label>Joost Geurts, Jacco van Ossenbruggen, Lynda Hardman. Requirements for practical multimedia annotation. In: Workshop on Multimedia and the Semantic Web, May, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="lynda_ukht89">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>1-871516-08-0</ow:isbn>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#brian_s_sharratt"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#92f0716570dc65698160095a09b5cda3520bf451">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#brian_s_sharratt"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Hypertext: State of the Art</ow:booktitle>
  <ow:title>User-Centred Hypertext Design: The Application of HCI Design Principles and Guidelines</ow:title>
  <ow:editor rdf:resource="#ray_mcaleese"/>
  <ow:editor rdf:resource="#catherine_green"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f3d6cc6ef9b911f5b264d05b74075fd1456f3639">
      <rdf:li rdf:resource="#ray_mcaleese"/>
      <rdf:li rdf:resource="#catherine_green"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1989</ow:year>
  <ow:pages>252-259</ow:pages>
  <ow:address>York, UK</ow:address>
  <rdfs:label>Lynda Hardman, Brian S. Sharratt. User-Centred Hypertext Design: The Application of HCI Design Principles and Guidelines. In: Hypertext: State of the Art, 1989</rdfs:label>
</ow:InProceedings>

<ow:Misc rdf:ID="Czajka2002">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#karolina_czajka"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#af49ccd35037368b78ddbe30b0c4f9e388403b86">
      <rdf:li rdf:resource="#karolina_czajka"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The main thrust of this work is determined on the development of design rules to guide the manual or automatic design of user centred web environments for museums of the fine arts. Within the broad field of art presentation we focus on the analysis of the-state-of-the-art of museum website design. We are in particular interested in websites that present actual works of art. This leaves out simpler websites that only offer general information without displaying artifacts. Furthermore, we discuss the various needs of museum visitors. However, our design rules focus on those topics that will satisfy average museum visitors. There is still interesting work to be done regarding the needs of expert users, to whom a website might present information as diverse as the chemical composition of paints or the insurance value of a painting. Our design rules facilitate a wide range of devices and presentation sizes. However,for small screens (e.g.PDA s,phones) additional or different rules would need to be defined to come to an acceptable presentation. Our design rules cover quite a range of fundamental layout requirements such as topography, color and text, as well as more specialized layout issues such as corporate identity and art style dependent presentation. Aspects that we only glance upon and that desire more at tention are, for example, the combination of temporal media types, use of navigation and information structure. In the area of color, our rule set is still quite general and could be improved with additional, and more specific, rules.</ow:abstract>
  <ow:title>Design of interactive and adaptive interfaces to exploit large media-based knowledge spaces in the domain of museums for the fine arts</ow:title>
  <ow:month>June  14</ow:month>
  <ow:keywords>Topia</ow:keywords>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/kc-thesis2002.pdf"/>
  <ow:year>2002</ow:year>
  <ow:howpublished>Diploma Media System Design, University of Applied Sciences Darmstadt</ow:howpublished>
  <rdfs:label>Karolina Czajka. Design of interactive and adaptive interfaces to exploit large media-based knowledge spaces in the domain of museums for the fine arts, June  14, 2002</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="cosign01_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#craig_lindley"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#andy_clarke"/>
  <ow:author rdf:resource="#grethe_mitchell"/>
  <ow:author rdf:resource="#clive_fencott"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#d45d836c94488b5dc0e9ea2f665865a737e7c091">
      <rdf:li rdf:resource="#craig_lindley"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#andy_clarke"/>
      <rdf:li rdf:resource="#grethe_mitchell"/>
      <rdf:li rdf:resource="#clive_fencott"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 1st Conference on Computational Semiotics for Games and New Media</ow:booktitle>
  <ow:title>New media semiotics - computation and aesthetic function</ow:title>
  <ow:month>September  10-12</ow:month>
  <ow:url rdf:resource="http://www.cosignconference.org/cosign2001/papers/"/>
  <ow:year>2001</ow:year>
  <ow:pages>3-8</ow:pages>
  <ow:address>Amsterdam, The Netherlands</ow:address>
  <rdfs:label>Craig Lindley, Frank Nack, Andy Clarke, Grethe Mitchell, Clive Fencott. New media semiotics - computation and aesthetic function. In: Proceedings of the 1st Conference on Computational Semiotics for Games and New Media, September  10-12, 2001</rdfs:label>
</ow:InProceedings>

<ow:Unpublished rdf:ID="AHM_DTD">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">VU/CWI</ow:note>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7cde06acfaa5bb093ce709f28fe059a2edee6c3a">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>A HyTime-Compliant Interchange Format for CMIF Hypermedia Documents</ow:title>
  <ow:month>August</ow:month>
  <ow:year>1995</ow:year>
  <rdfs:label>Lynda Hardman, Jacco van Ossenbruggen, Dick C.A. Bulterman. A HyTime-Compliant Interchange Format for CMIF Hypermedia Documents, August, 1995</rdfs:label>
</ow:Unpublished>

<ow:TechnicalReport rdf:ID="INS-R0105">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c5784dd574d1dd3db188ab3ae235b5763d75b689">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Until recently, the Semantic Web was little more than a name for the next generation Web infrastructure as envisioned by its inventor, Tim Berners-Lee. Now, with the introduction of XML and RDF, and new developments such as RDF Schema and DAML+OIL, the Semantic Web is rapidly taking shape. In this paper, we first give an overview of the state-of-the-art in Semantic Web technology, the key relationships with traditional hypermedia research, and a comprehensive reference list to various sets of literature (Hypertext, Web and Semantic Web). The core of the paper presents a research agenda by describing the open research issues in the development of the Semantic Web from the perspective of hypermedia research.</ow:abstract>
  <ow:title>Hypermedia and the Semantic web: A research agenda</ow:title>
  <ow:number>INS-R0105</ow:number>
  <ow:month>May  31</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0105.pdf"/>
  <ow:year>2001</ow:year>
  <ow:keywords>Hypermedia, Semantic Web, XML, RDF, DAML+OIL, SMIL</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman, Lloyd Rutledge. Hypermedia and the Semantic web: A research agenda, number INS-R0105, May  31, 2001</rdfs:label>
</ow:TechnicalReport>

<ow:Article rdf:ID="mm_nack1">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>7</ow:volume>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#74f4251b3b6a0cd5a3ca2e7523ccfc97390b4e55">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>All content counts - the future in digital media computing is meta</ow:title>
  <ow:number>3</ow:number>
  <ow:url rdf:resource="http://www.computer.org/multimedia/mu2000/u3toc.htm"/>
  <ow:year>2000</ow:year>
  <ow:pages>10-13</ow:pages>
  <rdfs:label>Frank Nack. All content counts - the future in digital media computing is meta. IEEE MultiMedia 7(3), 2000</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ins_euroitv-07">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#pablo_cesar"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#julien_ducret"/>
  <ow:author rdf:resource="#samuel_cruz-lara"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#032b225f219b96bc366b855175f6a263a1f6aeba">
      <rdf:li rdf:resource="#pablo_cesar"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#julien_ducret"/>
      <rdf:li rdf:resource="#samuel_cruz-lara"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 5th European Conference EuroITV 2007, Lecture Notes in Computer Science LNCS 4471, Springer</ow:booktitle>
  <ow:title>An Architecture for Non-intrusive User Interfaces for Interactive Digital Television</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper presents an architecture that provides non-intrusive user interfaces in the interactive digital TV domain. The architecture is based on two concepts. First, the deployment of non-monolithic rendering for content consumption. This allows micro-level personalization of content delivery to be supported by utilizing different rendering components (e.g., sending video to the TV screen and extra information to a handheld device). Second, the definition of actions descriptions for user interaction, so that high-level user interaction intentions can be partitioned across a personalized collection of control components (e.g., handheld device). This paper introduces an over-all architecture to support micro-personalization and describes an implementation scenario developed to validate the architecture.</ow:abstract>
  <ow:month>May,  24-25</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/euroitv07.pdf"/>
  <ow:year>2007</ow:year>
  <ow:pages>11-20</ow:pages>
  <ow:address>Amsterdam, The Netherlands</ow:address>
  <rdfs:label>Pablo Cesar, Dick C.A. Bulterman, Zeljko Obrenovic, Julien Ducret, Samuel Cruz-Lara. An Architecture for Non-intrusive User Interfaces for Interactive Digital Television. In: Proceedings of the 5th European Conference EuroITV 2007, Lecture Notes in Computer Science LNCS 4471, Springer, May,  24-25, 2007</rdfs:label>
</ow:InProceedings>

<ow:InCollection rdf:ID="ins_breure">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#erlbaum"/>
  <ow:funding>NAP,NWO</ow:funding>
  <ow:project>NASH,ToKeN</ow:project>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#39153cabd6f26d53f11c0fa039caf7668b8c5c47">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Creation, Use and Deployment of Digital Information</ow:booktitle>
  <ow:title>From Syntactic Towards Semantic-driven Document Transformations</ow:title>
  <ow:month>March</ow:month>
  <ow:class>ACM H.5.1, I.7.2, H.5.4</ow:class>
  <ow:editor rdf:resource="#herre_van_oostendorp"/>
  <ow:editor rdf:resource="#andrew_dillon"/>
  <ow:editor rdf:resource="#leen_breure"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0de39d7a333a31c40ff3c3375336b217a1dd5166">
      <rdf:li rdf:resource="#herre_van_oostendorp"/>
      <rdf:li rdf:resource="#andrew_dillon"/>
      <rdf:li rdf:resource="#leen_breure"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>2005</ow:year>
  <ow:subproject>I2RP</ow:subproject>
  <ow:pages>55-72</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman. From Syntactic Towards Semantic-driven Document Transformations. In: Creation, Use and Deployment of Digital Information, Erlbaum, March, 2005</rdfs:label>
</ow:InCollection>

<ow:TechnicalReport rdf:ID="KU-N0407">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#richard_arndt"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <ow:author rdf:resource="#steffen_staab"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3e7756edda8ddcb80fa8e53056775012fa280d19">
      <rdf:li rdf:resource="#richard_arndt"/>
      <rdf:li rdf:resource="#raphael_troncy"/>
      <rdf:li rdf:resource="#steffen_staab"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Semantic descriptions of non-textual media available on the web can be used to facilitate retrieval and presentation of media assets and documents containing them. While technologies for multimedia semantic descriptions already exist, there is as yet no formal description of a high quality multimedia ontology that is compatible with existing (semantic) web technologies. We explain the complexity of the problem using an annotation scenario. We then derive a number of requirements for specifying a formal multimedia ontology, including: compatibility with MPEG-7, embedding in foundational ontologies, and modularisation including separation of document structure from domain knowledge. We then present the developed ontology and discuss it with respect to our requirements.</ow:abstract>
  <ow:title>Adding Formal Semantics to MPEG7: Designing a Well-Founded Multimedia Ontology for the Web</ow:title>
  <ow:number>KU-N0407</ow:number>
  <ow:month>January</ow:month>
  <ow:url rdf:resource="http://www.uni-koblenz.de/~aggrimm/arbeitsberichte/arbeitsberichte_4_2007.pdf"/>
  <ow:year>2007</ow:year>
  <ow:keywords>Multimedia Ontology, MPEG-7, DOLCE, Model</ow:keywords>
  <ow:institution rdf:resource="#ku_and_cwi"/>
  <rdfs:label>Richard Arndt, Raphael Troncy, Steffen Staab, Lynda Hardman. Adding Formal Semantics to MPEG7: Designing a Well-Founded Multimedia Ontology for the Web, number KU-N0407, January, 2007</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="eg95_ins">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#94e4411f699d54fb17ff37c9d4a40f5651c04cdf">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>State of The Art Report in Eurographics '95</ow:booktitle>
  <ow:title>Authoring Support for Durable Interactive Multimedia Presentations</ow:title>
  <ow:month>August  29 - September 1</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/mmpapers/eg95.ps.gz"/>
  <ow:year>1995</ow:year>
  <ow:address>Maastricht, The Netherlands</ow:address>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman. Authoring Support for Durable Interactive Multimedia Presentations. In: State of The Art Report in Eurographics '95, August  29 - September 1, 1995</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_icme2005">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#2aaeae828564acaba568be02bf0e153c9654ec63">
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the IEEE International Conference on Multimedia and Expo (ICME) 2005</ow:booktitle>
  <ow:title>Using Rhetorical Annotations for Generating Video Documentaries</ow:title>
  <ow:month>July</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/icme2005.pdf"/>
  <ow:year>2005</ow:year>
  <ow:abstract rdf:parseType="Literal">We use rhetorical annotations to specify a generation process that can assemble meaningful video sequences with a communicative goal and an argumentative progression. Our annotation schema encodes the verbal information contained in the audio channel, identifying the claims the interviewees make and the argumentation structures they use to make those claims. Based on this schema, we construct a semantic graph which is traversed by rhetoric-based strategies selecting video segments. The selected video segments are edited to form a meaningful video sequence.</ow:abstract>
  <rdfs:label>Stefano Bocconi, Frank Nack, Lynda Hardman. Using Rhetorical Annotations for Generating Video Documentaries. In: Proceedings of the IEEE International Conference on Multimedia and Expo (ICME) 2005, July, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="AHM_cmifed">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <ow:author rdf:resource="#jack_jansen"/>
  <ow:author rdf:resource="#k_sjoerd_mullender"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c9062e3c743092643496b1f2bf074f7a3b7bf615">
      <rdf:li rdf:resource="#guido_van_rossum"/>
      <rdf:li rdf:resource="#jack_jansen"/>
      <rdf:li rdf:resource="#k_sjoerd_mullender"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The First ACM International Conference on Multimedia</ow:booktitle>
  <ow:title>CMIFed: A Presentation Environment for Portable Hypermedia Documents</ow:title>
  <ow:month>August</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/cmifed.ps.gz"/>
  <ow:year>1993</ow:year>
  <ow:pages>183-188</ow:pages>
  <rdfs:label>Guido van Rossum, Jack Jansen, K. Sjoerd Mullender, Dick C.A. Bulterman. CMIFed: A Presentation Environment for Portable Hypermedia Documents. In: The First ACM International Conference on Multimedia, August, 1993</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_w4a-oss-accessibility">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c0267a36c8ebc8dc0a8622546d78f7ea6d9fc0ea">
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 2007 international cross-disciplinary conference on Web accessibility (W4A), ACM International Conference Proceeding Series, Vol. 225</ow:booktitle>
  <ow:title>Web browser accessibility using open source software</ow:title>
  <ow:abstract rdf:parseType="Literal">A Web browser provides a uniform user interface to different types of information. Making this interface universally accessible and more interactive is a long term goal still far from being achieved. Universally accessible browsers require novel interaction modalities and additional functionalities, for which existing browsers tend to provide only partial solutions. Although functionality for Web accessibility can be found as open source and free software components, their reuse and integration is complex because they were developed in diverse implementation environments, following standards and conventions incompatible with the Web. To enable the integration of existing partial solutions within a mainstream Web browser environment, we have developed a middleware infrastructure, AMICO:WEB. This enables browser access to a wide variety of open source and free software components. The main contribution of AMICO:WEB is in enabling the syntactic interoperability between Web extension mechanisms and a variety of integration mechanisms used by open source and free software components. It also bridges the semantic differences between the high-level world of Web XML-based APIs and the low-level APIs of the device-oriented world. We discuss the design decisions made during the development of AMICO:WEB in the context of Web accessibility, using two typical usage scenarios: one describing a disabled user using a mainstream Web browser with additional interaction modalities; another describing a non-disabled user browsing in a suboptimal interaction situation.</ow:abstract>
  <ow:month>May,  7-8</ow:month>
  <ow:url rdf:resource="http://doi.acm.org/10.1145/1243441.1243451"/>
  <ow:year>2007</ow:year>
  <ow:pages>15-24</ow:pages>
  <ow:address>Banff, Canada</ow:address>
  <rdfs:label>Zeljko Obrenovic, Jacco van Ossenbruggen. Web browser accessibility using open source software. In: Proceedings of the 2007 international cross-disciplinary conference on Web accessibility (W4A), ACM International Conference Proceeding Series, Vol. 225, May,  7-8, 2007</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="sigproc_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>16</ow:volume>
  <ow:note rdf:parseType="Literal">Special issue on MPEG-7</ow:note>
  <ow:author rdf:resource="#jane_hunter"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#80679b50cfc2e9c7160b7f1f1fa241eefee774ab">
      <rdf:li rdf:resource="#jane_hunter"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Signal Processing: Image Communication Journal</ow:journal>
  <ow:title>An Overview of the MPEG-7 Description Definition Language (DDL) Proposals</ow:title>
  <ow:year>2000</ow:year>
  <ow:pages>271-293</ow:pages>
  <rdfs:label>Jane Hunter, Frank Nack. An Overview of the MPEG-7 Description Definition Language (DDL) Proposals. Signal Processing: Image Communication Journal 16, 2000</rdfs:label>
</ow:Article>

<ow:PhDThesis rdf:ID="stefanothesis">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>Also available on http://www.cwi.nl/$sim$media/group-www/theses/StefanoBocconi06.pdf</ow:comment>
  <ow:school>Technische Universiteit Eindhoven</ow:school>
  <ow:isbn>90-386-0824-1</ow:isbn>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#596234d79bab9974432f19110a08c821b90f840c">
      <rdf:li rdf:resource="#stefano_bocconi"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The context of this research is one or more online video repositories containing several hours of documentary footage and users possibly interested only in particular topics of that material. In such a setting it is not possible to craft a single version containing all possible topics the user might like to see, unless including all the material, which is clearly not feasible. The main motivation for this research is, therefore, to enable an alternative authoring process for film makers to make all their material dynamically available to users, without having to edit a static final cut that would select out possible informative footage.</ow:abstract>
  <ow:title>Vox Populi: generating video documentaries from semantically annotated media repositories</ow:title>
  <ow:month>November  30</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/group-www/theses/StefanoBocconi06.pdf"/>
  <ow:year>2006</ow:year>
  <ow:address>Eindhoven, The Netherlands</ow:address>
  <rdfs:label>Stefano Bocconi. Vox Populi: generating video documentaries from semantically annotated media repositories, November  30, 2006</rdfs:label>
</ow:PhDThesis>

<ow:Misc rdf:ID="rede03_hardman">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:slides>http://www.cwi.nl/$sim$lynda/talks/oratie/TUe_rede_slides_mei03.pdf</ow:slides>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#60644c0bfde9193c2f9baf7f53df146778a0944d">
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Smart Style for Conveying Information</ow:title>
  <ow:month>May  2</ow:month>
  <ow:keywords>hypermedia presentation generation, style dependencies, presentation structure</ow:keywords>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/TUe_rede_mei03.pdf"/>
  <ow:year>2003</ow:year>
  <ow:howpublished>Inaugural address given at the Technical University of Eindhoven</ow:howpublished>
  <rdfs:label>Lynda Hardman. Smart Style for Conveying Information, May  2, 2003</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="ins_lyndamhc05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c5b0f218d9e8116e15e0514e0782559b6b1dafef">
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the ACM Workshop on Multimedia for Human Communication - From Capture to Convey (MHC 05)</ow:booktitle>
  <ow:title>Canonical Processes of Media Production</ow:title>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/MHC05lynda.pdf"/>
  <ow:year>2005</ow:year>
  <ow:abstract rdf:parseType="Literal">Creating compelling multimedia presentations is a complex task. It involves the capture of media assets, then editing and authoring these into one or more final presentations. Tools tend to concentrate on a single aspect of media production to reduce the complexity of the interface and to tailor support to a specific task. While these tools are suited to the task they are designed for, very often there is no consideration for input requirements for the next tool down the line. Each tool in the multimedia production chain has the potential for adding semantic annotations to the media asset at hand, describing relevant aspects of the asset and why it is being used for a particular purpose. These annotations need to be included in the information handed over to the next tool in the production chain. We specify inputs and outputs to a number of canonical processes we identify in multimedia production. We do not specify the intricate workings of the processes, but concentrate on the information flow between them. To validate our model we describe a number of workflows in terms of the processes and specify the inputs and outputs. Our claim is that by specifying explicitly the input and output required for processes that occur in widely differing uses of media we can provide the tool-building community with a small set of building blocks that can be supported for semantically aware media production tools.</ow:abstract>
  <rdfs:label>Lynda Hardman. Canonical Processes of Media Production. In: Proceedings of the ACM Workshop on Multimedia for Human Communication - From Capture to Convey (MHC 05), November, 2005</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="mediaImpact101_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a2b8ebee2a83ff1e355e6ad1957359e4c2ce7c8e">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Aesthetics of contradiction</ow:title>
  <ow:abstract rdf:parseType="Literal">As a culture, the multimedia computing community may also perpetuate myths arising from the inherent contradictions between human and machine. These contradictions influence the shape of our work -- a good enough motivation to step into the minefield of myth identification. There might be more myths to be addressed, but I'm merely discussing multimedia myths under the following categories, all of which are interrelated: handling content that's relevant, learning to deal with meaningful content that's concealed, and the meaning of content through the user's perspective.</ow:abstract>
  <ow:month>January - March</ow:month>
  <ow:url rdf:resource="http://www.computer.org/multimedia/mu2003/u1toc.htm"/>
  <ow:year>2003</ow:year>
  <ow:pages>14-17</ow:pages>
  <rdfs:label>Frank Nack. Aesthetics of contradiction. IEEE MultiMedia, January - March, 2003</rdfs:label>
</ow:Article>

<ow:TechnicalReport rdf:ID="INS-E0309">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#d2fabe65089fbb5b1a3b7e3ed241ab356f2d781f">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This article discusses the state of the art in metadata for audio-visual media in large semantic networks, such as the Semantic Web. Our discussion is predominantly motivated by the two most widely known approaches towards machine-processable and semantic-based content description, namely the Semantic Web activity of the W3C and ISO's efforts in the direction of complex media content modeling, in particular the Multimedia Content Description Interface (MPEG-7). We explain that the conceptual ideas and technologies discussed in both approaches are essential for the next step in multimedia development. Unfortunately, there are still many practical obstacles that block their widespread use for providing multimedia metadata on the Web. Based on a scenario to explain our vision of a media-aware Semantic Web, we derive in Part I a number of problems regarding the semantic content description of media units. We then discuss the multimedia production chain, in particular emphasizing the role of progressive metadata production. As a result we distill a set of media-based metadata production requirements and show how current media production environments fail to address these. We then introduce those parts of the W3C and ISO standardization works that are relevant to our discussion. In Part II of this article, we analyze their abilities to define structures for describing media semantics, discuss syntactic and semantic problems, ontological problems for media semantics, and the problems of applying the theoretical concepts to real world problems. Part II concludes with implications of the findings for future action with respect to the actions the community should take.</ow:abstract>
  <ow:title>That Obscure Object of Desire: Multimedia Metadata on the Web (Part II)</ow:title>
  <ow:number>INS-E0309</ow:number>
  <ow:month>December  3</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0309.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Semantic Web, metadata production, multimedia production process, XML, XML Schema, RDF, RDF Schema, MPEG-4, MPEG-7, MPEG-21</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Frank Nack, Lynda Hardman. That Obscure Object of Desire: Multimedia Metadata on the Web (Part II), number INS-E0309, December  3, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:Misc rdf:ID="troncy06_mmreqs">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#christian_halaschek-wiener"/>
  <ow:author rdf:resource="#giorgos_stamou"/>
  <ow:author rdf:resource="#vassilis_tzouvaras"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#62a4da119d408499b495cc41aaef03a0e3e69931">
      <rdf:li rdf:resource="#raphael_troncy"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#christian_halaschek-wiener"/>
      <rdf:li rdf:resource="#giorgos_stamou"/>
      <rdf:li rdf:resource="#vassilis_tzouvaras"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Multi-Perspective Requirements for a Common Multimedia Ontology Framework</ow:title>
  <ow:url rdf:resource="http://www.acemedia.org/aceMedia/files/multimedia_ontology/cfr/MMTF-Multimedia_Ontology.pdf"/>
  <ow:year>2006</ow:year>
  <ow:howpublished>Response to call to define requirements for a multimedia ontology framework, see http://www.acemedia.org/aceMedia/reference/multimedia_ontology/</ow:howpublished>
  <rdfs:label>Raphael Troncy, Jacco van Ossenbruggen, Christian Halaschek-Wiener, Giorgos Stamou, Vassilis Tzouvaras. Multi-Perspective Requirements for a Common Multimedia Ontology Framework, 2006</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="edmedia99">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jack_jansen"/>
  <ow:author rdf:resource="#k_sjoerd_mullender"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a6ccd3a2aebc0e49a115f7b9549f8fb1422190e6">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jack_jansen"/>
      <rdf:li rdf:resource="#k_sjoerd_mullender"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>ED-MEDIA 99 - World Conference on Educational Multimedia, Hypermedia &amp; Educational Telecommunications</ow:booktitle>
  <ow:title>GRiNS: An Authoring Environment for Web Multimedia</ow:title>
  <ow:month>June  19-24</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~lloyd/Papers/EDMEDIA99/edmedia99.ps"/>
  <ow:year>1999</ow:year>
  <ow:address>Seattle, Washington USA</ow:address>
  <rdfs:label>Dick C.A. Bulterman, Lloyd Rutledge, Lynda Hardman, Jack Jansen, K. Sjoerd Mullender. GRiNS: An Authoring Environment for Web Multimedia. In: ED-MEDIA 99 - World Conference on Educational Multimedia, Hypermedia &amp; Educational Telecommunications, June  19-24, 1999</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_intont05">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#umberto_straccia"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9da3e56f7d68653b6d0ee6b0ea36f749c305f254">
      <rdf:li rdf:resource="#umberto_straccia"/>
      <rdf:li rdf:resource="#raphael_troncy"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the K-Cap Workshop on Integrating Ontologies (IntOnt 2005)</ow:booktitle>
  <ow:title>oMAP: Results of the Ontology Alignment Contest</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper summarizes the results of the emphoMAPsystem for the 2005 Campaign tests of the Ontology Alignment Evaluation Initiative. First, it describes the system and its main components. The results of the experiments for the three tasks follow. Then, we have a short discussion and interpretation of the results. Finally, we sketch some ideas to improve our system and provide the link to our current results.</ow:abstract>
  <ow:month>October  2</ow:month>
  <ow:url rdf:resource="http://ftp.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-156/paper14.pdf"/>
  <ow:year>2005</ow:year>
  <ow:pages>92-96</ow:pages>
  <ow:address>Banff, Canada</ow:address>
  <rdfs:label>Umberto Straccia, Raphael Troncy. oMAP: Results of the Ontology Alignment Contest. In: Proceedings of the K-Cap Workshop on Integrating Ontologies (IntOnt 2005), October  2, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="acm-mm01_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#wolfgang_putz"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#03b74463112ed4fb13c1a573371c690dc6314e5f">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#wolfgang_putz"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 9th ACM International Conference on Multimedia</ow:booktitle>
  <ow:title>Designing Annotation Before It's Needed</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper considers the automated and semi-automated annotation of audiovisual media in a new type of production framework, A4SM (Authoring System for Syntactic, Semantic and Semiotic Modelling). We present the architecture of the framework and outline the underlying XML-Schema based content description structures of A4SM. We then describe tools for a news and demonstrate how video material can be annotated in real time and how this information can not only be used for retrieval but also can be used during the different phases of the production process itself. Finally, we discuss the pros and cons of our approach of evolving semantic networks as the basis for audio-visual content description.</ow:abstract>
  <ow:month>September  30 - October 5</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/acm-mm-01-nack-putz.pdf"/>
  <ow:year>2001</ow:year>
  <ow:pages>251-260</ow:pages>
  <ow:address>Ottawa, Ontario, Canada</ow:address>
  <rdfs:label>Frank Nack, Wolfgang Putz. Designing Annotation Before It's Needed. In: Proceedings of the 9th ACM International Conference on Multimedia, September  30 - October 5, 2001</rdfs:label>
</ow:InProceedings>

<ow:InCollection rdf:ID="falk_umlsemweb">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#ios_press"/>
  <ow:isbn>1-58603-325-5</ow:isbn>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#martha_sabou"/>
  <ow:author rdf:resource="#heiner_stuckenschmidt"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6a60bb8e2eae86b6e1f3b4e460b005021d001a61">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#martha_sabou"/>
      <rdf:li rdf:resource="#heiner_stuckenschmidt"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Knowledge Transformation for the Semantic Web</ow:booktitle>
  <ow:title>UML for the Semantic Web: Transformation-Based Approaches</ow:title>
  <ow:abstract rdf:parseType="Literal">The perspective role of UML as a conceptual modelling language for the Semantic Web has become an important research topic. We argue that UML could be a key technology for overcoming the ontology development bottleneck thanks to its wide acceptance and sophisticated tool support. Transformational approaches are a promising way of establishing a connection between UML and web-based ontology languages. We compare some proposals for defining transformations between UML and web ontology languages and discuss the different ways they handle the conceptual differences between these languages. We identify commonalities and differences of the approaches and point out open questions that have not or not satisfyingly been addressed by existing approaches.</ow:abstract>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/UML_for_SW.pdf"/>
  <ow:editor rdf:resource="#omelayenko_b"/>
  <ow:editor rdf:resource="#klein_m"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c2760b27b2fc651cc00dd4cb88fc6fbded714e36">
      <rdf:li rdf:resource="#omelayenko_b"/>
      <rdf:li rdf:resource="#klein_m"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>2003</ow:year>
  <ow:pages>92-106</ow:pages>
  <rdfs:label>Kateryna Falkovych, Martha Sabou, Heiner Stuckenschmidt. UML for the Semantic Web: Transformation-Based Approaches. In: Knowledge Transformation for the Semantic Web, IOS Press, 2003</rdfs:label>
</ow:InCollection>

<ow:InProceedings rdf:ID="mediafutures_Nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#craig_lindley"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a3b0850779f47f3992c5f5b8f88b94ff4a2b2987">
      <rdf:li rdf:resource="#craig_lindley"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings International Conference on Media Futures</ow:booktitle>
  <ow:title>Categorical, Narrative, and Hybrid Behavior Generation in the GENIE Environment for Interactive Narrative Virtual Worlds</ow:title>
  <ow:abstract rdf:parseType="Literal">The GEneric Narrative Interaction Environment (GENIE) is a conceptual architecture for the exploration of interactive narrative generation in virtual worlds. Specific research demonstrators implement different aspects of the GENIE architecture, with the longer term goal of implementing the full system. A particular feature of GENIE is the adoption of narrative, categorical, and hybrid sequencing strategies for model-based presentation generation in virtual worlds. Narrative generation is concerned with the preservation of spatio-temporal continuity of action within the agent behaviors and events in the virtual world. Categorical sequencing is concerned with the generation of associative sequences of events based upon patterns of semantic similarity and dissimilarity.</ow:abstract>
  <ow:month>May  8</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mediafutures-lindley-nack.pdf"/>
  <ow:year>2001</ow:year>
  <ow:pages>65-68</ow:pages>
  <ow:address>Florence, Italy</ow:address>
  <rdfs:label>Craig Lindley, Frank Nack. Categorical, Narrative, and Hybrid Behavior Generation in the GENIE Environment for Interactive Narrative Virtual Worlds. In: Proceedings International Conference on Media Futures, May  8, 2001</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="cmif93">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#b50d4442b8a9bdc7ecd60398e6e1777f774f4a93">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#guido_van_rossum"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">A model of hypermedia is presented that allows the combination of hyper-structured information with dynamic multimedia information. The model is derived by extending the Dexter hypertext reference model and the CMIF multimedia model. The Amsterdam hypermedia model allows the following, in addition to the model provided by Dexter: beginitemize item the composition of multiple dynamic media, in order to specify a collection of time-based media making up a complete multimedia presentation; item the definition of channels for specifying default presentation information, allowing the specification of the presentation characteristics of nodes at a more general level than that for an individual node; item the composition of existing presentations into larger presentations, taking into account possible clashes of resource usage; item the inclusion of temporal relations while maintaining the separation of structure and presentation information, where time-based relationships are treated as presentation information; item the specification of context for anchors, in order to determine whether on following a link a part, or the whole, of the presentation is replaced by the information at the destination of the link. enditemize The Amsterdam hypermedia model enables the description of structured multimedia documents, incorporating time at a fundamental level, and extending the hypertext notion of links to timebased media and compositions of different media. The paper is organised as follows. The Dexter hypertext model and the CMIF multimedia model are summarised, and their limitations for use as a more general hypermedia model are discussed. The extensions included in the Amsterdam hypermedia model are described and a summary of the resulting model is given.</ow:abstract>
  <ow:title>The Amsterdam Hypermedia Model: Extending Hypertext to Support REAL Multimedia</ow:title>
  <ow:number>CS-R9306</ow:number>
  <ow:month>January</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/CWIreports/CST/CS-R9306.ps.Z"/>
  <ow:year>1993</ow:year>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman, Guido van Rossum. The Amsterdam Hypermedia Model: Extending Hypertext to Support REAL Multimedia, number CS-R9306, January, 1993</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0308">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">This is a preliminary version of an article that will be published in IEEE MultiMedia</ow:note>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1e3f93a5a3444818e0ddb1f3521aa5135ecd90fc">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>That Obscure Object of Desire: Multimedia Metadata on the Web (Part I)</ow:title>
  <ow:number>INS-E0308</ow:number>
  <ow:month>December  3</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0308.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Semantic Web, metadata production, multimedia production process, XML, XML Schema, RDF, RDF Schema, MPEG-4, MPEG-7, MPEG-21</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Frank Nack, Lynda Hardman. That Obscure Object of Desire: Multimedia Metadata on the Web (Part I), number INS-E0308, December  3, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-R0305">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7a2f477e7d4b30da13427262ec036cbfd50813ab">
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Traditionally, research in applying Semantic Web technology to multimedia information systems has focused on using annotations and ontologies to improve the retrieval process. This paper concentrates on improving the presentation of the retrieval results. First, our approach uses ontological domain knowledge to select and organize the content relevant to the topic the user is interested in. Domain ontologies are valuable in the presentation generation process, because effective presentations are those that succeed in conveying the relevant domain semantics to the user. Explicit discourse and narrative knowledge allows selection of appropriate presentation genres and creation of narrative structures, which are used for conveying these domain relations. In addition, knowledge of graphic design and media characteristics is essential to transform abstract presentation structures in real multimedia presentations. Design knowledge determines how the semantics and presentation structure are expressed in the multimedia presentation. In traditional Web environments, this type of design knowledge remains implicit, hidden in style sheets and other document transformation code. Our second use of Semantic Web technology is to model design knowledge explicitly, and to let it drive the transformations needed to turn annotated media items into structured presentations. In this article we argue that for the automatic generation of adaptive multimedia presentations we are in need of expandable, adaptable style descriptions which provide both high-level conceptual and low-level feature extraction information. Only the combination of both facilitates the retrieval of adequate material and its user-centred presentation. We discuss the requirements for an adaptable Web-based environment for museums presenting visual artefacts. We then present the framework of our prototype multimedia generation environment which transforms a high-level user query into a concrete multimedia final-form encoding that is playable on an end-users' platform. We describe the underlying architecture and provide a working example.</ow:abstract>
  <ow:title>Towards Ontology-driven Discourse: From Semantic Graphs to Multimedia Presentations</ow:title>
  <ow:number>INS-R0305</ow:number>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS/INS-R0305.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Semantic Web, Discourse, Narrative, multimedia presentation, automatic presentation generation, document structure</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Joost Geurts, Stefano Bocconi, Jacco van Ossenbruggen, Lynda Hardman. Towards Ontology-driven Discourse: From Semantic Graphs to Multimedia Presentations, number INS-R0305, May, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0305">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">This is also published in the 1st International Workshop on Scholarly Hypertext at the fourteenth conference on Hypertext and Hypermedia (HyperText 2003)</ow:note>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f2543965dd0688db0e71c52540a1e79dd2e5f358">
      <rdf:li rdf:resource="#stefano_bocconi"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Automatic hypermedia presentation generation uses an information source semantic network first to select the content and then to compose it in the presentation so that the semantic relations between the information items are conveyed to the user. A hypermedia presentation can be considered as an example of strongly-guided navigation through a hypermedia structure. This can provide a high level interface for semantic network navigation, for example aiding the user in browsing a semantic network of scholarly claims.</ow:abstract>
  <ow:title>Automatic Presentation Generation for Scholarly Hypermedia</ow:title>
  <ow:number>INS-E0305</ow:number>
  <ow:month>October</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS/INS-E0305.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>scholarly claims, hypermedia, automatic presentation generation, semantic network, narrative</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Stefano Bocconi. Automatic Presentation Generation for Scholarly Hypermedia, number INS-E0305, October, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0306">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#suzanne_little"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1685de03dab21fd70e1e0d994f4da284aced5cfe">
      <rdf:li rdf:resource="#suzanne_little"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">With the rapid growth of interest in the Internet as a means for accessing multimedia presentations for education, entertainment and commerce, comes a corresponding need for systems to supply automatically generated, personalised presentations. Multimedia is a rich and complex genre of resources and the interrelated effects of content, style and structure ensure that automatic presentation generation is in itself a complicated and challenging task. Integrating a model for user personalisation adds a further layer of complication and ensuring that the requirements of user, supplier and platform are all met is a demanding undertaking. This project investigates the influence of information about a user in the process of generating a multimedia presentation. As a result an architecture taking into account these trade-offs is proposed. To evaluate this combined architecture, a framework has been implemented which adjusts colour choices based on the different influences involved. This paper describes the integration of a user modelling approach within an existing system architecture, discusses some of the issues involved in applying user modelling to multimedia presentation generation and describes the prototype implementation and how it addresses some of these issues.</ow:abstract>
  <ow:title>Cuypers Meets Users: Implementing a User Model Architecture for Multimedia Presentation Generation</ow:title>
  <ow:number>INS-E0306</ow:number>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0306.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>multimedia presentation generation; user modelling</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Suzanne Little, Lynda Hardman. Cuypers Meets Users: Implementing a User Model Architecture for Multimedia Presentation Generation, number INS-E0306, November, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0307">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3664115163f26d416c0ddb3b7f336a96c46e4d2c">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The presentation generation area of hypermedia authoring contains different approaches to address the challenge of the presentation creation process. This paper presents the approach in which the author creates a presentation following the five stages process. These five stages reflect various facets in hypermedia authoring.</ow:abstract>
  <ow:title>Semantics in Multi-facet Hypermedia Authoring</ow:title>
  <ow:number>INS-E0307</ow:number>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0307.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Hypermedia Authoring, Semantics, Intelligent Support, Narrative Structures</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Kateryna Falkovych, Frank Nack, Jacco van Ossenbruggen, Lloyd Rutledge. Semantics in Multi-facet Hypermedia Authoring, number INS-E0307, November, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="iswc2006_eculture">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#guus_schreiber"/>
  <ow:author rdf:resource="#alia_amin"/>
  <ow:author rdf:resource="#mark_van_assem"/>
  <ow:author rdf:resource="#viktor_de_boer"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#michiel_hildebrand"/>
  <ow:author rdf:resource="#laura_hollink"/>
  <ow:author rdf:resource="#zhisheng_huang"/>
  <ow:author rdf:resource="#janneke_van_kersen"/>
  <ow:author rdf:resource="#marco_de_niet"/>
  <ow:author rdf:resource="#borys_omelayenjko"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#ronny_siebes"/>
  <ow:author rdf:resource="#jos_taekema"/>
  <ow:author rdf:resource="#jan_wielemaker"/>
  <ow:author rdf:resource="#bob_wielinga"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9dd4acaf258e2d28d9d39108ab669be70173199a">
      <rdf:li rdf:resource="#guus_schreiber"/>
      <rdf:li rdf:resource="#alia_amin"/>
      <rdf:li rdf:resource="#mark_van_assem"/>
      <rdf:li rdf:resource="#viktor_de_boer"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#michiel_hildebrand"/>
      <rdf:li rdf:resource="#laura_hollink"/>
      <rdf:li rdf:resource="#zhisheng_huang"/>
      <rdf:li rdf:resource="#janneke_van_kersen"/>
      <rdf:li rdf:resource="#marco_de_niet"/>
      <rdf:li rdf:resource="#borys_omelayenjko"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#ronny_siebes"/>
      <rdf:li rdf:resource="#jos_taekema"/>
      <rdf:li rdf:resource="#jan_wielemaker"/>
      <rdf:li rdf:resource="#bob_wielinga"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The Semantic Web - ISWC 2006</ow:booktitle>
  <ow:title>MultimediaN E-Culture Demonstrator</ow:title>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://dx.doi.org/10.1007/11926078_70"/>
  <ow:year>2006</ow:year>
  <ow:pages>951-958</ow:pages>
  <rdfs:label>Guus Schreiber, Alia Amin, Mark van Assem, Viktor de Boer, Lynda Hardman, Michiel Hildebrand, Laura Hollink, Zhisheng Huang, Janneke van Kersen, Marco de Niet, Borys Omelayenjko, Jacco van Ossenbruggen, Ronny Siebes, Jos Taekema, Jan Wielemaker, Bob Wielinga. MultimediaN E-Culture Demonstrator. In: The Semantic Web - ISWC 2006, November, 2006</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0301">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#8a351b86a81e4dd3cbde7acfc6aacaf23a489daf">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Time-based, media-centric Web presentations can be described declaratively in the XML world through the development of languages such as SMIL. It is difficult, however, to fully integrate them in a complete document transformation processing chain. In order to achieve the desired processing of data-driven, time-based, media-centric presentations, the text-flow based formatting vocabularies used by style languages such as XSL, CSS and DSSSL need to be extended. The paper presents a selection of use cases which are used to derive a list of requirements for a multimedia style and transformation formatting vocabulary. The boundaries of applicability of existing text-based formatting models for media-centric transformations are analyzed. The paper then discusses the advantages and disadvantages of a fully-fledged time-based multimedia formatting model. Finally, the discussion is illustrated by describing the key properties of the example multimedia formatting vocabulary currently implemented in the back-end of our Cuypers multimedia transformation engine.</ow:abstract>
  <ow:title>Towards a multimedia formatting vocabulary</ow:title>
  <ow:number>INS-E0301</ow:number>
  <ow:month>June</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0301.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Document transformation formatting objects multimedia hypermedia Cuypers</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman, Joost Geurts, Lloyd Rutledge. Towards a multimedia formatting vocabulary, number INS-E0301, June, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_smartstyle">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-R0201</ow:comment>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#34116157f709c7020424df36a6a5c3e2e773d4c6">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Semantic Web Workshop, WWW2002</ow:booktitle>
  <ow:title>Smart Style on the Semantic Web</ow:title>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/www2002-semwebworkshop.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>Semantic Web, Device Independent Authoring, Document Engineering, Graphic Design</ow:keywords>
  <ow:abstract rdf:parseType="Literal">Web publishing systems have to take into account a plethora of Web-enabled devices, user preferences and abilities. Technologies generating these presentations will need to be explicitly aware of the context in which the information is being presented. Semantic Web technology can be a fundamental part of the solution to this problem by explicitly modeling the knowledge needed to adapt presentations to a specific delivery context. We propose the development of a emphSmart Stylelayer which is able to process metadata that describes content and use this metadata to improve the presentation of the content to human users. In the paper, we derive the requirements of such a Smart Style layer by considering Web design from both the document engineering and graphic design perspectives. In addition, design trade-offs made by human designers have to be taken into account for the automated process. After stating the requirements for a Smart Style layer, we discuss to what extent the currently available Web technology can be used and what its limitations are. The limitations are illustrated with examples of potential future extensions.</ow:abstract>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman. Smart Style on the Semantic Web. In: Semantic Web Workshop, WWW2002, May, 2002</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0303">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4bfef459a0350c6559f1ae1768c62e713e04d253">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The "Document Web" has established itself through the creation of an impressive family of XML and related languages. In addition to this, the "Semantic Web" is developing its own family of languages based primarily on RDF. Although these families were both developed specifically for "the Web", each language family has been developed from different premises with specific goals in mind. The result is that combining both families in a single application is surprisingly difficult. This is unfortunate, since the combination of semantic processing with document processing provides advantages in both directions -- namely using semantic inferencing for more intelligent document processing and using document processing tools for presenting semantic representations to an end-user. In this paper, we investigate this integration problem, focusing on the role of (RDF) semantics in selecting, structuring and styling (XML) content. We analyze the approaches taken by two example architectures and use our analysis to derive a more integrated alternative.</ow:abstract>
  <ow:title>Towards Smart Style: Combining RDF Semantics with XML Document Transformations</ow:title>
  <ow:number>INS-E0303</ow:number>
  <ow:month>October</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0303.pdf"/>
  <ow:year>2003</ow:year>
  <ow:keywords>Semantic Web, Semantic Transformations, XSLT, RDF</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Jacco van Ossenbruggen, Lynda Hardman, Lloyd Rutledge. Towards Smart Style: Combining RDF Semantics with XML Document Transformations, number INS-E0303, October, 2003</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="ins_www2006">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#acm_press"/>
  <ow:note rdf:parseType="Literal">Poster</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lora_aroyo"/>
  <ow:author rdf:resource="#natalia_stash"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ed6793312b9e076e6630736217bf3b8119f4126e">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lora_aroyo"/>
      <rdf:li rdf:resource="#natalia_stash"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 15th International Conference on World Wide Web</ow:booktitle>
  <ow:title>Determining User Interests About Museum Collections</ow:title>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://www2006.org/programme/item.php?id=p32"/>
  <ow:year>2006</ow:year>
  <ow:pages>855-856</ow:pages>
  <ow:address>Edinburgh, Scotland</ow:address>
  <rdfs:label>Lloyd Rutledge, Lora Aroyo, Natalia Stash. Determining User Interests About Museum Collections. In: Proceedings of the 15th International Conference on World Wide Web, ACM Press, May, 2006</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_ciw2005">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Already published at ICME 2005</ow:note>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#db916d654043932f3c5cf21b552b6200681c4716">
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the Conferentie Informatiewetenschap 2005</ow:booktitle>
  <ow:title>Using Rhetorical Annotations for Generating Video Documentaries</ow:title>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/icme2005.pdf"/>
  <ow:year>2005</ow:year>
  <ow:abstract rdf:parseType="Literal">We use rhetorical annotations to specify a generation process that can assemble meaningful video sequences with a communicative goal and an argumentative progression. Our annotation schema encodes the verbal information contained in the audio channel, identifying the claims the interviewees make and the argumentation structures they use to make those claims. Based on this schema, we construct a semantic graph which is traversed by rhetoric-based strategies selecting video segments. The selected video segments are edited to form a meaningful video sequence.</ow:abstract>
  <rdfs:label>Stefano Bocconi, Frank Nack, Lynda Hardman. Using Rhetorical Annotations for Generating Video Documentaries. In: Proceedings of the Conferentie Informatiewetenschap 2005, November, 2005</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="mm93_structured">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Revised version of CWI Report CS-R9304</ow:note>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#94832999d0170364b32149382e7ad044dd6c24a5">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#guido_van_rossum"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>ACM Multimedia</ow:booktitle>
  <ow:title>Structured Multimedia Authoring</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/sma.ps.gz"/>
  <ow:year>1993</ow:year>
  <ow:pages>283 - 289</ow:pages>
  <ow:address>Anaheim, CA</ow:address>
  <rdfs:label>Lynda Hardman, Guido van Rossum, Dick C.A. Bulterman. Structured Multimedia Authoring. In: ACM Multimedia, 1993</rdfs:label>
</ow:InProceedings>

<ow:InCollection rdf:ID="auth-hm_ins">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#springer"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#bc9afa78fd23615743e83136371ed06ecbdd5449">
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Designing User Interfaces for Hypermedia</ow:booktitle>
  <ow:title>Experiences in Authoring Hypermedia: Creating Better Presentations</ow:title>
  <ow:url rdf:resource="http://ftp.cwi.nl/mmpapers/auth-hm.ps.gz"/>
  <ow:editor rdf:resource="#w_schuler"/>
  <ow:editor rdf:resource="#j_hannemann"/>
  <ow:editor rdf:resource="#n_streitz"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#839d87120f4ba779d7b52931d7c9e92c72c576b2">
      <rdf:li rdf:resource="#w_schuler"/>
      <rdf:li rdf:resource="#j_hannemann"/>
      <rdf:li rdf:resource="#n_streitz"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1995</ow:year>
  <rdfs:label>Lynda Hardman. Experiences in Authoring Hypermedia: Creating Better Presentations. In: Designing User Interfaces for Hypermedia, Springer, 1995</rdfs:label>
</ow:InCollection>

<ow:PhDThesis rdf:ID="jaccothesis">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>Also available on http://www.cwi.nl/$sim$jrvosse/thesis/</ow:comment>
  <ow:school>Vrije Universiteit</ow:school>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#504f98aaf89f3915eb10499c74523f57ef065f57">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">With the introduction of the World Wide Web in the early nineties, hypermedia has become the uniform interface to the wide variety of information sources available over the Internet. The full potential of the Web, however, can only be realized by building on the strengths of its underlying research fields. This book describes the areas of hypertext, multimedia, electronic publishing and the World Wide Web and points out fundamental similarities and differences in approaches towards the processing of information. It gives an overview of the dominant models and tools developed in these fields and describes the key interrelationships and mutual incompatibilities. In addition to a formal specification of a selection of these models, the book discusses the impact of the models described on the software architectures that have been developed for processing hypermedia documents. Two example hypermedia architectures are described in more detail: the DejaVu object-oriented hypermedia framework, developed at the VU, and CWI's Berlage environment for time-based hypermedia document transformations.</ow:abstract>
  <ow:title>Processing Structured Hypermedia -- A Matter of Style</ow:title>
  <ow:month>April  10</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/thesis/"/>
  <ow:year>2001</ow:year>
  <ow:annote>ISBN 90 6196 502 0</ow:annote>
  <ow:address>Amsterdam, The Netherlands</ow:address>
  <rdfs:label>Jacco van Ossenbruggen. Processing Structured Hypermedia -- A Matter of Style, April  10, 2001</rdfs:label>
</ow:PhDThesis>

<ow:InProceedings rdf:ID="visual96">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#marcel_worring"/>
  <ow:author rdf:resource="#carel_van_den_berg"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#07f17add4ff6577644b3bfb027887b2f0e307c24">
      <rdf:li rdf:resource="#marcel_worring"/>
      <rdf:li rdf:resource="#carel_van_den_berg"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Visual Information Systems '96</ow:booktitle>
  <ow:title>System Design for Structured Hypermedia Generation</ow:title>
  <ow:abstract rdf:parseType="Literal">In this contribution we consider the design of a hypermedia information system which not only includes standard functionality of storage and presentation, but also the automatic generation of hypermedia presentations on the basis of a domain-dependent knowledge base. We identify and describe the data sources required and the processes involved.</ow:abstract>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/visual96.ps.gz"/>
  <ow:year>1996</ow:year>
  <ow:pages>254-261</ow:pages>
  <ow:address>Melbourne</ow:address>
  <rdfs:label>Marcel Worring, Carel van den Berg, Lynda Hardman. System Design for Structured Hypermedia Generation. In: Visual Information Systems '96, 1996</rdfs:label>
</ow:InProceedings>

<ow:InCollection rdf:ID="meaesth_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#kluwer_academic_publishers"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f2220e80088b82296b5df5bc922ad542472520d6">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Media computing - Computational media aesthetics</ow:booktitle>
  <ow:title>From ontology-based semiosis to computational intelligence</ow:title>
  <ow:editor rdf:resource="#chitra_dorai"/>
  <ow:editor rdf:resource="#svetha_venkatesh"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#e9d50fa4cdbc55218036f83679e0de4967d1f715">
      <rdf:li rdf:resource="#chitra_dorai"/>
      <rdf:li rdf:resource="#svetha_venkatesh"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>June 2002</ow:year>
  <ow:pages>159-196</ow:pages>
  <rdfs:label>Frank Nack. From ontology-based semiosis to computational intelligence. In: Media computing - Computational media aesthetics, Kluwer Academic Publishers, June 2002</rdfs:label>
</ow:InCollection>

<ow:Misc rdf:ID="MMSem_Image">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>Edited by Raphael Troncy, Jacco van Ossenbruggen, Jeff Z. Pan and Giorgos Stamou.</ow:comment>
  <ow:author rdf:resource="#w3c"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0e78e27a92d4a8c90c514b2bb3ffb315f05e9c4a">
      <rdf:li rdf:resource="#w3c"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Many applications that process multimedia assets make use of some form of metadata that describe the multimedia content. The goals of this document are to explain the advantages of using Semantic Web languages and technologies for the creation, storage, manipulation, interchange and processing of image metadata. In addition, it provides guidelines for Semantic Web-based image annotation, illustrated by use cases. Relevant RDF and OWL vocabularies are discussed, along with a short overview of publicly available tools.</ow:abstract>
  <ow:title>Image Annotation on the Semantic Web</ow:title>
  <ow:month>August  14</ow:month>
  <ow:url rdf:resource="http://www.w3.org/2005/Incubator/mmsem/XGR-image-annotation/"/>
  <ow:year>2007</ow:year>
  <ow:howpublished>Multimedia Semantics Incubator Group Report (XGR)</ow:howpublished>
  <rdfs:label>W3C. Image Annotation on the Semantic Web, August  14, 2007</rdfs:label>
</ow:Misc>

<ow:Misc rdf:ID="katyaIDSW2004">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#jana_werner"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#50dd0a42bd12931cb84b58d98e97483e07a40de8">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#jana_werner"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This paper explores the interdependencies between userdetermined interaction in the authoring process of the complex multimedia presentation and the semantic descriptions of tasks and content that allow active system support for the user during the various process phases. The domain we have chosen is the one of the fine arts. The process phases in which we are particularly interested include events such as decision making about form and function, establishing the logical structure, material collection and selection. We introduce the design of an experimental framework for semi-automatic authoring, SampLe. This exploits large mediaaware semantic spaces through semantic-sensitive authoring methods to support users mainly during the early stages of presentation design. We discuss the relations between interactionbased interface design for the system and the underlying semantic structures.</ow:abstract>
  <ow:title>Semantic-based Support for the Semi-automatic Construction of Multimedia Presentations</ow:title>
  <ow:month>May  18</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/IDSW04_Falkovych.pdf"/>
  <ow:year>2004</ow:year>
  <ow:howpublished>Position paper for the First International Workshop on Interaction Design and the Semantic Web held in conjunction with the World Wide Web Conference, 2004, NYC</ow:howpublished>
  <rdfs:label>Kateryna Falkovych, Jana Werner, Frank Nack. Semantic-based Support for the Semi-automatic Construction of Multimedia Presentations, May  18, 2004</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="mmm99_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#world_scientific"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#e834a7791bfab939dc6bb3d031572ca22f9f87a3">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of Multimedia Modeling 99 (MMM 99)</ow:booktitle>
  <ow:title>The Use of SMIL: Multimedia Research Currently Applied on a Global Scale</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper describes the current use of the multimedia standard SMIL. SMIL features that relate to active areas of multimedia research are discussed. SMIL current implementation in existing browsers is described. Examples from the Web of SMIL applications representing different types of multimedia are presented. These discussions together provide an overview of how SMIL currently addresses the needs of multimedia distributed on the Web.</ow:abstract>
  <ow:month>October  4-6</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mmm99.pdf"/>
  <ow:year>1999</ow:year>
  <ow:pages>1-17</ow:pages>
  <ow:address>Ottawa, Canada</ow:address>
  <rdfs:label>Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen. The Use of SMIL: Multimedia Research Currently Applied on a Global Scale. In: Proceedings of Multimedia Modeling 99 (MMM 99), World Scientific, October  4-6, 1999</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="interchange_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>8</ow:volume>
  <ow:isbn>ISSN 1463-662X</ow:isbn>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#612c546b9629c5cfff571e8ec1600aab36957d7d">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>interChange - Newsletter of the International SGML/XML Users' Group</ow:journal>
  <ow:title>SMIL 2.0 Implementation Overview</ow:title>
  <ow:number>1</ow:number>
  <ow:abstract rdf:parseType="Literal">Like most W3C Recommendations, SMIL 2.0 is being released with strong industrial support. We'll go over the tools that are now available for each member of the SMIL family. Keep in mind, however, that now is changing very fast - this writing is as of early December, 2001. More tools may be available as you read this.</ow:abstract>
  <ow:month>March</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/interchange.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>SMIL</ow:keywords>
  <ow:pages>20-24</ow:pages>
  <rdfs:label>Lloyd Rutledge. SMIL 2.0 Implementation Overview. interChange - Newsletter of the International SGML/XML Users' Group 8(1), March, 2002</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="little_ecdl2002">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#springer"/>
  <ow:isbn>3-540-44178-6</ow:isbn>
  <ow:author rdf:resource="#suzanne_little"/>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#jane_hunter"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#24714a43562c4b0945539d6514bbe900e011545d">
      <rdf:li rdf:resource="#suzanne_little"/>
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#jane_hunter"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>6th European Conference on Research and Advanced Technology for Digital Libraries</ow:booktitle>
  <ow:title>Dynamic Generation of Intelligent Multimedia Presentations through Semantic Inferencing</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper first proposes a high-level architecture for semi-automatically generating multimedia presentations by combining semantic inferencing with multimedia presentation generation tools. It then describes a system, based on this architecture, which was developed as a service to run over OAI archives - but is applicable to any repositories containing mixed-media resources described using Dublin Core. By applying an iterative sequence of searches across the Dublin Core metadata, published by the OAI data providers, semantic relationships can be inferred between the mixed-media objects which are retrieved. Using predefined mapping rules, these semantic relationships are then mapped to spatial and temporal relationships between the objects. The spatial and temporal relationships are expressed within SMIL files which can be replayed as multimedia presentations. Our underlying hypothesis is that by using automated computer processing of metadata to organize and combine semantically-related objects within multimedia presentations, the system may be able to generate new knowledge by exposing previously unrecognized connections. In addition, the use of multilayered information-rich multimedia to present the results, enables faster and easier information browsing, analysis, interpretation and deduction by the end-user.</ow:abstract>
  <ow:month>September</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/ecdl2002.pdf"/>
  <ow:year>2002</ow:year>
  <ow:keywords>Topia</ow:keywords>
  <ow:pages>158-189</ow:pages>
  <ow:address>Pontifical Gregorian University, Rome, Italy</ow:address>
  <rdfs:label>Suzanne Little, Joost Geurts, Jane Hunter. Dynamic Generation of Intelligent Multimedia Presentations through Semantic Inferencing. In: 6th European Conference on Research and Advanced Technology for Digital Libraries, Springer, September, 2002</rdfs:label>
</ow:InProceedings>

<ow:PhDThesis rdf:ID="lyndathesis">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">ISBN: 90-74795-93-5, also available at http://www.cwi.nl/$\sim$lynda/thesis/</ow:note>
  <ow:school>University of Amsterdam</ow:school>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f60cf90ce2bbec72e296bafc29bf706b005da5d1">
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Modelling and Authoring Hypermedia Documents</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~lynda/thesis/"/>
  <ow:year>1998</ow:year>
  <rdfs:label>Lynda Hardman. Modelling and Authoring Hypermedia Documents, 1998</rdfs:label>
</ow:PhDThesis>

<ow:Misc rdf:ID="ins_mir2002">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#arnold_wm_smeulders"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#guus_schreiber"/>
  <ow:author rdf:resource="#jan-mark_geusebroek"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ec8817378ebc2cc0a40dde1cbd5ac8b288c902d3">
      <rdf:li rdf:resource="#arnold_wm_smeulders"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#guus_schreiber"/>
      <rdf:li rdf:resource="#jan-mark_geusebroek"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">We discuss access to e-documents from three different perspectives beyond the plain keyword websearch of the entire document. The first one is situation-depending delivery of multimedia documents adapting the preferred form (picture, text, speech) to the available information capacity or need exemplified by documents from the annotated media database of the Rijksmuseum. It goes beyond Quality of Service methods which insist on delivering information in the same form even if that is no longer effective. Secondly, we discuss the use of ontologies to provide access across diverse library categorizations as part of the W3C semantic web. The system translates codes in the one catalogue system into a set of codes in another expanding the potential access to digital heritage knowledge across all library systems in the ontology, such as AAT, WordNet and IconClass. Thirdly, we discuss access to the pictorial contents of paintings by computer vision techniques, here showing in examples of Pieter de Hoogh and Johannes Vermeer which one of the two consistently painting photometric realistic in addition to adhering to the geometric realism as they both did. It is concluded access is the key issue in digital cultural heritage - be it access by situational delivery of e-document of cultural heritage, be it access to diverse knowledge systems, or be it access to the pictorial content of the picture.</ow:abstract>
  <ow:title>An integrated multimedia approach to cultural heritage e-documents</ow:title>
  <ow:month>December  6</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/Smeulders02a.pdf"/>
  <ow:year>2002</ow:year>
  <ow:howpublished>4th Intl. Workshop on Multimedia Information Retrieval, in conjunction with ACM Multimedia 2002</ow:howpublished>
  <rdfs:label>Arnold W.M. Smeulders, Lynda Hardman, Guus Schreiber, Jan-Mark Geusebroek. An integrated multimedia approach to cultural heritage e-documents, December  6, 2002</rdfs:label>
</ow:Misc>

<ow:InProceedings rdf:ID="ins_www7">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jack_jansen"/>
  <ow:author rdf:resource="#k_sjoerd_mullender"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ab16308f316aedc552168f589437b435a6377d8f">
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jack_jansen"/>
      <rdf:li rdf:resource="#k_sjoerd_mullender"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Seventh International World Wide Web Conference</ow:booktitle>
  <ow:title>GRiNS: A GRaphical INterface for Creating and Playing SMIL Documents</ow:title>
  <ow:month>April  14-18</ow:month>
  <ow:url rdf:resource="http://homepages.cwi.nl/~media/publications/www7/bulterman.html"/>
  <ow:year>1998</ow:year>
  <ow:address>Brisbane, Australia</ow:address>
  <rdfs:label>Dick C.A. Bulterman, Lynda Hardman, Jack Jansen, K. Sjoerd Mullender, Lloyd Rutledge. GRiNS: A GRaphical INterface for Creating and Playing SMIL Documents. In: Seventh International World Wide Web Conference, April  14-18, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_mog-accessibility">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#raphael_troncy"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#09e457a6ca1b206daacfe40c049cde96ff3dfae8">
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#raphael_troncy"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Ielka van der Sluis et al. (eds.): MOG 2007- CTIT Proceedings of the Workshop on Multimodal Output Generation</ow:booktitle>
  <ow:title>Vocabularies for Description of Accessibility Issues in Multimodal User Interfaces</ow:title>
  <ow:abstract rdf:parseType="Literal">In previous work, we proposed a unified approach for describing multimodal human-computer interaction and interaction constraints in terms of sensual, motor, perceptual and cognitive functions of users. In this paper, we extend this work by providing formalised vocabularies that express human functionalities and anatomical structures required by specific modalities. The central theme of our approach is to connect these modality representations with descriptions of user, device and environmental constraints that influence the interaction. These descriptions can then be used in a reasoning framework that will exploit formal connections among interaction modalities and constraints. The focus of this paper is on specifying a comprehensive vocabulary of necessary concepts. Within the context of an interaction framework, we describe a number of examples that use this formalised knowledge.</ow:abstract>
  <ow:month>January,  25-26</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mog07.pdf"/>
  <ow:year>2007</ow:year>
  <ow:pages>117-128</ow:pages>
  <ow:address>Aberdeen, UK</ow:address>
  <rdfs:label>Zeljko Obrenovic, Raphael Troncy, Lynda Hardman. Vocabularies for Description of Accessibility Issues in Multimodal User Interfaces. In: Ielka van der Sluis et al. (eds.): MOG 2007- CTIT Proceedings of the Workshop on Multimodal Output Generation, January,  25-26, 2007</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="www8_smil">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#261d2b4103864bba9df74af0c8c3b2e95e10b41b">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of The Eighth International World Wide Web Conference (WWW8)</ow:booktitle>
  <ow:title>Anticipating SMIL 2.0: The Developing Cooperative Infrastructure for Multimedia on the Web</ow:title>
  <ow:month>May</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/www8/rutledge.pdf"/>
  <ow:year>1999</ow:year>
  <ow:abstract rdf:parseType="Literal">SMIL is the W3C recommendation for bringing synchronized multimedia to the Web. Version 1.0 of SMIL was accepted as a recommendation in June. Work is expected to be soon underway for preparing the next version of SMIL, version 2.0. Issues that will need to be addressed in developing version 2.0 include not just adding new features but also establishing SMIL's relationship with various related existing and developing W3C efforts. In this paper we offer some suggestions for how to address these issues. Potential new constructs with additional features for SMIL 2.0 are presented. Other W3C efforts and their potential relationship with SMIL 2.0 are discussed. To provide a context for discussing these issues, this paper explores various approaches for integrating multimedia information with the World Wide Web. It focuses on the modeling issues on the document level and the consequences of the basic differences between text-oriented Web-pages and networked multimedia presentations.</ow:abstract>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. Anticipating SMIL 2.0: The Developing Cooperative Infrastructure for Multimedia on the Web. In: Proceedings of The Eighth International World Wide Web Conference (WWW8), May, 1999</rdfs:label>
</ow:InProceedings>

<ow:Unpublished rdf:ID="project_rtipa">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">NWO Research proposal</ow:note>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#martin_kersten"/>
  <ow:author rdf:resource="#geert-jan_houben"/>
  <ow:author rdf:resource="#paul_de_bra"/>
  <ow:author rdf:resource="#warner_rt_ten_kate"/>
  <ow:author rdf:resource="#emile_aarts"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6efc5b4da69667afba7cc285f1b3f82d752d656f">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#martin_kersten"/>
      <rdf:li rdf:resource="#geert-jan_houben"/>
      <rdf:li rdf:resource="#paul_de_bra"/>
      <rdf:li rdf:resource="#warner_rt_ten_kate"/>
      <rdf:li rdf:resource="#emile_aarts"/>
    </rdf:Seq>
  </my:authorList>
  <ow:title>Semi-automatic Hypermedia Presentation Generation</ow:title>
  <ow:url rdf:resource="http://db.cwi.nl/projecten/project.php4?prjnr=75"/>
  <rdfs:label>Lynda Hardman, Martin Kersten, Geert-Jan Houben, Paul De Bra, Warner R.T. ten Kate, Emile Aarts. Semi-automatic Hypermedia Presentation Generation</rdfs:label>
</ow:Unpublished>

<ow:InProceedings rdf:ID="ins_ah06">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Based on http://ftp.cwi.nl/CWIreports/INS//INS-E0601.pdf tech report</ow:note>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#federica_cena"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ed654c0f8043fa9cb67d0496e547bf6c8ae01490">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#federica_cena"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the Fourth International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems (AH2006)</ow:booktitle>
  <ow:title>Combining Coherence and Adaptation in Discourse-Oriented Hypermedia Generation</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper provides a solution to discourse structure adaptation in the process of automatic hypermedia presentation generation. Existing approaches to discourse structure composition are based on the assumption that a user can comprehend relations between the elements in a discourse structure if the overall structure is semantically coherent. This assumption does not, so far, take into account specific user needs. In this paper we show that although discourse structure composition approaches significantly differ, a general model of the composition process can be derived.Within this general model we identify how adaptation can be applied. We formulate the problem of discourse adaptation with regard to the general model and present our proposed solution.</ow:abstract>
  <ow:month>June</ow:month>
  <ow:url rdf:resource="http://dx.doi.org/10.1007/11768012_32"/>
  <ow:year>2006</ow:year>
  <ow:pages>274-278</ow:pages>
  <ow:address>Dublin, Ireland</ow:address>
  <rdfs:label>Kateryna Falkovych, Federica Cena, Frank Nack. Combining Coherence and Adaptation in Discourse-Oriented Hypermedia Generation. In: Proceedings of the Fourth International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems (AH2006), June, 2006</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0402">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>1386-3681</ow:isbn>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#701b9e8405e19befb70da3f1a4e095ca8729ed77">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The Semantic Web envisions a Web that is both human readable and machine processible. In practice, however, there is still a large conceptual gap between annotated content repositories on the one hand, and coherent, human readable Web pages on the other. To bridge this conceptual gap, one needs to select the appropriate content from the repository, structure and order the material, and design a Web page that effectively conveys the selected content and the chosen structure. In addition to this conceptual gap, there is also a technological gap. On one side of this gap, we find the semantic-oriented technology deployed to build annotated content repositories. This includes RDF, RDF Schema and OWL. On the other side of the gap is the syntax-oriented technology deployed to build Websites. This includes XML, XSLT, CSS, XHTML and SMIL. In this paper, we discuss the conceptual relationships between the world of explicit metadata semantics and the world of Web presentations and their underlying syntactic formats. We also explore to what extent this gap can be bridged automatically, and how current Web technologies can be used to support this process.</ow:abstract>
  <ow:title>Structuring and Presenting Annotated Media Repositories</ow:title>
  <ow:number>INS-E0402</ow:number>
  <ow:month>February</ow:month>
  <ow:url rdf:resource="http://db.cwi.nl/rapporten/abstract.php?abstractnr=1454"/>
  <ow:year>2004</ow:year>
  <ow:keywords>Algorithms, Documentation, Design, Experimentation, Human Factors, Standardization, Languages, Theory</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman. Structuring and Presenting Annotated Media Repositories, number INS-E0402, February, 2004</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="nack_nile">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#def5380f7af5e01988e260470d626c14dfb0cb09">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Workshop on Narrative and Interactive Learning Environments</ow:booktitle>
  <ow:title>Catch me, said the meaning, and turned out to be a hydra</ow:title>
  <ow:month>August  30 - September 1</ow:month>
  <ow:url rdf:resource="http://cbl.leeds.ac.uk/~paul/nile"/>
  <ow:year>2000</ow:year>
  <ow:abstract rdf:parseType="Literal">This paper presents an integrated framework for new media production in which particular presentations in a variety of forms may be authored and generated using a range of tools interacting with a distributed media repository. The A4SM project demonstrates a number of elements of this overall framework. The emphasis in this work is on the provision of tools and technologies for the manual authorship of linear and interactive media productions. Semi-automated and interactive assembly of a variety of forms of production have been shown to be feasible by a number of research projects, and can be realised by tools interacting with this common repository and environment.</ow:abstract>
  <ow:address>Edinburgh, Scotland</ow:address>
  <rdfs:label>Frank Nack. Catch me, said the meaning, and turned out to be a hydra. In: Workshop on Narrative and Interactive Learning Environments, August  30 - September 1, 2000</rdfs:label>
</ow:InProceedings>

<ow:Misc rdf:ID="ins_schdis03">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">This is also published as Technical Report INS-E0305.</ow:note>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#d1c9fb004a5a95009bc013fba15b9f0d199c7a51">
      <rdf:li rdf:resource="#stefano_bocconi"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Automatic hypermedia presentation generation uses an information source semantic network first to select the content and then to compose it in the presentation so that the semantic relations between the information items are conveyed to the user. A hypermedia presentation can be considered as an example of strongly-guided navigation through a hypermedia structure. This can provide a high level interface for semantic network navigation, for example aiding the user in browsing a semantic network of scholarly claims.</ow:abstract>
  <ow:title>Automatic Presentation Generation for Scholarly Hypermedia</ow:title>
  <ow:month>August  30</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/scholhyper.pdf"/>
  <ow:year>2003</ow:year>
  <ow:howpublished>1st International Workshop on Scholarly Hypertext at the fourteenth conference on Hypertext and Hypermedia (HyperText 2003)</ow:howpublished>
  <rdfs:label>Stefano Bocconi. Automatic Presentation Generation for Scholarly Hypermedia, August  30, 2003</rdfs:label>
</ow:Misc>

<ow:TechnicalReport rdf:ID="INS-E0407">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Author's Master Thesis, Technische Universiteit Eindhoven</ow:note>
  <ow:author rdf:resource="#rob_van_velthoven"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#d1f7ca92ce88f99c45082190f095793ffb54a6d2">
      <rdf:li rdf:resource="#rob_van_velthoven"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Automatically generating presentations from content available on the World Wide Web, mainly through multimedia databases, is made possible with the advent of the Semantic Web and the increasing availability of multimedia repositories. The Semantic Web enables machines to work with assumptions on the meaning and interrelations of multimedia content. This makes it possible to present information in a more coherent manner, paving the way for the field of automatic multimedia presentation generation. Among the different issues to be solved in this field is layout generation. When combining separate parts together into a single presentation, new options and dangers present themselves. In this report we look at two options that present themselves and the related dangers. These options are analysis of the presentation tree in order to find interesting structures and adding to the system the option to use emphasis elements when presenting media elements.</ow:abstract>
  <ow:title>Transforming Abstract Document Structure to a Hypermedia Presentation</ow:title>
  <ow:number>INS-E0407</ow:number>
  <ow:month>July</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-E0407.pdf"/>
  <ow:year>2004</ow:year>
  <ow:keywords>Presentation generation; structure analysis</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Rob van Velthoven. Transforming Abstract Document Structure to a Hypermedia Presentation, number INS-E0407, July, 2004</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0405">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>1386-3681</ow:isbn>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9a0bbc6e7071e7bd0122b7e0202a0a71033c0ee4">
      <rdf:li rdf:resource="#stefano_bocconi"/>
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">We describe our experimental rhetoric engine Vox Populi that generates biased video-sequences from a repository of video interviews and other related audio-visual web sources. Users are thus able to explore their own opinions on controversial topics covered by the repository. The repository contains interviews with United States residents stating their opinion on the events occurring after the terrorist attack on the United States on the 11th of September 2001. We present a model for biased documentary statements, such as interviews, and explain in detail how this model facilitates the automatic generation of rhetorical arguments on a micro-level. We outline the required representations of relevant rhetorical structures and the way they can be processed. The processes are described via examples generated by our experimental engine. The first example shows how to logically counter an opinion using semantics contained in the audio tracks from the database, while the second example describes the generation of an emotional counterargument using visual material.</ow:abstract>
  <ow:title>VOX POPULI: Automatic Generation of Biased Video Sequences</ow:title>
  <ow:number>INS-E0405</ow:number>
  <ow:month>June</ow:month>
  <ow:year>2004</ow:year>
  <ow:keywords>Media semantics, media rhetorics, automated video editing, multimedia presentation generation, video documentaries</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Stefano Bocconi, Frank Nack. VOX POPULI: Automatic Generation of Biased Video Sequences, number INS-E0405, June, 2004</rdfs:label>
</ow:TechnicalReport>

<ow:TechnicalReport rdf:ID="INS-E0404">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:refereed>no</ow:refereed>
  <ow:project>NASH</ow:project>
  <ow:funding>NWO</ow:funding>
  <ow:author rdf:resource="#joost_geurts"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#marc_davis"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0643ec2a8ca92c0d08a1f13d63a38f2f6d3b9ed9">
      <rdf:li rdf:resource="#joost_geurts"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#marc_davis"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">In this paper, we report our experiences with the use of Semantic Web technology for annotating digital video material. Web technology is used to transform a large, existing video ontology embedded in an annotation tool into a commonly accessible format. The recombination of existing video material is then used as an example application, in which the video metadata enables the retrieval of video footage based on both content descriptions and cinematographic concepts, such as establishing and reaction shots. The paper focuses on the practical issues of porting ontological information to the Semantic Web, the multimedia-specific issues of video annotation, and requirements for Semantic Web query and access patterns. It thereby explicitly aims at providing input to the two new W3C Semantic Web Working Groups (Best Practices and Deployment; Data Access).</ow:abstract>
  <ow:title>Video on the Semantic Web - Experiences with Media Streams</ow:title>
  <ow:number>INS-E0404</ow:number>
  <ow:url rdf:resource="http://db.cwi.nl/rapporten/abstract.php?abstractnr=1469"/>
  <ow:year>2004</ow:year>
  <ow:keywords>Video, Search, Query, Rules, Ontology Porting, Media Streams</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Joost Geurts, Jacco van Ossenbruggen, Lynda Hardman, Marc Davis. Video on the Semantic Web - Experiences with Media Streams, number INS-E0404, 2004</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="hcii2007_cramer">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>978-3-540-73288-4</ow:isbn>
  <ow:author rdf:resource="#henriette_cramer"/>
  <ow:author rdf:resource="#vanessa_evers"/>
  <ow:author rdf:resource="#maarten_van_someren"/>
  <ow:author rdf:resource="#bob_wielinga"/>
  <ow:author rdf:resource="#sam_besselink"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#natalia_stash"/>
  <ow:author rdf:resource="#lora_aroyo"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a344d39828f98fcf1713481f5b6ef0ee005c0855">
      <rdf:li rdf:resource="#henriette_cramer"/>
      <rdf:li rdf:resource="#vanessa_evers"/>
      <rdf:li rdf:resource="#maarten_van_someren"/>
      <rdf:li rdf:resource="#bob_wielinga"/>
      <rdf:li rdf:resource="#sam_besselink"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#natalia_stash"/>
      <rdf:li rdf:resource="#lora_aroyo"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 12th International Conference on Human-Computer Interaction</ow:booktitle>
  <ow:title>User Interaction with User-Adaptive Information Filters</ow:title>
  <ow:month>July  22-27</ow:month>
  <ow:year>2007</ow:year>
  <ow:address>Beijing, China</ow:address>
  <rdfs:label>Henriette Cramer, Vanessa Evers, Maarten Van Someren, Bob Wielinga, Sam Besselink, Lloyd Rutledge, Natalia Stash, Lora Aroyo. User Interaction with User-Adaptive Information Filters. In: Proceedings of the 12th International Conference on Human-Computer Interaction, July  22-27, 2007</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-E0409">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#martin_alberink"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#mettina_veenstra"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#9c51e405adc03c8db5de47c654f9ba258646263d">
      <rdf:li rdf:resource="#martin_alberink"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#mettina_veenstra"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Semantic annotations of media repositories make relationships among the stored media and relevant concepts explicit. However, these relationships and the media they join are not directly presentable as hypermedia. Previous work shows how clustering over the annotations in the repositories can determine hypermedia presentation structure. Here we explore the application of different clustering techniques to generating hypermedia interfaces to media archives. This paper also describes the effect of each type of clustering on the end user's experience. We then generalize and unify these techniques with the use of proximity measures in further improving generated presentation structure.</ow:abstract>
  <ow:title>Clustering Semantics for Hypermedia Presentation</ow:title>
  <ow:number>INS-E0409</ow:number>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://db.cwi.nl/rapporten/abstract.php?abstractnr=1567"/>
  <ow:year>2004</ow:year>
  <ow:keywords>Hypermedia, Presentation Generation, Clustering, Semantics, Style, Document Structure</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Martin Alberink, Lloyd Rutledge, Lynda Hardman, Mettina Veenstra. Clustering Semantics for Hypermedia Presentation, number INS-E0409, November, 2004</rdfs:label>
</ow:TechnicalReport>

<ow:InProceedings rdf:ID="iswc2006_facet">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:comment>This is a revised version of CWI technical report INS-E0604</ow:comment>
  <ow:author rdf:resource="#michiel_hildebrand"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#85bc3a0a47c3094348ac754c93aeffca1fe982e8">
      <rdf:li rdf:resource="#michiel_hildebrand"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The Semantic Web - ISWC 2006</ow:booktitle>
  <ow:title>/facet: A Browser for Heterogeneous Semantic Web Repositories</ow:title>
  <ow:abstract rdf:parseType="Literal">Facet browsing has become popular as a user friendly interface to data repositories. The Semantic Web raises new challenges due to the heterogeneous character of the data. First, users should be able to select and navigate through facets of resources of any type and to make selections based on properties of other, semantically related, types. Second, where traditional facet browsers require manual configuration of the software, a semantic web browser should be able to handle any RDFS dataset without any additional configuration. Third, hierarchical data on the semantic web is not designed for browsing: complementary techniques, such as search, should be available to overcome this problem. We address these requirements in our browser, /facet. Additionally, the interface allows the inclusion of facet-specific display options that go beyond the hierarchical navigation that characterizes current facet browsing. /facet is a tool for Semantic Web developers as an instant interface to their complete dataset. The automatic facet configuration generated by the system can then be further refined to configure it as a tool for end users. The implementation is based on current Web standards and open source software. The new functionality is motivated using a scenario from the cultural heritage domain.</ow:abstract>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://dx.doi.org/10.1007/11926078_20"/>
  <ow:year>2006</ow:year>
  <ow:keywords>facet browsing, heterogeneous querying, cross relations</ow:keywords>
  <ow:pages>272-285</ow:pages>
  <rdfs:label>Michiel Hildebrand, Jacco van Ossenbruggen, Lynda Hardman. /facet: A Browser for Heterogeneous Semantic Web Repositories. In: The Semantic Web - ISWC 2006, November, 2006</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="ins_obscure1">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>11</ow:volume>
  <ow:note rdf:parseType="Literal">based on http://ftp.cwi.nl/CWIreports/INS//INS-E0308.pdf</ow:note>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#24c01d40ca23bf1db40dbfabbf53c01dd84214e4">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>That Obscure Object of Desire: Multimedia Metadata on the Web (Part I)</ow:title>
  <ow:number>4</ow:number>
  <ow:month>October - December</ow:month>
  <ow:url rdf:resource="http://ieeexplore.ieee.org/xpl/abs_free.jsp?arNumber=1343828"/>
  <ow:year>2004</ow:year>
  <ow:keywords>Semantic Web, metadata production, multimedia production process, XML, XML Schema, RDF, RDF Schema, MPEG-4, MPEG-7, MPEG-21</ow:keywords>
  <ow:pages>38-48</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen, Frank Nack, Lynda Hardman. That Obscure Object of Desire: Multimedia Metadata on the Web (Part I). IEEE MultiMedia 11(4), October - December, 2004</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="hj93_cmif">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>5</ow:volume>
  <ow:note rdf:parseType="Literal">Revised version of CWI Report CS-R9306</ow:note>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#51994e944b76c5bc143c508233c0e476e05bffb2">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
      <rdf:li rdf:resource="#guido_van_rossum"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Hypermedia Journal</ow:journal>
  <ow:title>The Amsterdam Hypermedia Model: Extending Hypertext to Support REAL Multimedia</ow:title>
  <ow:number>1</ow:number>
  <ow:month>July</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/ftp/mmpapers/hm-jour5-1.ps.gz"/>
  <ow:year>1993</ow:year>
  <ow:pages>47-69</ow:pages>
  <rdfs:label>Lynda Hardman, Dick C.A. Bulterman, Guido van Rossum. The Amsterdam Hypermedia Model: Extending Hypertext to Support REAL Multimedia. Hypermedia Journal 5(1), July, 1993</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ins_MMM98">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#eba3aa4423804c918d8ff800131285e1e4a5ba4f">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The International Conference on Multimedia Modeling</ow:booktitle>
  <ow:title>Implementing Adaptability in the Standard Reference Model for Intelligent Multimedia Presentation Systems</ow:title>
  <ow:abstract rdf:parseType="Literal">This paper discusses the implementation of adaptability in environments that are based on the Standard Reference Model for Intelligent Multimedia Presentation Systems. This adaptability is explored in the context of style sheets, which are represented in such formats as DSSSL. The use of existing public standards and tools for this implementation of style sheet-based adaptability is described. The Berlage environment is presented, which integrates these standards and tools into a complete storage-to-presentation hypermedia environment. The integration of the SRM into the Berlage environment is introduced in this work. This integration illustrates the issues involved in implementing adaptability in the model.</ow:abstract>
  <ow:month>October  12-15</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mmm98.pdf"/>
  <ow:year>1998</ow:year>
  <ow:pages>12-20</ow:pages>
  <rdfs:label>Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen, Dick C.A. Bulterman. Implementing Adaptability in the Standard Reference Model for Intelligent Multimedia Presentation Systems. In: The International Conference on Multimedia Modeling, October  12-15, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="lynda_ukht88">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>1-871516-02-1</ow:isbn>
  <ow:author rdf:resource="#deborah_m_edwards"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4c29da2f5a8814f071bfafb90aac096b0992d4ff">
      <rdf:li rdf:resource="#deborah_m_edwards"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Hypertext: Theory in Practice</ow:booktitle>
  <ow:title>Lost in Hyperspace: Cognitive Mapping and Navigation in a Hypertext Environment</ow:title>
  <ow:month>March</ow:month>
  <ow:editor rdf:resource="#ray_mcaleese"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c27697aa5c2afaf157a681e5a2eb57ee09f91c3a">
      <rdf:li rdf:resource="#ray_mcaleese"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1988</ow:year>
  <ow:pages>105-125</ow:pages>
  <ow:address>Aberdeen, UK</ow:address>
  <rdfs:label>Deborah M. Edwards, Lynda Hardman. Lost in Hyperspace: Cognitive Mapping and Navigation in a Hypertext Environment. In: Hypertext: Theory in Practice, March, 1988</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_iswc2006chip">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Poster</ow:note>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lora_aroyo"/>
  <ow:author rdf:resource="#natalia_stash"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ea0756a913f1d506ff95610e855efa1afdccbeff">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lora_aroyo"/>
      <rdf:li rdf:resource="#natalia_stash"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The 5th International Semantic Web Conference</ow:booktitle>
  <ow:title>Interactive User Profiling in Semantically Annotated Museum Collections</ow:title>
  <ow:month>November</ow:month>
  <ow:url rdf:resource="http://www.chip-project.org/presentation/ISWC2006poster/"/>
  <ow:year>2006</ow:year>
  <ow:address>Athens, GA, USA</ow:address>
  <rdfs:label>Lloyd Rutledge, Lora Aroyo, Natalia Stash. Interactive User Profiling in Semantically Annotated Museum Collections. In: The 5th International Semantic Web Conference, November, 2006</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="mmm04_falkovych">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#kateryna_falkovych"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#a83caca8f06e87a1205a9ab3c034d38bb96910d4">
      <rdf:li rdf:resource="#kateryna_falkovych"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 10th International Multi-Media Modelling Conference 2004</ow:booktitle>
  <ow:title>SampLe: Towards a Framework for System-supported Multimedia Authoring</ow:title>
  <ow:month>January  5-7</ow:month>
  <ow:url rdf:resource="http://csdl.computer.org/comp/proceedings/mmm/2004/2084/00/20840362.pdf"/>
  <ow:year>2004</ow:year>
  <ow:pages>362</ow:pages>
  <ow:address>Brisbane, Australia</ow:address>
  <rdfs:label>Kateryna Falkovych, Frank Nack, Jacco van Ossenbruggen, Lloyd Rutledge. SampLe: Towards a Framework for System-supported Multimedia Authoring. In: Proceedings of the 10th International Multi-Media Modelling Conference 2004, January  5-7, 2004</rdfs:label>
</ow:InProceedings>

<ow:Article rdf:ID="sim-games">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>5</ow:volume>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#guido_van_rossum"/>
  <ow:author rdf:resource="#aart_van_bolhuis"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#e029e3192288670e75dfba331679280a39993ce9">
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#guido_van_rossum"/>
      <rdf:li rdf:resource="#aart_van_bolhuis"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>Journal of Intelligent Systems</ow:journal>
  <ow:title>An Interactive Multimedia Business Game</ow:title>
  <ow:number>2-4</ow:number>
  <ow:abstract rdf:parseType="Literal">The playing of computer-based business games has changed little with recent technological improvements. Teams make decisions which are written down on paper and handed to a tutor who then has to enter these into the computer. To make it a richer and more real-life experience we have brought a business simulation into a multimedia environment. In order to create a sense of the passing of time the simulation is continuous, and players can enter input values throughout the game. Important parameters, such as product sales, are displayed as continuously updated graphs. Background information such as news items is provided in multimedia form. Players also have direct access to online tools, such as spreadsheets, from the game environment. We describe the prototype built to illustrate our approach.</ow:abstract>
  <ow:url rdf:resource="http://ftp.cwi.nl/mmpapers/sim-games.ps.gz"/>
  <ow:year>1995</ow:year>
  <ow:pages>139-150</ow:pages>
  <rdfs:label>Lynda Hardman, Guido van Rossum, Aart van Bolhuis. An Interactive Multimedia Business Game. Journal of Intelligent Systems 5(2-4), 1995</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="ins_EP98">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#dick_ca_bulterman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#723d66dc343d133f5f1684fc58c3e8cb2dff4bc0">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#dick_ca_bulterman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>ICCC/IFIP Conference -- Electronic Publishing '98</ow:booktitle>
  <ow:title>Addressing Publishing Issues with Hypermedia Distributed on the Web</ow:title>
  <ow:abstract rdf:parseType="Literal">The content and structure of an electronically published document can be authored and processed in ways that allow for flexibility in presentation on different environments for different users. This enables authors to craft documents that are more widely presentable. Electronic publishing issues that arise from this separation of document storage from presentation include (1) respecting the intent and restrictions of the author and publisher in the document's presentation, and (2) applying costs to individual document components and allowing the user to choose among alternatives to control the price of the document's presentation. These costs apply not only to the individual media components displayed but also to the structure created by document authors to bring these media components together as multimedia. A collection of ISO standards, primarily SGML, HyTime and DSSSL, enable the representation of presentation-independent documents and the creation of environments that process them for presentation. SMIL is a W3C format under development for hypermedia documents distributed on the World Wide Web. Since SMIL is SGML-compliant, it can easily be incorporated into SGML/HyTime and DSSSL environments. This paper discusses how to address these issues in the context of a presentation-independent hypermedia storage. It introduces the Berlage environment, which uses SGML, HyTime, DSSSL and SMIL to store, process, and present hypermedia data. This paper also describes how the Berlage environment can be used to enforce publisher restrictions on media content and to allow users to control the pricing of document presentations. Also explored is the ability of both SMIL and HyTime to address these issues in general, enabling SMIL and HyTime systems to consistently process documents of different document models authored in different environments.</ow:abstract>
  <ow:month>April  20-22</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~lloyd/Papers/ICCC98/"/>
  <ow:year>1998</ow:year>
  <ow:keywords>Hypermedia, Electronic Payment, Authoring, SGML, HyTime, DSSSL, SMIL, XML.</ow:keywords>
  <ow:pages>78-93</ow:pages>
  <rdfs:label>Lloyd Rutledge, Jacco van Ossenbruggen, Lynda Hardman, Dick C.A. Bulterman. Addressing Publishing Issues with Hypermedia Distributed on the Web. In: ICCC/IFIP Conference -- Electronic Publishing '98, April  20-22, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="mw2007_aroyo">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lora_aroyo"/>
  <ow:author rdf:resource="#rogier_brussee"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#peter_gorgels"/>
  <ow:author rdf:resource="#natalia_stash"/>
  <ow:author rdf:resource="#yiwen_wang"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#ba826e4c35977d155af35ed29342feb91504e9b1">
      <rdf:li rdf:resource="#lora_aroyo"/>
      <rdf:li rdf:resource="#rogier_brussee"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#peter_gorgels"/>
      <rdf:li rdf:resource="#natalia_stash"/>
      <rdf:li rdf:resource="#yiwen_wang"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Museums and the Web 2007</ow:booktitle>
  <ow:title>Personalized Museum Experience: The Rijksmuseum Use Case</ow:title>
  <ow:month>April  11-14</ow:month>
  <ow:url rdf:resource="http://www.archimuse.com/mw2007/papers/aroyo/aroyo.html"/>
  <ow:year>2007</ow:year>
  <ow:address>San Francisco, USA</ow:address>
  <rdfs:label>Lora Aroyo, Rogier Brussee, Lloyd Rutledge, Peter Gorgels, Natalia Stash, Yiwen Wang. Personalized Museum Experience: The Rijksmuseum Use Case. In: Museums and the Web 2007, April  11-14, 2007</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="cosign02_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#craig_lindley"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#elisabeth_andre"/>
  <ow:author rdf:resource="#andy_clarke"/>
  <ow:author rdf:resource="#grethe_mitchell"/>
  <ow:author rdf:resource="#clive_fencott"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#3067ba824c229defa4191e7a622661c789ce3945">
      <rdf:li rdf:resource="#craig_lindley"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#elisabeth_andre"/>
      <rdf:li rdf:resource="#andy_clarke"/>
      <rdf:li rdf:resource="#grethe_mitchell"/>
      <rdf:li rdf:resource="#clive_fencott"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 2nd Conference on Computational Semiotics for Games and New Media</ow:booktitle>
  <ow:title>The emergence of the labyrinth: Intrinsic computational aesthetic form</ow:title>
  <ow:month>September  2-4</ow:month>
  <ow:url rdf:resource="http://www.cosignconference.org/cosign2002/papers/"/>
  <ow:year>2002</ow:year>
  <ow:pages>3-6</ow:pages>
  <ow:address>Augsburg, Germany</ow:address>
  <rdfs:label>Craig Lindley, Frank Nack, Elisabeth Andre, Andy Clarke, Grethe Mitchell, Clive Fencott. The emergence of the labyrinth: Intrinsic computational aesthetic form. In: Proceedings of the 2nd Conference on Computational Semiotics for Games and New Media, September  2-4, 2002</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-R0108">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#menzo_windhouwer"/>
  <ow:author rdf:resource="#eric_pauwels"/>
  <ow:author rdf:resource="#michele_huijberts"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#57288c75e87d46739ede84b9b369ecf1791fc715">
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#menzo_windhouwer"/>
      <rdf:li rdf:resource="#eric_pauwels"/>
      <rdf:li rdf:resource="#michele_huijberts"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">In this article we argue that for the automatic generation of adaptive multimedia presentations we are in need of expandable, adaptable style descriptions which provide both high-level conceptual and low-level feature extraction information. Only the combination of both facilitates the retrieval of adequate material and its user-centred presentation. We discuss the requirements for an adaptable Web-based environment for museums presenting visual artefacts. We then present the framework of our prototype multimedia generation environment which transforms a high-level user query into a concrete multimedia final-form encoding that is playable on an end-users' platform. We describe the underlying architecture and provide a working example.</ow:abstract>
  <ow:title>The Role of High-level and Low-level Features in Semi-automated Retrieval and Generation of Multimedia Presentations Presentation Geneneration</ow:title>
  <ow:number>INS-R0108</ow:number>
  <ow:month>June</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0108.pdf"/>
  <ow:year>2001</ow:year>
  <ow:keywords>Multimedia semantics, feature grammars, multimedia presentation generation, multimedia retrieval</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Frank Nack, Menzo Windhouwer, Eric Pauwels, Michele Huijberts, Lynda Hardman. The Role of High-level and Low-level Features in Semi-automated Retrieval and Generation of Multimedia Presentations Presentation Geneneration, number INS-R0108, June, 2001</rdfs:label>
</ow:TechnicalReport>

<ow:Article rdf:ID="ieee-software_obrenovic07">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>24</ow:volume>
  <ow:author rdf:resource="#zeljko_obrenovic"/>
  <ow:author rdf:resource="#dragan_gasevic"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c3d657231b29d8b15da9853a0eec1cbae9c0f9dc">
      <rdf:li rdf:resource="#zeljko_obrenovic"/>
      <rdf:li rdf:resource="#dragan_gasevic"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE Software</ow:journal>
  <ow:title>Open Source Software: All You Do Is Put It Together</ow:title>
  <ow:number>5</ow:number>
  <ow:abstract rdf:parseType="Literal">The authors propose an infrastructure for rapidly prototyping applications from open source software components. The Adaptable Multi-Interface Communicator infrastructure (AMICO) is based on ideas of middleware platforms for component integration, but it focuses on pragmatic aspects of OSS integration, often absent from many existing integration platforms. The authors also identify the key requirements of middleware for rapid prototyping with OSS components and illustrate their approach through two examples in complex scenarios.</ow:abstract>
  <ow:url rdf:resource="http://doi.ieeecomputersociety.org/10.1109/MS.2007.141"/>
  <ow:year>2007</ow:year>
  <ow:pages>86-95</ow:pages>
  <rdfs:label>Zeljko Obrenovic, Dragan Gasevic. Open Source Software: All You Do Is Put It Together. IEEE Software 24(5), 2007</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="acmmm04_bocconi">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:isbn>1-58113-893-8</ow:isbn>
  <ow:author rdf:resource="#stefano_bocconi"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#b3034e77606a9b08a96c431cb158f4330d206b11">
      <rdf:li rdf:resource="#stefano_bocconi"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>12th ACM International Conference on Multimedia - Doctoral Symposium</ow:booktitle>
  <ow:title>Semantic-Aware Automatic Video Editing</ow:title>
  <ow:abstract rdf:parseType="Literal">One of the challenges of multimedia applications is to provide user-tailored access to information encoded in different media. Particularly, previous research has not yet fully explored how to automatically compose different video segments according to a communicative goal. We propose a rhetoric-based method to support the selection and automatic editing of user-requested content from video footage. The method is applied to the domain of video documentaries to create biased sequences about a user selected subject.</ow:abstract>
  <ow:month>October</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/acmmm04-docsymp.pdf"/>
  <ow:year>2004</ow:year>
  <ow:pages>971-972</ow:pages>
  <rdfs:label>Stefano Bocconi. Semantic-Aware Automatic Video Editing. In: 12th ACM International Conference on Multimedia - Doctoral Symposium, October, 2004</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="ins_mmm00">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#jim_davis"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#faa331df9766a8b3a75e2f09a2678efb05bc7f0a">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#jim_davis"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the International Conference on Multimedia Modeling 2000 (MMM00)</ow:booktitle>
  <ow:title>Inter-dimensional Hypermedia Communicative Devices for Rhetorical Structure</ow:title>
  <ow:abstract rdf:parseType="Literal">Hypermedia communicative devices are patterns of hypermedia presentation structure with specific affects on the user. Some devices have been determined for affecting the user with abstract authoring constructs, such as rhetorical structure. However, these devices each typically focus on particular aspects of the structure of hypermedia presentation. This paper presents a framework for hypermedia communicative devices that simultaneously affects multiple dimensions of presentation structure. In discussing this, we focus on the document's rhetorical structure as the input to be communicated through these devices.</ow:abstract>
  <ow:month>November  13-15</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~media/publications/mmm00.pdf"/>
  <ow:year>2000</ow:year>
  <ow:keywords>Rhetoric, adaptation, presentation generation, hyper-media, Topia</ow:keywords>
  <ow:pages>89-105</ow:pages>
  <ow:address>Nagano, Japan</ow:address>
  <rdfs:label>Lloyd Rutledge, Jim Davis, Jacco van Ossenbruggen, Lynda Hardman. Inter-dimensional Hypermedia Communicative Devices for Rhetorical Structure. In: Proceedings of the International Conference on Multimedia Modeling 2000 (MMM00), November  13-15, 2000</rdfs:label>
</ow:InProceedings>

<ow:TechnicalReport rdf:ID="INS-R0101">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#craig_lindley"/>
  <ow:author rdf:resource="#jim_davis"/>
  <ow:author rdf:resource="#frank_nack"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4a7803b4e160f09733e632764937f201d7070ff9">
      <rdf:li rdf:resource="#craig_lindley"/>
      <rdf:li rdf:resource="#jim_davis"/>
      <rdf:li rdf:resource="#frank_nack"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">Rhetorical structure theory (RST) provides a model of textual function based upon rhetoric. Initially developed as a model of text coherence, RST has been used extensively in text generation research, and has more recently been proposed as a basis for multimedia presentation generation. This paper investigates the use of RST for generating video presentations having a rhetorical form, using models of the rhetorical roles of video components, together with rules for selecting components for presentation on the basis of their rhetorical functions. An RST model can provide a predefined link structure providing viewers with options for obtaining and dynamically modifying rhetorically coherent video presentations from video archives and databases. The use of an RST analysis for interactive presentation generation may provide a more powerful rhetorical device than conventional linear video presentation. Conversely, making alternative RST analyses of the same video data available to users can have the effect of encouraging closer and more independent viewer analysis of the material, and discourage taking any particular rhetorical presentation at face value.</ow:abstract>
  <ow:title>The application of rhetorical structure theory to interactive news program generation from digital archives</ow:title>
  <ow:number>INS-R0101</ow:number>
  <ow:month>January</ow:month>
  <ow:url rdf:resource="http://ftp.cwi.nl/CWIreports/INS//INS-R0101.pdf"/>
  <ow:year>2001</ow:year>
  <ow:keywords>Interactive presentation generation, rhetorical structure theory, news, video, video archive</ow:keywords>
  <ow:institution rdf:resource="#cwi"/>
  <rdfs:label>Craig Lindley, Jim Davis, Frank Nack, Lloyd Rutledge. The application of rhetorical structure theory to interactive news program generation from digital archives, number INS-R0101, January, 2001</rdfs:label>
</ow:TechnicalReport>

<ow:Article rdf:ID="smil_ix">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#c3b01733594c75bbe884712f30e60df6f547121d">
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>iX: Magazin fur professionelle Informationstechnik</ow:journal>
  <ow:title>SMIL - Synchronized Multimedia Integration Language: Moving to the beat</ow:title>
  <ow:number>10</ow:number>
  <ow:month>October</ow:month>
  <ow:url rdf:resource="http://www.heise.de/ix/artikel/E/1999/10/058/default.shtml"/>
  <ow:year>1999</ow:year>
  <rdfs:label>Lloyd Rutledge. SMIL - Synchronized Multimedia Integration Language: Moving to the beat. iX: Magazin fur professionelle Informationstechnik, number 10, October, 1999</rdfs:label>
</ow:Article>

<ow:Article rdf:ID="mediaImpact09_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#frank_nack"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#0935eccf027d385c7740d4ef19d45ada4fef2e2c">
      <rdf:li rdf:resource="#frank_nack"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>IEEE MultiMedia</ow:journal>
  <ow:title>Pictures at an exhibition</ow:title>
  <ow:abstract rdf:parseType="Literal">This column envisaging the impact of information technology for museum environments.</ow:abstract>
  <ow:month>April - June</ow:month>
  <ow:url rdf:resource="http://www.computer.org/multimedia/mu2002/u2toc.htm"/>
  <ow:year>2002</ow:year>
  <ow:pages>14-17</ow:pages>
  <rdfs:label>Frank Nack. Pictures at an exhibition. IEEE MultiMedia, April - June, 2002</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="DV_EP96">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <ow:author rdf:resource="#bastiaan_schonhage"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#15087a3c70ebbb2359d9d8ab989716b455cd8e54">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#anton_eliens"/>
      <rdf:li rdf:resource="#bastiaan_schonhage"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">This article advocates the use of SGML technology for the creation, dissemination and display of Web documents. It presents a software architecture that allows for defining the operational interpretation of arbitrary document types by means of style sheets, written in a scripting language. Our approach has been motivated by a desire to extend the functionality of the Web with support for multimedia and active documents. Although growing in complexity, HTML is still lacking in functionality. We prefer a more flexible and generic approach, as enabled by the employment of SGML. After a brief introduction of SGML, we will illustrate how our approach accommodates (extensions of) HTML as well as arbitrary SGML documents containing multimedia data such as video and audio. We will then briefly sketch the software components used in the realization of our approach and discuss some topics for further research.</ow:abstract>
  <ow:title>Web Applications and SGML</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/publications/1996/ep96.ps.gz"/>
  <ow:year>1996</ow:year>
  <ow:pages>51-62</ow:pages>
  <ow:crossref>EP96</ow:crossref>
  <rdfs:label>Jacco van Ossenbruggen, Anton Eliens, Bastiaan Schonhage. Web Applications and SGML, 1996</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_echt-94">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#523661ce81735b6adea19a9ea78e89f764a6ee2c">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#anton_eliens"/>
    </rdf:Seq>
  </my:authorList>
  <ow:abstract rdf:parseType="Literal">The paper describes the extension of a hypermedia class library with music as a new component type, but will focus on the development of a software wrapper object as an application programmers interface to the Csound software sound synthesis program. This wrapper provides the flexible, interactive and object-oriented interface needed by a hypermedia system. Additionally, some consequences of the fundamental difference between static and time-based media will be discussed.</ow:abstract>
  <ow:title>Music in Time-based Hypermedia</ow:title>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/publications/1994/echt94.ps.gz"/>
  <ow:pages>224-270</ow:pages>
  <ow:crossref>echt94</ow:crossref>
  <rdfs:label>Jacco van Ossenbruggen, Anton Eliens. Music in Time-based Hypermedia</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_Animating">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#british_computer_society"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#bastiaan_schonhage"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#6d43e3b549d498cd0ce18784d36ef22286c27f7f">
      <rdf:li rdf:resource="#anton_eliens"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#bastiaan_schonhage"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the International Conference on 3D and Multimedia on the Internet, WWW and Networks, 17-18 April 1996, Bradford.</ow:booktitle>
  <ow:title>Animating the Web -- An SGML-based Approach</ow:title>
  <ow:month>April</ow:month>
  <ow:year>1996</ow:year>
  <ow:crossref>DV:Animating-BOOK</ow:crossref>
  <rdfs:label>Anton Eliens, Jacco van Ossenbruggen, Bastiaan Schonhage. Animating the Web -- An SGML-based Approach. In: Proceedings of the International Conference on 3D and Multimedia on the Internet, WWW and Networks, 17-18 April 1996, Bradford., British Computer Society, April, 1996</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_OHS98">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:note rdf:parseType="Literal">Proceedings are published as Technical Report CS-98-01 of Aalborg University, Denmark</ow:note>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#7ea6d881b6c3a6021dfee18a7a68018c287a8265">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#anton_eliens"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 4th Workshop on Open Hypermedia Systems</ow:booktitle>
  <ow:title>The Role of XML in Open Hypermedia Systems</ow:title>
  <ow:month>June  19-20</ow:month>
  <ow:url rdf:resource="http://aue.auc.dk/~kock/OHS-HT98/Papers/ossenbruggen.html"/>
  <ow:year>1998</ow:year>
  <ow:abstract rdf:parseType="Literal">The World Wide Web Consortium has recently issued XML 1.0 as a Recommendation. XML, the Extensible Markup Language, is a data format for structured document interchange on the Web. In this paper, we put forward the position that XML, together with (future) standards based on XML, will play an important role in the development of open hypermedia systems. Many of objectives of the XML community are similar to the objectives of the open hypermedia systems (OHS) community. This paper discusses these similarities, but also stresses the differences between the architecture and protocol-oriented approach which is typical for the OHS research community versus the document oriented approach of the XML community.</ow:abstract>
  <ow:address>Hypertext '98 Pittsburgh, PA</ow:address>
  <ow:crossref>ohs4</ow:crossref>
  <rdfs:label>Jacco van Ossenbruggen, Anton Eliens, Lloyd Rutledge. The Role of XML in Open Hypermedia Systems. In: Proceedings of the 4th Workshop on Open Hypermedia Systems, June  19-20, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_bpsim">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <ow:author rdf:resource="#frank_niessink"/>
  <ow:author rdf:resource="#bastiaan_schonhage"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#paul_nash"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#da556d8136df3b641913bb565a15662dfc53d0ff">
      <rdf:li rdf:resource="#anton_eliens"/>
      <rdf:li rdf:resource="#frank_niessink"/>
      <rdf:li rdf:resource="#bastiaan_schonhage"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#paul_nash"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Euromedia 96: Telematics in a Multimedia Environment, December 19-21, London. United Kingdom</ow:booktitle>
  <ow:title>Support for Business Process Redesign -- Simulation, Hypermedia and the Web</ow:title>
  <ow:abstract rdf:parseType="Literal">A major success factor of business process redesign projects is the extent to which the organisation members themselves - both management and staff - are actively involved in the redesign project. One way to assess different redesign alternatives with respect to the project goals is to model these alternatives and subject them to a simulation study. Visualization and animation of the simulation models can provide insight into both the structure and the dynamics of the modelled alternatives. Effectively presented, visualization and animation enhance the involvement of the project members in the assessment and validation of the proposed redesigns. To support communication among all participants in the BPR project, we advocate an integrated presentation of redesign alternatives, visualized simulation experiments and the results of simulation studies in a single active document. In this paper we describe a framework enabling such integrated presentations by allowing the embedding of simulation models and experiments in hypermedia documents.</ow:abstract>
  <ow:month>December</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/publications/1996/Euromedia96.Eliens.pdf"/>
  <ow:year>1996</ow:year>
  <ow:keywords>Business Process Redesign, Logistics-based Business Modelling, Discrete Event Simulation, Hypermedia, Active Documents, Web.</ow:keywords>
  <ow:pages>193-200</ow:pages>
  <rdfs:label>Anton Eliens, Frank Niessink, Bastiaan Schonhage, Jacco van Ossenbruggen, Paul Nash. Support for Business Process Redesign -- Simulation, Hypermedia and the Web. In: Euromedia 96: Telematics in a Multimedia Environment, December 19-21, London. United Kingdom, December, 1996</rdfs:label>
</ow:InProceedings>

<ow:InCollection rdf:ID="DV_Animating-BOOK">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#bastiaan_schonhage"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#91e41a561d63eb42a5d38b2af6ee5c64d9102920">
      <rdf:li rdf:resource="#anton_eliens"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#bastiaan_schonhage"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The Internet in 3D -- Information, Images and Interaction</ow:booktitle>
  <ow:title>Animating the Web -- An SGML-based Approach</ow:title>
  <ow:abstract rdf:parseType="Literal">The DejaVu framework offers access to the Web as one of the facilities in a collection of software components for developing multimedia user interfaces and hypermedia applications. It provides a vehicle for experimenting with true hypermedia extensions to the Web. Our approach, which is essentially object-oriented, allows for integrating the Web in applications and vice versa, for composing a Web browser with support for sound synthesis, digital video, 3D graphics and virtual reality. On a software level this is realized by extending HTML to allow for embedded scripts, written in a script language that is extensible with application-defined functionality. However, in addition to this rather low-level provision for active documents, our Web browser component allows for SGML-defined document types capturing the syntax and semantics of multimedia extensions. This paper gives a brief overview of the various components constituting the DejaVu framework and discusses briefly the architectural notions underlying our framework. We will show how to employ these components to develop a Web browser with (client-side) support for animation, multimedia and virtual reality. By giving some examples, we will illustrate our solution to defining the (browsing) semantics of arbitrary document types by means of script-based style sheets. As a conclusion we will discuss the requirements that must be met for developing a HyTime compliant browser for the Web.</ow:abstract>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/publications/1996/bradford96.ps"/>
  <ow:editor rdf:resource="#rae_earnshaw"/>
  <ow:editor rdf:resource="#john_vince"/>
  <my:editorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#b1b7c8768a7b5add739b144daf058531462bed95">
      <rdf:li rdf:resource="#rae_earnshaw"/>
      <rdf:li rdf:resource="#john_vince"/>
    </rdf:Seq>
  </my:editorList>
  <ow:year>1997</ow:year>
  <ow:pages>75-96</ow:pages>
  <rdfs:label>Anton Eliens, Jacco van Ossenbruggen, Bastiaan Schonhage. Animating the Web -- An SGML-based Approach. In: The Internet in 3D -- Information, Images and Interaction, 1997</rdfs:label>
</ow:InCollection>

<ow:Article rdf:ID="dv_siglink">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>6</ow:volume>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#f7f00321963660a8e95198cc36ff7aa832d61fd3">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
      <rdf:li rdf:resource="#anton_eliens"/>
    </rdf:Seq>
  </my:authorList>
  <ow:journal>SIGLINK Newsletter</ow:journal>
  <ow:title>Style Sheet Languages for Hypertext</ow:title>
  <ow:number>3</ow:number>
  <ow:month>October</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/publications/1997/dv:siglink.pdf"/>
  <ow:year>1997</ow:year>
  <ow:pages>16 - 20</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen, Lloyd Rutledge, Lynda Hardman, Anton Eliens. Style Sheet Languages for Hypertext. SIGLINK Newsletter 6(3), October, 1997</rdfs:label>
</ow:Article>

<ow:InProceedings rdf:ID="DV_www7">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:volume>30</ow:volume>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <ow:author rdf:resource="#lloyd_rutledge"/>
  <ow:author rdf:resource="#lynda_hardman"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#14b1a17098e5b565198441650710dd983203efe0">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#anton_eliens"/>
      <rdf:li rdf:resource="#lloyd_rutledge"/>
      <rdf:li rdf:resource="#lynda_hardman"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>The Seventh International World Wide Web Conference (WWW7)</ow:booktitle>
  <ow:title>Requirements for Multimedia Markup and Style Sheets on the World Wide Web</ow:title>
  <ow:publisher rdf:resource="#elsevier_science_bv"/>
  <ow:abstract rdf:parseType="Literal">The unequivocal acceptance of Cascading Style sheets by all major browser vendors clearly indicates the need for separating content and style issues in HTML documents. However, in search of ever-richer content, providers rely on platform-specific plug-ins and browser-specific extensions such as dynamic HTML and scripting to achieve the desired (multimedia) functionality. We consider such an ad-hoc approach to delivering multimedia content as inadequate, and henceforth propose a multimedia document markup language (SMIL, which has recently been submitted to W3C) and discuss the requirements for an associated style sheet language supporting temporal and spatial constraints, hyperlinking among continuous media objects and adaptivity with respect to Quality of Service. In this paper we propose extensions to current style sheet languages to meet the requirements imposed by the capability to specify the presentation of multimedia content in a declarative manner.</ow:abstract>
  <ow:month>April</ow:month>
  <ow:url rdf:resource="http://www7.scu.edu.au/programme/posters/1866/com1866.htm"/>
  <ow:series>Computer Networks and ISDN Systems</ow:series>
  <ow:year>1998</ow:year>
  <ow:keywords>Synchronized hypermedia; Style sheets; SMIL</ow:keywords>
  <ow:pages>694-696</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen, Anton Eliens, Lloyd Rutledge, Lynda Hardman. Requirements for Multimedia Markup and Style Sheets on the World Wide Web 30. In: The Seventh International World Wide Web Conference (WWW7), Elsevier Science B.V., April, 1998</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_gronics-94">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#4457b4c8c3855f019f3afec6adb56edc4e9aa5e7">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>1994 Groningen Student Conference on Computer Science</ow:booktitle>
  <ow:title>Music in Time-based Hypermedia</ow:title>
  <ow:abstract rdf:parseType="Literal">Hypermedia can be regarded as a merge between multimedia and hypertext. The paper will describe the extension of a hypermedia system with music as a new document type, and the development of a software wrapper to give an existing, music generating program the flexible, interactive and object-oriented interface needed by a hypermedia system. Additionally, some consequences of the fundamental difference between static and time-based media will be discussed.</ow:abstract>
  <ow:month>January</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/publications/1994/gronics94.ps.gz"/>
  <ow:year>1994</ow:year>
  <ow:pages>127-130</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen. Music in Time-based Hypermedia. In: 1994 Groningen Student Conference on Computer Science, January, 1994</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_boston-95">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#oreilly_and_associates_inc"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#e1ac298a429d5fcde1e121d0e09aa2159b6f771e">
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#anton_eliens"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the Fourth International World Wide Web Conference -- The Web Revolution</ow:booktitle>
  <ow:title>Bringing Music to the Web</ow:title>
  <ow:abstract rdf:parseType="Literal">To reduce the amount of resources needed for high quality music on the WWW, we advocate the use of client-side sound synthesis techniques. The paper will describe the design of the hymne class library, which is used by the hush web widget to synthesize the sound of musical scripts embedded in HTML pages.</ow:abstract>
  <ow:month>December</ow:month>
  <ow:url rdf:resource="http://www.cwi.nl/~jrvosse/publications/1995/www-95/"/>
  <ow:year>1995</ow:year>
  <ow:pages>309-314</ow:pages>
  <rdfs:label>Jacco van Ossenbruggen, Anton Eliens. Bringing Music to the Web. In: Proceedings of the Fourth International World Wide Web Conference -- The Web Revolution, OReilly and Associates, Inc., December, 1995</rdfs:label>
</ow:InProceedings>

<ow:InProceedings rdf:ID="DV_jamming">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Publication"/>
  <ow:publisher rdf:resource="#oreilly_and_associates_inc"/>
  <ow:author rdf:resource="#anton_eliens"/>
  <ow:author rdf:resource="#martijn_van_welie"/>
  <ow:author rdf:resource="#jacco_van_ossenbruggen"/>
  <ow:author rdf:resource="#bastiaan_schonhage"/>
  <my:authorList>
    <rdf:Seq rdf:about="http://www.cs.vu.nl/~mcaklein/bib2rdf//tempid#1fba11f5f925900132986caee21ba8c4d966159a">
      <rdf:li rdf:resource="#anton_eliens"/>
      <rdf:li rdf:resource="#martijn_van_welie"/>
      <rdf:li rdf:resource="#jacco_van_ossenbruggen"/>
      <rdf:li rdf:resource="#bastiaan_schonhage"/>
    </rdf:Seq>
  </my:authorList>
  <ow:booktitle>Proceedings of the 6th International World Wide Web Conference -- Everone, Everything Connected</ow:booktitle>
  <ow:title>Jamming (on) the Web</ow:title>
  <ow:abstract rdf:parseType="Literal">The Web has become a dominant medium for the dissemination of information and, more recently, for collaborative work as well. The focus has been mainly on textual and graphical information, hardly addressing topics related to musical information. We present a framework that makes musical works accessible for Web users by offering high level support for the display of musical material on the Web as well as for live jam sessions. Our framework consists of a browser plug-in that supports the display and editing of scores as well as playing scores by connecting to a shared MIDI server. To participate in a jam session, clients of the MIDI server can also send data in real time, for instance by using a keyboard embedded in a Web page. We discuss the issues involved in displaying musical material on the Web and we sketch the technical architecture of our framework.</ow:abstract>
  <ow:month>April  7-11</ow:month>
  <ow:url rdf:resource="http://www.scope.gmd.de/info/www6/technical/paper038/paper38.html"/>
  <ow:year>1997</ow:year>
  <ow:pages>419-426</ow:pages>
  <ow:address>Santa Clara, California USA</ow:address>
  <rdfs:label>Anton Eliens, Martijn van Welie, Jacco van Ossenbruggen, Bastiaan Schonhage. Jamming (on) the Web. In: Proceedings of the 6th International World Wide Web Conference -- Everone, Everything Connected, OReilly and Associates, Inc., April  7-11, 1997</rdfs:label>
</ow:InProceedings>

<foaf:Person rdf:ID="andy_clarke">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Andy Clarke</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="andrew_dillon">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Andrew Dillon</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="ray_mcaleese">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Ray McAleese</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jean-pierre_balbe">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jean-Pierre Balbe</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="catherine_green">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Catherine Green</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jana_werner">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jana Werner</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jos_taekema">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jos Taekema</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="andreas_mauthe">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Andreas Mauthe</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="martin_alberink">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Martin Alberink</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="lynda_hardman">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Lynda Hardman</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="nico_roos">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Nico Roos</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="steffen_staab">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Steffen Staab</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="mettina_veenstra">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Mettina Veenstra</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="martin_kersten">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Martin Kersten</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jacco_van_ossenbruggen">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jacco van Ossenbruggen</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="klein_m">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Klein, M.</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="kurt_piersol">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Kurt Piersol</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="anton_eliens">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Anton Eliens</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="martin_hoffernig">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Martin Hoffernig</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="mark_van_assem">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Mark van Assem</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="umberto_straccia">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Umberto Straccia</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="imad_saleh">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Imad Saleh</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="natalia_stash">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Natalia Stash</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="marc_davis">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Marc Davis</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="maarten_van_someren">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Maarten Van Someren</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="dragan_gasevic">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Dragan Gasevic</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="christian_halaschek-wiener">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Christian Halaschek-Wiener</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="thomas_sikora">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Thomas Sikora</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="brian_bailey">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Brian Bailey</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="christine_vanoirbeek">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Christine Vanoirbeek</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="deborah_m_edwards">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Deborah M. Edwards</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jana_dittmann">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jana Dittmann</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="sam_besselink">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Sam Besselink</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="frank_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Frank Nack</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="carel_van_den_berg">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Carel van den Berg</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="giorgos_stamou">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Giorgos Stamou</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="martijn_van_welie">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Martijn van Welie</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="w3c">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>W3C</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jan_wielemaker">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jan Wielemaker</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="rajiv_mehrotra">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Rajiv Mehrotra</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="peter_gorgels">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Peter Gorgels</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="susanne_g_loeber">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Susanne G. Loeber</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="n_streitz">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>N. Streitz</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="william_van_dieten">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>William van Dieten</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="julien_ducret">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Julien Ducret</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="adam_t_lindsay">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Adam T. Lindsay</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="aart_van_bolhuis">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Aart van Bolhuis</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="samuel_cruz-lara">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Samuel Cruz-Lara</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="michael_hausenblas">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Michael Hausenblas</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="stephane_sire">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Stephane Sire</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jane_hunter">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jane Hunter</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="amit_manniesing">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Amit Manniesing</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="clive_fencott">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Clive Fencott</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="guus_schreiber">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Guus Schreiber</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="rudolf_schlatte">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Rudolf Schlatte</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="ramesh_jain">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Ramesh Jain</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="craig_lindley">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Craig Lindley</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="lora_aroyo">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Lora Aroyo</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="satyan_ramlal">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Satyan Ramlal</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="brussee">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Brussee</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="frank_niessink">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Frank Niessink</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jim_davis">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jim Davis</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="chitra_dorai">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Chitra Dorai</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="richard_arndt">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Richard Arndt</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="k_sjoerd_mullender">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>K. Sjoerd Mullender</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="kateryna_falkovych">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Kateryna Falkovych</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="alain_lelu">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Alain Lelu</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="janneke_van_kersen">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Janneke van Kersen</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="stefano_bocconi">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Stefano Bocconi</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="vassilis_tzouvaras">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Vassilis Tzouvaras</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="borys_omelayenko">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Borys Omelayenko</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="oscar_rosell_martinez">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Oscar Rosell Martinez</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="henriette_cramer">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Henriette Cramer</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="menzo_windhouwer">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Menzo Windhouwer</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="emile_aarts">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Emile Aarts</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="dick_ca_bulterman">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Dick C.A. Bulterman</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="william_i_grosky">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>William I. Grosky</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="marc_nanard">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Marc Nanard</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="victor_de_boer">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Victor de Boer</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="alex_r_van_ballegooij">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Alex R. van Ballegooij</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="alia_amin">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Alia Amin</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="arnold_wm_smeulders">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Arnold W.M. Smeulders</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jaap_van_den_herik_et_al">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jaap van den Herik et al.</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="philip_hofmair">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Philip Hofmair</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="annemiek_teesing">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Annemiek Teesing</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="patrick_j_deunhouwer">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Patrick J. Deunhouwer</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="yassine_rekik">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Yassine Rekik</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="lambert_schomaker">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Lambert Schomaker</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="raphael_troncy">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Raphael Troncy</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="w_schuler">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>W. Schuler</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="dylan_m_jones">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Dylan M. Jones</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="virginia_dignum">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Virginia Dignum</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="lora_m_aroyo">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Lora M. Aroyo</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="bastiaan_schonhage">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Bastiaan Schonhage</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="boban_arsenijevic">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Boban Arsenijevic</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="j_hannemann">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>J. Hannemann</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="floris_wiesman">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Floris Wiesman</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="grethe_mitchell">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Grethe Mitchell</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="paul_de_bra">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Paul De Bra</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jan_van_leeuwen">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jan van Leeuwen</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="john_vince">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>John Vince</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="rae_earnshaw">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Rae Earnshaw</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jack_jansen">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jack Jansen</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="martha_sabou">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Martha Sabou</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="zeljko_obrenovic">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Zeljko Obrenovic</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="yulia_bachvarova">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Yulia Bachvarova</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="brian_s_sharratt">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Brian S. Sharratt</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="r_winder">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>R. Winder</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="bob_wielinga">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Bob Wielinga</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="f_nack">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>F. Nack</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="heiner_stuckenschmidt">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Heiner Stuckenschmidt</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="lloyd_rutledge">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Lloyd Rutledge</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="timo_kouwenhoven">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Timo Kouwenhoven</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="borys_omelayenjko">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Borys Omelayenjko</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="joost_geurts">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Joost Geurts</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="federica_cena">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Federica Cena</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jimmy_wang">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jimmy Wang</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="eric_pauwels">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Eric Pauwels</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="karolina_czajka">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Karolina Czajka</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jan-mark_geusebroek">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jan-Mark Geusebroek</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="herbert_zettl">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Herbert Zettl</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="frank_cornelissen">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Frank Cornelissen</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="leen_breure">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Leen Breure</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="c_leung">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>C. Leung</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="wolfgang_putz">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Wolfgang Putz</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="marcel_worring">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Marcel Worring</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="omelayenko_b">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Omelayenko, B.</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="svetha_venkatesh">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Svetha Venkatesh</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="lynda_hardman_et_al">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Lynda Hardman et al.</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="pablo_cesar">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Pablo Cesar</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="ronny_siebes">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Ronny Siebes</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="katya_falkovych">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Katya Falkovych</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="marco_de_niet">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Marco de Niet</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="rogier_brussee">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Rogier Brussee</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="viktor_de_boer">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Viktor de Boer</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="warner_rt_ten_kate">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Warner R.T. ten Kate</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="suzanne_little">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Suzanne Little</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="yiwen_wang">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Yiwen Wang</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="michiel_hildebrand">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Michiel Hildebrand</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="zhisheng_huang">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Zhisheng Huang</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="michele_huijberts">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Michele Huijberts</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="rob_van_velthoven">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Rob van Velthoven</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="craig_a_lindley">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Craig A. Lindley</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="stanislav_pokraev">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Stanislav Pokraev</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="jeff_z_pan">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Jeff Z. Pan</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="audrey_tam">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Audrey Tam</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="elisabeth_andre">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Elisabeth Andre</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="herre_van_oostendorp">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Herre van Oostendorp</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="marie-france_van_orsouw">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Marie-France van Orsouw</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="laura_hollink">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Laura Hollink</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="werner_bailer">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Werner Bailer</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="katharina_schwarz">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Katharina Schwarz</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="paul_nash">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Paul Nash</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="brigitte_kerherve">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Brigitte Kerherve</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="patrick_schmitz">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Patrick Schmitz</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="anna_tordai">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Anna Tordai</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="vanessa_evers">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Vanessa Evers</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="guido_van_rossum">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Guido van Rossum</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="geert-jan_houben">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Geert-Jan Houben</foaf:name>
</foaf:Person>

<foaf:Person rdf:ID="robert_van_liere">
  <rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Person"/>
  <foaf:name>Robert van Liere</foaf:name>
</foaf:Person>

<ow:Organization rdf:ID="kluwer_academic_publishers">
  <ow:name>Kluwer Academic Publishers</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="british_computer_society">
  <ow:name>British Computer Society</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="erlbaum">
  <ow:name>Erlbaum</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="springer">
  <ow:name>Springer</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="ios_press">
  <ow:name>IOS Press</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="prentice_hall">
  <ow:name>Prentice Hall</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="vu_cwi_uva">
  <ow:name>VU/CWI/UvA</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="springer-verlag_new_york_inc">
  <ow:name>Springer-Verlag New York, Inc.</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="world_scientific">
  <ow:name>World Scientific</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="cwi">
  <ow:name>CWI</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="springer-verlag">
  <ow:name>Springer-Verlag</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="ku_and_cwi">
  <ow:name>KU and CWI</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="springer_berlin___heidelberg">
  <ow:name>Springer Berlin / Heidelberg</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="elsevier_science_bv">
  <ow:name>Elsevier Science B.V.</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="acm_press">
  <ow:name>ACM Press</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="cwi_and_jrs">
  <ow:name>CWI and JRS</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="editions_hermes">
  <ow:name>Editions HERMES</ow:name>
</ow:Organization>

<ow:Organization rdf:ID="oreilly_and_associates_inc">
  <ow:name>OReilly and Associates, Inc.</ow:name>
</ow:Organization>

</rdf:RDF>
