@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/31958> foaf:primaryTopic <album/31958#subject> .

<album/31958#lyrics> a mo:Lyrics .

<album/31958#vocals> a mo:Singer .

<artist/1641#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31958#subject> ;
    schema:name "Peter Connelly"@en ;
    foaf:made <album/31958#composition>,
        <album/31958#subject> ;
    foaf:name "Peter Connelly"@en .

<artist/3075#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31958#subject> ;
    schema:name "Nathan McCree"@en ;
    foaf:made <album/31958#composition>,
        <album/31958#subject> ;
    foaf:name "Nathan McCree"@en .

<artist/3076#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31958#subject> ;
    schema:name "Martin Iveson"@en ;
    foaf:made <album/31958#composition>,
        <album/31958#subject> ;
    foaf:name "Martin Iveson"@en .

<artist/5683#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31958#subject> ;
    schema:name "Troels Brun Folmann"@en ;
    foaf:made <album/31958#composition>,
        <album/31958#subject> ;
    foaf:name "Troels Brun Folmann"@en .

<product/1765#subject> a schema:CreativeWork ;
    schema:name "Tomb Raider"@en,
        "Tomb Raider"@ja,
        "Tomb Raider"@ja-latn ;
    foaf:name "Tomb Raider"@en,
        "Tomb Raider"@ja,
        "Tomb Raider"@ja-latn .

<product/1766#subject> a schema:CreativeWork ;
    schema:name "Tomb Raider II"@en,
        "Tomb Raider II"@ja,
        "Tomb Raider II"@ja-latn ;
    foaf:name "Tomb Raider II"@en,
        "Tomb Raider II"@ja,
        "Tomb Raider II"@ja-latn .

<product/1767#subject> a schema:CreativeWork ;
    schema:name "Tomb Raider III: Adventures of Lara Croft"@en,
        "Tomb Raider III: Adventures of Lara Croft"@ja,
        "Tomb Raider III: Adventures of Lara Croft"@ja-latn ;
    foaf:name "Tomb Raider III: Adventures of Lara Croft"@en,
        "Tomb Raider III: Adventures of Lara Croft"@ja,
        "Tomb Raider III: Adventures of Lara Croft"@ja-latn .

<product/1768#subject> a schema:CreativeWork ;
    schema:name "Tomb Raider: The Last Revelation"@en,
        "Tomb Raider: The Last Revelation"@ja,
        "Tomb Raider: The Last Revelation"@ja-latn ;
    foaf:name "Tomb Raider: The Last Revelation"@en,
        "Tomb Raider: The Last Revelation"@ja,
        "Tomb Raider: The Last Revelation"@ja-latn .

<product/1771#subject> a schema:CreativeWork ;
    schema:name "Tomb Raider: Legend"@en,
        "Tomb Raider: Legend"@ja,
        "Tomb Raider: Legend"@ja-latn ;
    foaf:name "Tomb Raider: Legend"@en,
        "Tomb Raider: Legend"@ja,
        "Tomb Raider: Legend"@ja-latn .

<album/31958#musicalexpression> a mo:Signal ;
    mo:published_as <album/31958#subject> ;
    mo:records <album/31958#performance> .

<album/31958#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@en,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja-latn ;
    mo:performance_of <album/31958#musicalwork> ;
    mo:recorded_as <album/31958#musicalexpression> ;
    schema:name "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@en,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja-latn ;
    schema:workPerformed <album/31958#musicalwork> .

<https://media.vgm.io/albums/85/31958/31958-1331657668.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/31958#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/85/31958/31958-1331657668.jpg> ;
    foaf:depicts <album/31958#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/85/31958/31958-1331657668.jpg> .

<https://medium-media.vgm.io/albums/85/31958/31958-1331657668.jpg> a schema:ImageObject,
        foaf:Image .

<album/31958#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/31958#composition> ;
    mo:lyrics <album/31958#lyrics> ;
    mo:performed_in <album/31958#performance> ;
    mo:singer <album/31958#vocals> .

