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

<artist/34088#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoji Saito"@en ;
    foaf:made <album/63493#subject>,
        <album/63493#vocals> ;
    foaf:name "Yoji Saito"@en .

<artist/8793#subject> a schema:Person,
        foaf:Person ;
    schema:name "Bobby"@en,
        "ボビー"@ja ;
    foaf:made <album/63493#subject>,
        <album/63493#vocals> ;
    foaf:name "Bobby"@en,
        "ボビー"@ja .

<artist/8880#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kayoko Fuyumori"@en,
        "冬杜花代子"@ja ;
    foaf:made <album/63493#lyrics>,
        <album/63493#subject> ;
    foaf:name "Kayoko Fuyumori"@en,
        "冬杜花代子"@ja .

<album/63487> a mo:Release ;
    mo:catalogue_number "CX-7227" .

<artist/26433#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/63493#subject> ;
    schema:name "Katsumi Kobayashi"@en,
        "小林克己"@ja ;
    foaf:made <album/63493#composition>,
        <album/63493#subject> ;
    foaf:name "Katsumi Kobayashi"@en,
        "小林克己"@ja .

<artist/50548#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/63493#subject> ;
    schema:name "Katsunori Ishida"@en,
        "石田かつのり"@ja ;
    foaf:made <album/63493#composition>,
        <album/63493#subject> ;
    foaf:name "Katsunori Ishida"@en,
        "石田かつのり"@ja .

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

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

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

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

<https://medium-media.vgm.io/albums/39/63493/63493-1480691838.jpg> a schema:ImageObject,
        foaf:Image .

<album/63493#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touring Express"@en,
        "ツーリング・エクスプレス"@ja,
        "Touring Express"@ja-latn ;
    mo:composer <artist/26433#subject>,
        <artist/50548#subject> ;
    mo:produced_work <album/63493#musicalwork> ;
    schema:name "Touring Express"@en,
        "ツーリング・エクスプレス"@ja,
        "Touring Express"@ja-latn .

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

<album/63493#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touring Express"@en,
        "ツーリング・エクスプレス"@ja,
        "Touring Express"@ja-latn ;
    mo:performance_of <album/63493#musicalwork> ;
    mo:performer <artist/53696#subject> ;
    mo:recorded_as <album/63493#musicalexpression> ;
    schema:byArtist <artist/53696#subject> ;
    schema:name "Touring Express"@en,
        "ツーリング・エクスプレス"@ja,
        "Touring Express"@ja-latn ;
    schema:workPerformed <album/63493#musicalwork> .

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

<artist/53696#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/63493#performance> ;
    schema:name "Ishida-Express I"@en ;
    foaf:name "Ishida-Express I"@en .

<album/63493#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1992-03-01"^^xsd:date ;
    dcterms:title "Touring Express"@en,
        "ツーリング・エクスプレス"@ja,
        "Touring Express"@ja-latn ;
    mo:catalogue_number "COCC-9620" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/63487> ;
    mo:publication_of <album/63493#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Touring Express"@en ;
            foaf:name "Touring Express"@en ] ;
    schema:byArtist <artist/53696#subject> ;
    schema:datePublished "1992-03-01"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/39/63493/63493-1480691838.jpg> ;
    schema:name "Touring Express"@en,
        "ツーリング・エクスプレス"@ja,
        "Touring Express"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/39/63493/63493-1480691838.jpg> .

_:N1d3f274f42264bd59c6aca5fd9e555c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sound of Your Express"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:38"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "The Sound of Your Express"@en .

_:N22538cbe3fb245c3aa6822e331ede0b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "China Romance"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "China Romance"@en .

_:N5d8cad3e6e80425db9208900b4c8720d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue~Nice to Meet You~"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "Prologue~Nice to Meet You~"@en .

_:N849d7126af59474bbe32d059bb9634c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "See You Again~Touring Express~"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "See You Again~Touring Express~"@en .

_:N8958cebc47264db69967d20a092648ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Cause I Love You. Monsieur"@en ;
    mo:track_number 5 ;
    schema:duration "PT8:57"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "'Cause I Love You. Monsieur"@en .

_:Nb66c7fce1a824e93ae543af3a5cc848d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blond Breeze"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "Blond Breeze"@en .

_:Nfac3b048f8534b68bdf4645a4ef74a2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark-Blue Eyes"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "Dark-Blue Eyes"@en .

_:Nfafa0e9c4de44985baa10a47204c215a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gypsy Road"@en ;
    mo:track_number 7 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N89c68ca4fbaa429aac62d694e9daa6a0 ;
    schema:name "Gypsy Road"@en .

_:N89c68ca4fbaa429aac62d694e9daa6a0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1d3f274f42264bd59c6aca5fd9e555c4,
        _:N22538cbe3fb245c3aa6822e331ede0b0,
        _:N5d8cad3e6e80425db9208900b4c8720d,
        _:N849d7126af59474bbe32d059bb9634c0,
        _:N8958cebc47264db69967d20a092648ad,
        _:Nb66c7fce1a824e93ae543af3a5cc848d,
        _:Nfac3b048f8534b68bdf4645a4ef74a2d,
        _:Nfafa0e9c4de44985baa10a47204c215a ;
    mo:track_count 8 ;
    schema:duration "PT41:49"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N1d3f274f42264bd59c6aca5fd9e555c4,
        _:N22538cbe3fb245c3aa6822e331ede0b0,
        _:N5d8cad3e6e80425db9208900b4c8720d,
        _:N849d7126af59474bbe32d059bb9634c0,
        _:N8958cebc47264db69967d20a092648ad,
        _:Nb66c7fce1a824e93ae543af3a5cc848d,
        _:Nfac3b048f8534b68bdf4645a4ef74a2d,
        _:Nfafa0e9c4de44985baa10a47204c215a .

