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

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

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

<artist/5403#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41508#subject> ;
    schema:name "Jonathan Coulton"@en ;
    foaf:made <album/41508#composition>,
        <album/41508#subject> ;
    foaf:name "Jonathan Coulton"@en .

<artist/691#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41508#subject> ;
    schema:name "Junichi Masuda"@en,
        "増田順一"@ja ;
    foaf:made <album/41508#composition>,
        <album/41508#subject> ;
    foaf:name "Junichi Masuda"@en,
        "増田順一"@ja .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41508#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/41508#composition>,
        <album/41508#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<product/190#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY IX"@en,
        "ファイナルファンタジーIX"@ja,
        "FINAL FANTASY IX"@ja-latn ;
    foaf:name "FINAL FANTASY IX"@en,
        "ファイナルファンタジーIX"@ja,
        "FINAL FANTASY IX"@ja-latn .

<product/2236#subject> a schema:CreativeWork ;
    schema:name "Pokémon Red & Green"@en,
        "ポケットモンスター 赤・緑"@ja,
        "Pocket Monsters Akai & Midori"@ja-latn ;
    foaf:name "Pokémon Red & Green"@en,
        "ポケットモンスター 赤・緑"@ja,
        "Pocket Monsters Akai & Midori"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/80/41508/41508-1378819963.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/45293#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/41508#performance> ;
    schema:name "Video Game Music Choir"@en ;
    foaf:name "Video Game Music Choir"@en .

<album/41508#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "2012 VGMC Recordings"@en,
        "2012 VGMC Recordings"@ja,
        "2012 VGMC Recordings"@ja-latn ;
    mo:composer <artist/5403#subject>,
        <artist/691#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/41508#musicalwork> ;
    schema:name "2012 VGMC Recordings"@en,
        "2012 VGMC Recordings"@ja,
        "2012 VGMC Recordings"@ja-latn .

<album/41508#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "2012 VGMC Recordings"@en,
        "2012 VGMC Recordings"@ja,
        "2012 VGMC Recordings"@ja-latn ;
    mo:performance_of <album/41508#musicalwork> ;
    mo:performer _:Ncf17eb134be04557a5d9de0e852ffbd4,
        <artist/45293#subject> ;
    mo:recorded_as <album/41508#musicalexpression> ;
    schema:byArtist _:Ncf17eb134be04557a5d9de0e852ffbd4,
        <artist/45293#subject> ;
    schema:name "2012 VGMC Recordings"@en,
        "2012 VGMC Recordings"@ja,
        "2012 VGMC Recordings"@ja-latn ;
    schema:workPerformed <album/41508#musicalwork> .

<album/41508#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-01-05"^^xsd:date ;
    dcterms:title "2012 VGMC Recordings"@en,
        "2012 VGMC Recordings"@ja,
        "2012 VGMC Recordings"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/41508#musicalexpression> ;
    mo:publisher _:N74251ce42f114514bbdd20dbf9e5214b ;
    mo:record _:Nc01958cd2f014a7c947f12663d8aa529 ;
    mo:record_count 1 ;
    schema:about <product/190#subject>,
        <product/2236#subject>,
        <product/971#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Kevin Haines"@en ;
            foaf:name "Kevin Haines"@en ],
        <artist/45293#subject> ;
    schema:datePublished "2013-01-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/80/41508/41508-1378819963.jpg> ;
    schema:name "2012 VGMC Recordings"@en,
        "2012 VGMC Recordings"@ja,
        "2012 VGMC Recordings"@ja-latn ;
    schema:publisher _:N74251ce42f114514bbdd20dbf9e5214b ;
    foaf:depiction <https://media.vgm.io/albums/80/41508/41508-1378819963.jpg> .

_:N020febcb3d4d4e43b5f0d5bfcb32921f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Still Alive (2012)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:Nc01958cd2f014a7c947f12663d8aa529 ;
    schema:name "Still Alive (2012)"@en .

_:N5713d06916c3485bb032d63c47acad48 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pokemon Medley (2012)"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:48"^^xsd:interval ;
    schema:inPlaylist _:Nc01958cd2f014a7c947f12663d8aa529 ;
    schema:name "Pokemon Medley (2012)"@en .

_:N74251ce42f114514bbdd20dbf9e5214b schema:name "Video Game Music Choir"@en,
        "Video Game Music Choir"@ja,
        "Video Game Music Choir"@ja-latn ;
    foaf:name "Video Game Music Choir"@en,
        "Video Game Music Choir"@ja,
        "Video Game Music Choir"@ja-latn .

_:N96f76dc742c54eca847f8e09ed2f8484 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Fantasy 9 Medley (2012)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Nc01958cd2f014a7c947f12663d8aa529 ;
    schema:name "Final Fantasy 9 Medley (2012)"@en .

_:Ncf17eb134be04557a5d9de0e852ffbd4 a schema:Person,
        foaf:Person ;
    mo:performed <album/41508#performance> ;
    schema:name "Kevin Haines"@en ;
    foaf:name "Kevin Haines"@en .

_:Nc01958cd2f014a7c947f12663d8aa529 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N020febcb3d4d4e43b5f0d5bfcb32921f,
        _:N5713d06916c3485bb032d63c47acad48,
        _:N96f76dc742c54eca847f8e09ed2f8484 ;
    mo:track_count 3 ;
    schema:duration "PT13:32"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N020febcb3d4d4e43b5f0d5bfcb32921f,
        _:N5713d06916c3485bb032d63c47acad48,
        _:N96f76dc742c54eca847f8e09ed2f8484 .

