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

<artist/1373#subject> a schema:Person,
        foaf:Person ;
    schema:name "Johnny Gioelli"@en ;
    foaf:made <album/4979#subject>,
        <album/4979#vocals> ;
    foaf:name "Johnny Gioelli"@en .

<album/21954> a mo:Release ;
    mo:catalogue_number "CDM 0203-1317" .

<album/4979#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Crush 40"@en,
        "Crush 40"@ja,
        "Crush 40"@ja-latn ;
    mo:produced_work <album/4979#musicalwork> ;
    schema:name "Crush 40"@en,
        "Crush 40"@ja,
        "Crush 40"@ja-latn .

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

<product/13344#subject> a schema:CreativeWork ;
    schema:name "EA SPORTS NASCAR ARCADE"@en,
        "ナスカーアーケード"@ja,
        "NASCAR ARCADE"@ja-latn ;
    foaf:name "EA SPORTS NASCAR ARCADE"@en,
        "ナスカーアーケード"@ja,
        "NASCAR ARCADE"@ja-latn .

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

<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/4979#musicalexpression> a mo:Signal ;
    mo:published_as <album/4979#subject> ;
    mo:records <album/4979#performance> .

<album/4979#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Crush 40"@en,
        "Crush 40"@ja,
        "Crush 40"@ja-latn ;
    mo:performance_of <album/4979#musicalwork> ;
    mo:recorded_as <album/4979#musicalexpression> ;
    schema:name "Crush 40"@en,
        "Crush 40"@ja,
        "Crush 40"@ja-latn ;
    schema:workPerformed <album/4979#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/97/4979/4979-1460565741.png> a schema:ImageObject,
        foaf:Image .

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

<album/4979#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-02-24"^^xsd:date ;
    dcterms:title "Crush 40"@en,
        "Crush 40"@ja,
        "Crush 40"@ja-latn ;
    mo:catalogue_number "FRCD-127" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/21954> ;
    mo:publication_of <album/4979#musicalexpression> ;
    mo:publisher _:Nfbf8b0251c5d4837b0b7d07d6aef1e32 ;
    mo:record _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    mo:record_count 1 ;
    schema:about <product/13344#subject>,
        <product/807#subject>,
        <product/808#subject> ;
    schema:datePublished "2003-02-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/97/4979/4979-1460565741.png> ;
    schema:name "Crush 40"@en,
        "Crush 40"@ja,
        "Crush 40"@ja-latn ;
    schema:publisher _:Nfbf8b0251c5d4837b0b7d07d6aef1e32 ;
    foaf:depiction <https://media.vgm.io/albums/97/4979/4979-1460565741.png> .

_:N029c0ffb6cad472181a85b8654502295 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dangerous Ground"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Dangerous Ground"@en .

_:N16b2e22ad0924858ad26fbbeb416e710 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Live & Learn"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Live & Learn"@en .

_:N16fafcd753274ba2a7575c3689c64f5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Open Your Heart"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Open Your Heart"@en .

_:N1ab1c8ead9ec46f491a049db1952fbea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Lead"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "In the Lead"@en .

_:N46b7447ea378404fadd44ae7b400f58c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It Doesn't Matter (Bonus Track)"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "It Doesn't Matter (Bonus Track)"@en .

_:N47a3c539a23341a7976baeac5e8f8449 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Revvin' Up"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Revvin' Up"@en .

_:N528bed1c91b94acf8c4acef2eb648a94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fuel Me"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Fuel Me"@en .

_:N69c1f16c1572462db16f2763583eac8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the Wind"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Into the Wind"@en .

_:N965273a3a0a44c43b465402871945877 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "All the Way"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "All the Way"@en .

_:Nccbdb563fdbd4520bce03d0820de49bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Watch Me Fly..."@en ;
    mo:track_number 5 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Watch Me Fly..."@en .

_:Nce1113037a4f4b61a03674183928d43a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Escape from the City (Bonus Track)"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Ncde480fb5dc04f0ea04683571d0fc3bd ;
    schema:name "Escape from the City (Bonus Track)"@en .

_:Nfbf8b0251c5d4837b0b7d07d6aef1e32 schema:name "Frontiers Records"@en,
        "Frontiers Records"@ja,
        "Frontiers Records"@ja-latn ;
    foaf:name "Frontiers Records"@en,
        "Frontiers Records"@ja,
        "Frontiers Records"@ja-latn .

_:Ncde480fb5dc04f0ea04683571d0fc3bd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N029c0ffb6cad472181a85b8654502295,
        _:N16b2e22ad0924858ad26fbbeb416e710,
        _:N16fafcd753274ba2a7575c3689c64f5f,
        _:N1ab1c8ead9ec46f491a049db1952fbea,
        _:N46b7447ea378404fadd44ae7b400f58c,
        _:N47a3c539a23341a7976baeac5e8f8449,
        _:N528bed1c91b94acf8c4acef2eb648a94,
        _:N69c1f16c1572462db16f2763583eac8b,
        _:N965273a3a0a44c43b465402871945877,
        _:Nccbdb563fdbd4520bce03d0820de49bd,
        _:Nce1113037a4f4b61a03674183928d43a ;
    mo:track_count 11 ;
    schema:duration "PT43:52"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N029c0ffb6cad472181a85b8654502295,
        _:N16b2e22ad0924858ad26fbbeb416e710,
        _:N16fafcd753274ba2a7575c3689c64f5f,
        _:N1ab1c8ead9ec46f491a049db1952fbea,
        _:N46b7447ea378404fadd44ae7b400f58c,
        _:N47a3c539a23341a7976baeac5e8f8449,
        _:N528bed1c91b94acf8c4acef2eb648a94,
        _:N69c1f16c1572462db16f2763583eac8b,
        _:N965273a3a0a44c43b465402871945877,
        _:Nccbdb563fdbd4520bce03d0820de49bd,
        _:Nce1113037a4f4b61a03674183928d43a .

