<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Cinema Context as Linked Open Data?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Converting an online Dutch</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Radboud University Nijmegen</institution>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Amsterdam</institution>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the process of converting Cinema Context, an online dataset on Dutch lm culture, into Linked Open Data. It covers our experiences in this conversion process from the steps of data cleaning and modeling, up to publishing and evaluating the result through a case study. Cinema Context (CC) is an online encyclopedia on Dutch lm culture since 1896 [1]. Built on top of a MySQL database the website www.cinemacontext.nl o ers both an informational view as well as a research environment on places, persons and companies involved in more than 100k lm screenings in the Netherlands. The website allows a visitor to search and extract the data, though this is limited to the o ered capabilities of the faceted search. To provide access to the full dataset and to boost its interactivity, we have now published it as RDF. In this paper, we describe the process of converting a relational database with Cultural Heritage (CH) data into Linked Open Data (LOD). It also gives an example of the potential that this format o ers. Speci cally, converting this dataset to LOD brings opportunities for broadening and renewing historical and cultural research by allowing more exible linking to other (linked) datasets on for instance buildings, persons, heritage objects, and locations. Researchers in the Digital Humanities (DH) and CH communities have indicated a need [5] to be able to query CC in connection with external data via e.g. a SPARQL endpoint, in order to research the role of cultural and socio-economic status in processes of cultural consumption. Moreover, the selection of appropriate vocabularies and thesauri required close collaboration between data specialists and domain experts and has functioned as de facto training in working with RDF and the SPARQL query language for scholars working in DH.</p>
      </abstract>
      <kwd-group>
        <kwd>Cinema History</kwd>
        <kwd>Digital Humanities</kwd>
        <kwd>Linked Open Data</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>Model</title>
      <p>
        The CC data model [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] has its foundation in ve interconnected entity types:
persons, companies, venues, lms, and screenings. These core entities are given a
persistent identi er which serves as URI. Due to its ease of use and its increasing
applicability in the DH and CH the schema.org vocabulary is particularly
suitable for modeling the contents of CC. Although the database is not aimed
at describing present-day or future events, the individual entities in CC contain
su cient information to model the classes and properties in this vocabulary.
How we model these entities is described below (see Fig. 1).
2.1
      </p>
      <sec id="sec-2-1">
        <title>Entity types</title>
        <p>Place
WikiData
sameAs
Country</p>
        <p>location
containedInPlace
IMDB id</p>
        <p>IMDB</p>
        <p>Organization
parentOrganization</p>
        <p>parentOrganization
worksFor
MovieTheater
organizer
author</p>
        <p>Person
location</p>
        <p>Event
CC id</p>
        <p>sameAs
countryOfOrigin</p>
        <p>publisher
subEvent
ScreeningEvent</p>
        <p>Rating</p>
        <p>sameAs
contaebnotRuatting
workPresented</p>
        <p>Dutch National</p>
        <p>Archives
Movie
isPartOf</p>
        <p>Films and ratings We model each lm that is described in CC as a schema:Movie
and provide information on its name, alternate name, production year, country of
origin, format, and extent. A schema:sameAs property is available for every lm
to refer to its entry on www.imdb.com. Ratings for these lms are modeled as
schema:Rating and schema:CreativeWork and come from the archive of Film
Screening Reports 1928-1960 which is held by the Dutch National Archives. The
value in the schema:sameAs property of a rating points to the respective index
in this collection.</p>
        <p>Persons Persons in the CC data can be owners or employees of theaters and
companies. They are modeled as schema:Person, provided with biographical
information such as birth dates if available. A person's name is modeled through
the Person Name Vocabulary (pnv)3.</p>
        <sec id="sec-2-1-1">
          <title>3 https://w3id.org/pnv#</title>
          <p>Venues and companies Theaters or venues are organizations situated at a
speci c location (schema:Place, including geometry) and with a speci c name.
Usually, they are owned by a company or person. Each theater is a schema:Movie
Theater, or a schema:EventVenue for general-purpose venues. If available,
information on the seating capacity, number of screens, and lifespan is also given.
The companies in this dataset are organizations that run cinemas or distribution
companies and are modeled as an instance of schema:Organization.
Events and screenings We distinguish two event classes: schema:Event for
cinema programs, and sem:Event from the Simple Event Model (sem)4 for
generic events, such as a venue's construction history. Instances of the rst
consist of one or more schema:subEvents of type schema:ScreeningEvent ( lmic)
or schema:TheaterEvent (non- lmic), held in a speci c theater on one or more
dates, using a particular program name. A schema:startDate indicates the day
a program started: normally, a cinema program would be screened for a week.
Deviations from this norm are usually annotated as schema:description.
2.2</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Other and quali ers</title>
        <p>The schema.org vocabulary is complemented where it falls short, for instance
when describing person names, legal entity types, and special cinema types (e.g.
traveling cinema), but also when expressing a lm's length and extent, for which
we use properties from Dublin Core5. Additionally, if a date is given in a less
precise format than xsd:date, then the sem time stamp properties have been
used to supply a proper date value. For consistency and usability, and to indicate
a temporal restriction or (un)certainty, the sem properties are always present,
even if an exact date is given.</p>
        <p>This is also the case when resources are temporally restricted. We use the
