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

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

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

<https://media.vgm.io/albums/16/81261/81261-1539085095.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/81261#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/16/81261/81261-1539085095.png> ;
    foaf:depicts <album/81261#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/16/81261/81261-1539085095.png> .

<https://medium-media.vgm.io/albums/16/81261/81261-1539085095.png> a schema:ImageObject,
        foaf:Image .

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

<album/81261#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Shadows"@en,
        "Shadows"@ja,
        "Shadows"@ja-latn ;
    mo:performance_of <album/81261#musicalwork> ;
    mo:performer <artist/30022#subject> ;
    mo:recorded_as <album/81261#musicalexpression> ;
    schema:byArtist <artist/30022#subject> ;
    schema:name "Shadows"@en,
        "Shadows"@ja,
        "Shadows"@ja-latn ;
    schema:workPerformed <album/81261#musicalwork> .

<artist/30022#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/81261#performance> ;
    schema:name "Two Games Joined"@en ;
    foaf:name "Two Games Joined"@en .

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

<album/81261#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Shadows"@en,
        "Shadows"@ja,
        "Shadows"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Kenichi Tokoi"@en ;
            foaf:made <album/81261#composition> ;
            foaf:name "Kenichi Tokoi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Fumie Kumatani"@en ;
            foaf:made <album/81261#composition> ;
            foaf:name "Fumie Kumatani"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Crush 40"@en ;
            foaf:made <album/81261#composition> ;
            foaf:name "Crush 40"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jun Senoue"@en ;
            foaf:made <album/81261#composition> ;
            foaf:name "Jun Senoue"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Gnegon Galek"@en ;
            foaf:made <album/81261#composition> ;
            foaf:name "Gnegon Galek"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Death from Above 1979"@en ;
            foaf:made <album/81261#composition> ;
            foaf:name "Death from Above 1979"@en ] ;
    mo:produced_work <album/81261#musicalwork> ;
    schema:name "Shadows"@en,
        "Shadows"@ja,
        "Shadows"@ja-latn .

<album/81261#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-11-09"^^xsd:date ;
    dcterms:title "Shadows"@en,
        "Shadows"@ja,
        "Shadows"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/81261#musicalexpression> ;
    mo:publisher _:N82a918f91b7844aa95a1dee3b219508b ;
    mo:record _:N2dce66c4369943498cb828964e5f8123 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Shadow the Hedgehog"@en ;
            foaf:name "Shadow the Hedgehog"@en ],
        [ a schema:CreativeWork ;
            schema:name "Sonic Battle"@en ;
            foaf:name "Sonic Battle"@en ],
        [ a schema:CreativeWork ;
            schema:name "Sonic Adventure 2"@en ;
            foaf:name "Sonic Adventure 2"@en ] ;
    schema:byArtist <artist/30022#subject> ;
    schema:datePublished "2017-11-09"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/16/81261/81261-1539085095.png> ;
    schema:name "Shadows"@en,
        "Shadows"@ja,
        "Shadows"@ja-latn ;
    schema:publisher _:N82a918f91b7844aa95a1dee3b219508b ;
    foaf:depiction <https://media.vgm.io/albums/16/81261/81261-1539085095.png> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81261#subject> ;
    schema:name "Fumie Kumatani"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Fumie Kumatani"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81261#subject> ;
    schema:name "Kenichi Tokoi"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Kenichi Tokoi"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81261#subject> ;
    schema:name "Crush 40"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Crush 40"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Shinobu Shindo"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Shinobu Shindo"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81261#subject> ;
    schema:name "Death from Above 1979"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Death from Above 1979"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Fumie Kumatani"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Fumie Kumatani"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Death from Above 1979"@en ;
    foaf:made <album/81261#lyrics> ;
    foaf:name "Death from Above 1979"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Gnegon Galek"@en ;
    foaf:made <album/81261#lyrics> ;
    foaf:name "Gnegon Galek"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81261#subject> ;
    schema:name "Gnegon Galek"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Gnegon Galek"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Gnegon Galek"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Gnegon Galek"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Crush 40"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Crush 40"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Death from Above 1979"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Death from Above 1979"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Shinobu Shindo"@en ;
    foaf:made <album/81261#lyrics> ;
    foaf:name "Shinobu Shindo"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81261#subject> ;
    schema:name "Jun Senoue"@en ;
    foaf:made <album/81261#subject> ;
    foaf:name "Jun Senoue"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Crush 40"@en ;
    foaf:made <album/81261#lyrics> ;
    foaf:name "Crush 40"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Fumie Kumatani"@en ;
    foaf:made <album/81261#lyrics> ;
    foaf:name "Fumie Kumatani"@en .

_:N0cc0592bc2d04995baebd4e533a82606 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You're a Woman, I'm a Machine"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "You're a Woman, I'm a Machine"@en .

_:N22e72522d05a415aa826d38d67599c57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lava Shelter"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "Lava Shelter"@en .

_:N2471978f67f44d59a17af3ae235cdf7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Am... All of Me"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "I Am... All of Me"@en .

_:N52b942fb6f624b06ad205492c63172e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rhythm and Balance"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "Rhythm and Balance"@en .

_:N7044e5fd756d4f799623f306e9617dab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle Highway"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "Battle Highway"@en .

_:N82a918f91b7844aa95a1dee3b219508b schema:name "Two Games Joined"@en,
        "Two Games Joined"@ja,
        "Two Games Joined"@ja-latn ;
    foaf:name "Two Games Joined"@en,
        "Two Games Joined"@ja,
        "Two Games Joined"@ja-latn .

_:N88cd5e70e7ca461c82886f1c2c21344a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reflection"@en ;
    mo:track_number 8 ;
    schema:duration "PT6:11"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "Reflection"@en .

_:N9de565e47fe54afb9360e2b2b74ef24b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "False Start"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "False Start"@en .

_:Nb1514c080c1b4648a4fdd341eabe43f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Supernatural"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N2dce66c4369943498cb828964e5f8123 ;
    schema:name "The Supernatural"@en .

_:N2dce66c4369943498cb828964e5f8123 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0cc0592bc2d04995baebd4e533a82606,
        _:N22e72522d05a415aa826d38d67599c57,
        _:N2471978f67f44d59a17af3ae235cdf7b,
        _:N52b942fb6f624b06ad205492c63172e4,
        _:N7044e5fd756d4f799623f306e9617dab,
        _:N88cd5e70e7ca461c82886f1c2c21344a,
        _:N9de565e47fe54afb9360e2b2b74ef24b,
        _:Nb1514c080c1b4648a4fdd341eabe43f1 ;
    mo:track_count 8 ;
    schema:duration "PT31:52"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0cc0592bc2d04995baebd4e533a82606,
        _:N22e72522d05a415aa826d38d67599c57,
        _:N2471978f67f44d59a17af3ae235cdf7b,
        _:N52b942fb6f624b06ad205492c63172e4,
        _:N7044e5fd756d4f799623f306e9617dab,
        _:N88cd5e70e7ca461c82886f1c2c21344a,
        _:N9de565e47fe54afb9360e2b2b74ef24b,
        _:Nb1514c080c1b4648a4fdd341eabe43f1 .

