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

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

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

<album/73865> a mo:Release ;
    mo:catalogue_number "SJX-8129" .

<album/86338> a mo:Release ;
    mo:catalogue_number "VCH-849" .

<artist/15012#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Phil Collins"@en ;
    foaf:made <album/62011#composition>,
        <album/62011#subject> ;
    foaf:name "Phil Collins"@en .

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

<org/1927#subject> schema:name "Victor"@en,
        "Victor"@ja,
        "Victor"@ja-latn ;
    foaf:name "Victor"@en,
        "Victor"@ja,
        "Victor"@ja-latn .

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

<https://medium-media.vgm.io/albums/11/62011/62011-1475332690.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/62011#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "CIPHER THE MUSIC / MINAKO NARITA"@en,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja-latn ;
    mo:performance_of <album/62011#musicalwork> ;
    mo:performer _:N1446c67cbc4d4a1b8c0dcbe1c1330dd2,
        _:N6328cc8a9a1d43958224ed5f9675f178,
        _:Nb891be204b0644b1acf4a4563bbec533,
        _:Nba53e7f36f5547fca203d6551c5ee27d ;
    mo:recorded_as <album/62011#musicalexpression> ;
    schema:byArtist _:N1446c67cbc4d4a1b8c0dcbe1c1330dd2,
        _:N6328cc8a9a1d43958224ed5f9675f178,
        _:Nb891be204b0644b1acf4a4563bbec533,
        _:Nba53e7f36f5547fca203d6551c5ee27d ;
    schema:name "CIPHER THE MUSIC / MINAKO NARITA"@en,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja-latn ;
    schema:workPerformed <album/62011#musicalwork> .

<album/62011#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "CIPHER THE MUSIC / MINAKO NARITA"@en,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Joe Leeway"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Joe Leeway"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Naotaka Yamaguchi"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Naotaka Yamaguchi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Tom Bailey"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Tom Bailey"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dean Pitchford"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Dean Pitchford"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Tom Snow"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Tom Snow"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Yoko Utsumi"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Yoko Utsumi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Alannah Currie"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Alannah Currie"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Eiko Itami"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Eiko Itami"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Kenny Loggins"@en ;
            foaf:made <album/62011#composition> ;
            foaf:name "Kenny Loggins"@en ],
        <artist/15012#subject> ;
    mo:produced_work <album/62011#musicalwork> ;
    schema:name "CIPHER THE MUSIC / MINAKO NARITA"@en,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja-latn .

<album/62011#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1989-01-21"^^xsd:date ;
    dcterms:title "CIPHER THE MUSIC / MINAKO NARITA"@en,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja-latn ;
    mo:catalogue_number "VDR-20002" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/73865>,
        <album/86338> ;
    mo:publication_of <album/62011#musicalexpression> ;
    mo:publisher <org/1927#subject> ;
    mo:record _:N8a505a9fdb2f441eae0860d6b7cff5b1 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Cipher The Video"@en ;
            foaf:name "Cipher The Video"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Wag's"@en ;
            foaf:name "Wag's"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Army Call Up Test"@en ;
            foaf:name "Army Call Up Test"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Thompson Twins"@en ;
            foaf:name "Thompson Twins"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Mescaline Drive"@en ;
            foaf:name "Mescaline Drive"@en ] ;
    schema:datePublished "1989-01-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/11/62011/62011-1475332690.jpg> ;
    schema:name "CIPHER THE MUSIC / MINAKO NARITA"@en,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja,
        "CIPHER THE MUSIC / MINAKO NARITA"@ja-latn ;
    schema:publisher <org/1927#subject> ;
    foaf:depiction <https://media.vgm.io/albums/11/62011/62011-1475332690.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Tom Bailey"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Tom Bailey"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Joe Leeway"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Joe Leeway"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Kenny Loggins"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Kenny Loggins"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Tom Snow"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Tom Snow"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Yoko Utsumi"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Yoko Utsumi"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Naotaka Yamaguchi"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Naotaka Yamaguchi"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Alannah Currie"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Alannah Currie"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Eiko Itami"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Eiko Itami"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/62011#subject> ;
    schema:name "Dean Pitchford"@en ;
    foaf:made <album/62011#subject> ;
    foaf:name "Dean Pitchford"@en .

_:N08e0f8e9ff0d44618cd9d0721c5addb3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I DON'T LIKE"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:N8a505a9fdb2f441eae0860d6b7cff5b1 ;
    schema:name "I DON'T LIKE"@en .

_:N1446c67cbc4d4a1b8c0dcbe1c1330dd2 a schema:Person,
        foaf:Person ;
    mo:performed <album/62011#performance> ;
    schema:name "Army Call Up Test"@en ;
    foaf:name "Army Call Up Test"@en .

_:N6328cc8a9a1d43958224ed5f9675f178 a schema:Person,
        foaf:Person ;
    mo:performed <album/62011#performance> ;
    schema:name "Wag's"@en ;
    foaf:name "Wag's"@en .

_:N70d8ef22149c415d834bffc1358128b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LIVING IN THE DARK"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N8a505a9fdb2f441eae0860d6b7cff5b1 ;
    schema:name "LIVING IN THE DARK"@en .

_:N72f56d9ee00042cb9aea21c537fcb4f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FOOTLOOSE"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N8a505a9fdb2f441eae0860d6b7cff5b1 ;
    schema:name "FOOTLOOSE"@en .

_:Nb891be204b0644b1acf4a4563bbec533 a schema:Person,
        foaf:Person ;
    mo:performed <album/62011#performance> ;
    schema:name "Mescaline Drive"@en ;
    foaf:name "Mescaline Drive"@en .

_:Nba53e7f36f5547fca203d6551c5ee27d a schema:Person,
        foaf:Person ;
    mo:performed <album/62011#performance> ;
    schema:name "Thompson Twins"@en ;
    foaf:name "Thompson Twins"@en .

_:Nbb344f08327340a29d726c72b1e2710a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KAMIKAZE"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N8a505a9fdb2f441eae0860d6b7cff5b1 ;
    schema:name "KAMIKAZE"@en .

_:Nc6b833e015074f308bc25115f4b84500 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LET'S HEAR IT FOR THE BOY"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N8a505a9fdb2f441eae0860d6b7cff5b1 ;
    schema:name "LET'S HEAR IT FOR THE BOY"@en .

_:Ne92e3050747349c99921274a1b3c9601 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "AGAINST ALL ODDS"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N8a505a9fdb2f441eae0860d6b7cff5b1 ;
    schema:name "AGAINST ALL ODDS"@en .

_:N8a505a9fdb2f441eae0860d6b7cff5b1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N08e0f8e9ff0d44618cd9d0721c5addb3,
        _:N70d8ef22149c415d834bffc1358128b5,
        _:N72f56d9ee00042cb9aea21c537fcb4f2,
        _:Nbb344f08327340a29d726c72b1e2710a,
        _:Nc6b833e015074f308bc25115f4b84500,
        _:Ne92e3050747349c99921274a1b3c9601 ;
    mo:track_count 6 ;
    schema:duration "PT21:47"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N08e0f8e9ff0d44618cd9d0721c5addb3,
        _:N70d8ef22149c415d834bffc1358128b5,
        _:N72f56d9ee00042cb9aea21c537fcb4f2,
        _:Nbb344f08327340a29d726c72b1e2710a,
        _:Nc6b833e015074f308bc25115f4b84500,
        _:Ne92e3050747349c99921274a1b3c9601 .

