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

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

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

<artist/256#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2068#subject> ;
    schema:name "Fumie Kumatani"@en,
        "熊谷文恵"@ja ;
    foaf:made <album/2068#composition>,
        <album/2068#subject> ;
    foaf:name "Fumie Kumatani"@en,
        "熊谷文恵"@ja .

<product/808#subject> a schema:CreativeWork ;
    schema:name "Sonic Adventure 2"@en,
        "ソニックアドベンチャー2"@ja,
        "Sonic Adventure 2"@ja-latn ;
    foaf:name "Sonic Adventure 2"@en,
        "ソニックアドベンチャー2"@ja,
        "Sonic Adventure 2"@ja-latn .

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

<org/2641#subject> schema:name "SEGA of America"@en,
        "SEGA of America"@ja,
        "SEGA of America"@ja-latn ;
    foaf:name "SEGA of America"@en,
        "SEGA of America"@ja,
        "SEGA of America"@ja-latn .

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

<https://medium-media.vgm.io/albums/86/2068/2068-1580040340.jpg> a schema:ImageObject,
        foaf:Image .

<album/2068#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sonic Adventure 2: Battle - Sampler"@en,
        "Sonic Adventure 2: Battle - Sampler"@ja,
        "Sonic Adventure 2: Battle - Sampler"@ja-latn ;
    mo:composer <artist/256#subject>,
        <artist/375#subject> ;
    mo:produced_work <album/2068#musicalwork> ;
    schema:name "Sonic Adventure 2: Battle - Sampler"@en,
        "Sonic Adventure 2: Battle - Sampler"@ja,
        "Sonic Adventure 2: Battle - Sampler"@ja-latn .

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

<artist/1373#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2068#performance> ;
    schema:name "Johnny Gioeli"@en ;
    foaf:name "Johnny Gioeli"@en .

<artist/377#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2068#performance> ;
    schema:name "Tony Harnell"@en ;
    foaf:name "Tony Harnell"@en .

<artist/378#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2068#performance> ;
    schema:name "Ted Poley"@en ;
    foaf:name "Ted Poley"@en .

<artist/379#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2068#performance> ;
    schema:name "Kaz Silver"@en ;
    foaf:name "Kaz Silver"@en .

<artist/384#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2068#performance> ;
    schema:name "Everett Bradley"@en ;
    foaf:name "Everett Bradley"@en .

<artist/385#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2068#performance> ;
    schema:name "Paul Shortino"@en ;
    foaf:name "Paul Shortino"@en .

<artist/375#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2068#subject> ;
    mo:performed <album/2068#performance> ;
    schema:name "Jun Senoue"@en,
        "瀬上純"@ja ;
    foaf:made <album/2068#composition>,
        <album/2068#subject> ;
    foaf:name "Jun Senoue"@en,
        "瀬上純"@ja .

<album/2068#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-02-12"^^xsd:date ;
    dcterms:title "Sonic Adventure 2: Battle - Sampler"@en,
        "Sonic Adventure 2: Battle - Sampler"@ja,
        "Sonic Adventure 2: Battle - Sampler"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2068#musicalexpression> ;
    mo:publisher <org/2641#subject> ;
    mo:record _:N46592e1aef3c4254a002412a398b7f7a ;
    mo:record_count 1 ;
    schema:about <product/808#subject> ;
    schema:byArtist <artist/1373#subject>,
        <artist/375#subject>,
        <artist/377#subject>,
        <artist/378#subject>,
        <artist/379#subject>,
        <artist/384#subject>,
        <artist/385#subject> ;
    schema:datePublished "2002-02-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/86/2068/2068-1580040340.jpg> ;
    schema:name "Sonic Adventure 2: Battle - Sampler"@en,
        "Sonic Adventure 2: Battle - Sampler"@ja,
        "Sonic Adventure 2: Battle - Sampler"@ja-latn ;
    schema:publisher <org/2641#subject> ;
    foaf:depiction <https://media.vgm.io/albums/86/2068/2068-1580040340.jpg> .

<album/2068#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sonic Adventure 2: Battle - Sampler"@en,
        "Sonic Adventure 2: Battle - Sampler"@ja,
        "Sonic Adventure 2: Battle - Sampler"@ja-latn ;
    mo:performance_of <album/2068#musicalwork> ;
    mo:performer <artist/1373#subject>,
        <artist/375#subject>,
        <artist/377#subject>,
        <artist/378#subject>,
        <artist/379#subject>,
        <artist/384#subject>,
        <artist/385#subject> ;
    mo:recorded_as <album/2068#musicalexpression> ;
    schema:byArtist <artist/1373#subject>,
        <artist/375#subject>,
        <artist/377#subject>,
        <artist/378#subject>,
        <artist/379#subject>,
        <artist/384#subject>,
        <artist/385#subject> ;
    schema:name "Sonic Adventure 2: Battle - Sampler"@en,
        "Sonic Adventure 2: Battle - Sampler"@ja,
        "Sonic Adventure 2: Battle - Sampler"@ja-latn ;
    schema:workPerformed <album/2068#musicalwork> .

_:N1cfee00c81e841e68b21119d94a0c0cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Believe In Myself -theme of tails-"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:N46592e1aef3c4254a002412a398b7f7a ;
    schema:name "Believe In Myself -theme of tails-"@en .

_:N8eeb044c4745471aa0277e8b42300e7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Live & Learn -main theme of SA2-"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N46592e1aef3c4254a002412a398b7f7a ;
    schema:name "Live & Learn -main theme of SA2-"@en .

_:Ncc9c0884658a48b29209ead7e91fb38a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "E G G M A N -theme of dr eggman-"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N46592e1aef3c4254a002412a398b7f7a ;
    schema:name "E G G M A N -theme of dr eggman-"@en .

_:Nd04272301a3249ed990f19a0dfd72419 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Escape From The City -from city escape-"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:N46592e1aef3c4254a002412a398b7f7a ;
    schema:name "Escape From The City -from city escape-"@en .

_:Nf28762ceb4dc4258a3cca5057be3cbc0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It Doesn't Matter -theme of sonic-"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N46592e1aef3c4254a002412a398b7f7a ;
    schema:name "It Doesn't Matter -theme of sonic-"@en .

_:Nf3941af887e8476899536c6be64b65e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Throw It All Away -theme of shadow-"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N46592e1aef3c4254a002412a398b7f7a ;
    schema:name "Throw It All Away -theme of shadow-"@en .

_:N46592e1aef3c4254a002412a398b7f7a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1cfee00c81e841e68b21119d94a0c0cd,
        _:N8eeb044c4745471aa0277e8b42300e7b,
        _:Ncc9c0884658a48b29209ead7e91fb38a,
        _:Nd04272301a3249ed990f19a0dfd72419,
        _:Nf28762ceb4dc4258a3cca5057be3cbc0,
        _:Nf3941af887e8476899536c6be64b65e4 ;
    mo:track_count 6 ;
    schema:duration "PT12:21"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N1cfee00c81e841e68b21119d94a0c0cd,
        _:N8eeb044c4745471aa0277e8b42300e7b,
        _:Ncc9c0884658a48b29209ead7e91fb38a,
        _:Nd04272301a3249ed990f19a0dfd72419,
        _:Nf28762ceb4dc4258a3cca5057be3cbc0,
        _:Nf3941af887e8476899536c6be64b65e4 .