schema:Role class to express a speci c time frame in which a certain property
value relation is valid. This class can be used in any object position and extends
the triple with the same property, whilst incorporating additional information
as quali er, such as speci c roles some entity played, or a start and end date.
This way of modeling is used consistently in the data to boost its queryability,
even when there is nothing to qualify. A description of less prominent auxiliary
classes can be found in the dataset's documentation pages (see Section 3).
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Documentation and code</title>
      <p>
        Documentation pages [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] were built to accompany the constructed RDF and
include an explanation of the used vocabulary, modeling and SPARQL query
examples, reports on hands-on sessions, and general information about the project.
      </p>
      <sec id="sec-3-1">
        <title>4 http://semanticweb.cs.vu.nl/2009/11/sem/ 5 http://purl.org/dc/terms/</title>
        <p>
          Both the documentation and the code that converts the MySQL database
are available in a git repository [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. A pipeline is built in such a way that new
LOD can be generated instantly whenever a new dump of the database is made.
The latest dump of the MySQL dataset can be found at DANS [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
4
        </p>
        <p>
          Case Study: International Orientation Index
A case study6 serves to illustrate the potential of connecting the CC dataset
with other knowledge graphs. It replicates the analysis of economic lm
historian Peter Miskell et al. [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] and their `international orientation index'. Miskell
et al. propose this index to investigate the relative success of Hollywood
productions abroad in the post-war reconstruction period and state that American
productions with a high proportion of non-American creative talent and content7
have fared better at non-American box o ces.
        </p>
        <p>We can test this hypothesis for the Dutch lm market by analyzing
programming data from CC. What is missing in our dataset is information on box o ce
revenues, but this value can be approximated by the number of screening weeks
under the assumption that a lm with more screenings generates higher revenue.
To approximate the variables Miskell et al. used to construct their index, we can
apply the information available for lms in Wikidata. Instead of assigning a 0,
1 or 2 score to a criterion, we assigned a relative score (0.0-1.0) to the variables,
indicating the extent of `internationalisation' (or rather: `non-Americanness') in
a category. For a total of 8,836 lms (5,495 Hollywood productions), we gathered
information on six categories through a SPARQL query, each retrieved with a
particular Wikidata property path (e.g. the lm's director, followed by his/her
country of citizenship). Examples of this calculation are shown in Table 1.</p>
        <p>Calculating a correlation coe cient between the number of screenings and
the relative internationalness of the Hollywood produced part of our corpus by
using Pearson's r indicates that there is a very weak correlation of 0.130 when
we consider lms (N=3418) for which we have information in at least three
categories and 0.137 when we consider lms (N=1340) for which we have at least
four categories (below three is not su ciently representing internationalness;
over ve reduces the corpus size too much). Though positive, and thus indicating
that internationally-oriented lms in the Netherlands perform slightly better
than fully American ones, we should further re ne this proof of concept in future
studies before making solid claims.
5</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Summary</title>
      <p>
        This project shows that the schema.org vocabulary can easily be applied to
cultural heritage data and deemed t for modeling our (research) dataset. With
6 A more detailed explanation of this and other case studies, including code and data,
can be found in the documentation pages [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] under `events'.
7 Measured based on (1) nationality of leading actors, directors, screenwriters, (2)
setting, and (3) national provenance of the source text.
some small additions, we were able to capture and publish this dataset in LOD,
and thereby make it more readily available for (re)usage in the DH and Social
Sciences. The case study demonstrates how such a dataset can be operationalized
in the work ow of a DH research project. For the time being, the LOD version of
CC exists besides the original database and accompanying website, but ideally,
these will be merged and/or further integrated in a future version.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>The project was a collaboration between the CC editorial sta , Library UvA,
and Menno den Engelse (Islands of Meaning).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Dibbets</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Cinema Context and the genes of lm history</article-title>
          .
          <source>New Review of Film and Television Studies</source>
          <volume>8</volume>
          (
          <issue>3</issue>
          ),
          <volume>331</volume>
          {
          <fpage>342</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Dibbets</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : Cinema Context. lm in Nederland vanaf 1896: Een encylopedie van de lmcultuur (
          <year>2018</year>
          ). https://doi.org/10.17026/dans-z9y-c5g6
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. den Engelse, M.,
          <string-name>
            <surname>van Wissen</surname>
          </string-name>
          , L.,
          <string-name>
            <surname>van Oort</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noordegraaf</surname>
            , J.: Cinema Context in
            <given-names>RDF</given-names>
          </string-name>
          (
          <year>2020</year>
          ). https://doi.org/10.17026/dans-z64-mrvb, https://uvacreate.gitlab.io/ cinema-context/cinema-context-rdf/
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Miskell</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Hollywood studios, independent producers and international markets: Globalisation and the US lm industry c</article-title>
          .
          <year>1950</year>
          {
          <year>1965</year>
          . Henley Business School (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Noordegraaf</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , et al.:
          <article-title>Semantic deep mapping in the Amsterdam Time Machine: Viewing late 19th- and early 20th-century theatre and cinema culture through the lens of language use and socio-economic status</article-title>
          .
          <source>CCIS</source>
          (
          <year>2021</year>
          forthcoming)
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. van Oort,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Noordegraaf</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.:</surname>
          </string-name>
          <article-title>The Cinema Context database on lm exhibition and distribution in the Netherlands: A critical guide: Arts and media</article-title>
          .
          <source>RDJ for the SSH</source>
          <volume>5</volume>
          (
          <issue>2</issue>
          ),
          <volume>91</volume>
          {
          <fpage>108</fpage>
          (
          <year>2020</year>
          ). https://doi.org/10.1163/
          <fpage>24523666</fpage>
          -
          <lpage>00502008</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>