<album/31958#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@en,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja-latn ;
    mo:composer <artist/1641#subject>,
        <artist/3075#subject>,
        <artist/3076#subject>,
        <artist/5683#subject> ;
    mo:produced_work <album/31958#musicalwork> ;
    schema:name "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@en,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja-latn .

<album/31958#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-03-01"^^xsd:date ;
    dcterms:title "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@en,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/31958#musicalexpression> ;
    mo:publisher _:N7b69224d696c446aa3d9881a1a3a8799 ;
    mo:record _:Ndbc1729261814443a229d70e517cc008 ;
    mo:record_count 1 ;
    schema:about <product/1765#subject>,
        <product/1766#subject>,
        <product/1767#subject>,
        <product/1768#subject>,
        <product/1771#subject> ;
    schema:datePublished "2006-03-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/85/31958/31958-1331657668.jpg> ;
    schema:name "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@en,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja,
        "Lara Croft Tomb Raider - Les plus belles musiques de la saga"@ja-latn ;
    schema:publisher _:N7b69224d696c446aa3d9881a1a3a8799 ;
    foaf:depiction <https://media.vgm.io/albums/85/31958/31958-1331657668.jpg> .

_:N26fc12e968214f3fbfcd85f62e677bdd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TR4 Title Magneto"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "TR4 Title Magneto"@en .

_:N38e01fea3b9a4093bfc7515b1b37c38f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tomb Raider Title Music"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Tomb Raider Title Music"@en .

_:N5f6a556b77d54ea0b42fe3ef993f00a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Home Stereo"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Home Stereo"@en .

_:N7b69224d696c446aa3d9881a1a3a8799 schema:name "Future France"@en ;
    foaf:name "Future France"@en .

_:N8c5868a709ec4d67ac3bf3ff6507605c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bolivia 1 The Adventure Begins Mix"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Bolivia 1 The Adventure Begins Mix"@en .

_:N8e08bf61cd7e43d9bda7e06d5e29e872 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Venice Violines"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Venice Violines"@en .

_:N961a3cc9ef2f49749d354fecf705c231 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Theme"@en .

_:Nabd7cdefc1744fbda9e26cd635a11e55 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss 01"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Boss 01"@en .

_:Nd68313e9f9da43b68abeb6970f6e4449 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Himalaya 6 Daius Temple"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Himalaya 6 Daius Temple"@en .

_:Ndfb07082474a4a30867b04fd4f14d861 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Snowbike Race"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "Snowbike Race"@en .

_:Ned80c7766d064b29b2ebf793b6eac089 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The T-Rex"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Ndbc1729261814443a229d70e517cc008 ;
    schema:name "The T-Rex"@en .

_:Ndbc1729261814443a229d70e517cc008 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N26fc12e968214f3fbfcd85f62e677bdd,
        _:N38e01fea3b9a4093bfc7515b1b37c38f,
        _:N5f6a556b77d54ea0b42fe3ef993f00a8,
        _:N8c5868a709ec4d67ac3bf3ff6507605c,
        _:N8e08bf61cd7e43d9bda7e06d5e29e872,
        _:N961a3cc9ef2f49749d354fecf705c231,
        _:Nabd7cdefc1744fbda9e26cd635a11e55,
        _:Nd68313e9f9da43b68abeb6970f6e4449,
        _:Ndfb07082474a4a30867b04fd4f14d861,
        _:Ned80c7766d064b29b2ebf793b6eac089 ;
    mo:track_count 10 ;
    schema:duration "PT22:58"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N26fc12e968214f3fbfcd85f62e677bdd,
        _:N38e01fea3b9a4093bfc7515b1b37c38f,
        _:N5f6a556b77d54ea0b42fe3ef993f00a8,
        _:N8c5868a709ec4d67ac3bf3ff6507605c,
        _:N8e08bf61cd7e43d9bda7e06d5e29e872,
        _:N961a3cc9ef2f49749d354fecf705c231,
        _:Nabd7cdefc1744fbda9e26cd635a11e55,
        _:Nd68313e9f9da43b68abeb6970f6e4449,
        _:Ndfb07082474a4a30867b04fd4f14d861,
        _:Ned80c7766d064b29b2ebf793b6eac089 .

