@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/42772> foaf:primaryTopic <album/42772#subject> .

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

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

<artist/12033#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42772#subject> ;
    schema:name "Whitaker Blackall"@en ;
    foaf:made <album/42772#composition>,
        <album/42772#subject> ;
    foaf:name "Whitaker Blackall"@en .

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

<album/42772#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tilt to Live Soundtrack"@en,
        "Tilt to Live Soundtrack"@ja,
        "Tilt to Live Soundtrack"@ja-latn ;
    mo:performance_of <album/42772#musicalwork> ;
    mo:recorded_as <album/42772#musicalexpression> ;
    schema:name "Tilt to Live Soundtrack"@en,
        "Tilt to Live Soundtrack"@ja,
        "Tilt to Live Soundtrack"@ja-latn ;
    schema:workPerformed <album/42772#musicalwork> .

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

<https://medium-media.vgm.io/albums/27/42772/42772-1384788440.jpg> a schema:ImageObject,
        foaf:Image .

<album/42772#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tilt to Live Soundtrack"@en,
        "Tilt to Live Soundtrack"@ja,
        "Tilt to Live Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Steven Paul Glotzer"@en ;
            foaf:made <album/42772#composition> ;
            foaf:name "Steven Paul Glotzer"@en ],
        <artist/12033#subject> ;
    mo:produced_work <album/42772#musicalwork> ;
    schema:name "Tilt to Live Soundtrack"@en,
        "Tilt to Live Soundtrack"@ja,
        "Tilt to Live Soundtrack"@ja-latn .

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

<album/42772#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-29"^^xsd:date ;
    dcterms:title "Tilt to Live Soundtrack"@en,
        "Tilt to Live Soundtrack"@ja,
        "Tilt to Live Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/42772#musicalexpression> ;
    mo:publisher _:Nf71696a4f4274b2bae039852dd47fd48 ;
    mo:record _:Neee773a1a67b4d298d81b91567ae5652 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tilt to Live"@en ;
            foaf:name "Tilt to Live"@en ] ;
    schema:datePublished "2010-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/27/42772/42772-1384788440.jpg> ;
    schema:name "Tilt to Live Soundtrack"@en,
        "Tilt to Live Soundtrack"@ja,
        "Tilt to Live Soundtrack"@ja-latn ;
    schema:publisher _:Nf71696a4f4274b2bae039852dd47fd48 ;
    foaf:depiction <https://media.vgm.io/albums/27/42772/42772-1384788440.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42772#subject> ;
    schema:name "Steven Paul Glotzer"@en ;
    foaf:made <album/42772#subject> ;
    foaf:name "Steven Paul Glotzer"@en .

_:N6f8f560bbd774e9da21c8d81ea49b3f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Viva la Turret!"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Neee773a1a67b4d298d81b91567ae5652 ;
    schema:name "Viva la Turret!"@en .

_:N78a749b63aab4ef6992c3c65933f3e13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Frostbite"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:Neee773a1a67b4d298d81b91567ae5652 ;
    schema:name "Frostbite"@en .

_:N8bc037d367cb405089b3e04e99e02c38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Code Red"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:Neee773a1a67b4d298d81b91567ae5652 ;
    schema:name "Code Red"@en .

_:N94d8916e274e4600983095c17eb0d77d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "French Fried (Classic Theme)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Neee773a1a67b4d298d81b91567ae5652 ;
    schema:name "French Fried (Classic Theme)"@en .

_:Nf71696a4f4274b2bae039852dd47fd48 schema:name "One Man Left Music"@en,
        "One Man Left Music"@ja,
        "One Man Left Music"@ja-latn ;
    foaf:name "One Man Left Music"@en,
        "One Man Left Music"@ja,
        "One Man Left Music"@ja-latn .

_:Neee773a1a67b4d298d81b91567ae5652 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6f8f560bbd774e9da21c8d81ea49b3f5,
        _:N78a749b63aab4ef6992c3c65933f3e13,
        _:N8bc037d367cb405089b3e04e99e02c38,
        _:N94d8916e274e4600983095c17eb0d77d ;
    mo:track_count 4 ;
    schema:duration "PT10:54"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N6f8f560bbd774e9da21c8d81ea49b3f5,
        _:N78a749b63aab4ef6992c3c65933f3e13,
        _:N8bc037d367cb405089b3e04e99e02c38,
        _:N94d8916e274e4600983095c17eb0d77d .

