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

<artist/8498#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoko Narahashi"@en,
        "奈良橋陽子"@ja ;
    foaf:made <album/92782#lyrics>,
        <album/92782#subject> ;
    foaf:name "Yoko Narahashi"@en,
        "奈良橋陽子"@ja .

<artist/8790#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tommy Snyder"@en ;
    foaf:made <album/92782#subject>,
        <album/92782#vocals> ;
    foaf:name "Tommy Snyder"@en .

<artist/886#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/92782#subject> ;
    schema:name "Yuji Ohno"@en,
        "大野雄二"@ja ;
    foaf:made <album/92782#composition>,
        <album/92782#subject> ;
    foaf:name "Yuji Ohno"@en,
        "大野雄二"@ja .

<album/92782#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja,
        "THE MARINE EXPRESS"@ja-latn ;
    mo:composer <artist/886#subject> ;
    mo:produced_work <album/92782#musicalwork> ;
    schema:name "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja,
        "THE MARINE EXPRESS"@ja-latn .

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

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

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

<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/28/92782/92782-1573559490.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/92782#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/28/92782/92782-1573559490.jpg> ;
    foaf:depicts <album/92782#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/28/92782/92782-1573559490.jpg> .

<https://medium-media.vgm.io/albums/28/92782/92782-1573559490.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/92782#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja,
        "THE MARINE EXPRESS"@ja-latn ;
    mo:performance_of <album/92782#musicalwork> ;
    mo:performer <artist/8788#subject> ;
    mo:recorded_as <album/92782#musicalexpression> ;
    schema:byArtist <artist/8788#subject> ;
    schema:name "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja,
        "THE MARINE EXPRESS"@ja-latn ;
    schema:workPerformed <album/92782#musicalwork> .

<artist/8788#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/92782#performance> ;
    schema:name "YOU & THE EXPLOSION BAND"@en ;
    foaf:name "YOU & THE EXPLOSION BAND"@en .

<album/92782#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1979-08-01"^^xsd:date ;
    dcterms:title "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja,
        "THE MARINE EXPRESS"@ja-latn ;
    mo:catalogue_number "YK-520-AX" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/92782#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N6cdeac399f1e4d6db26b49e9e8746da1 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Undersea Super Train: Marine Express"@en ;
            foaf:name "Undersea Super Train: Marine Express"@en ] ;
    schema:byArtist <artist/8788#subject> ;
    schema:datePublished "1979-08-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/28/92782/92782-1573559490.jpg> ;
    schema:name "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja,
        "THE MARINE EXPRESS"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/92782/92782-1573559490.jpg> .

_:Na6ac810a3e1e44849c629b8e171501d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "OVERTURE"@en,
        "序曲マリン・エクスプレス"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N6cdeac399f1e4d6db26b49e9e8746da1 ;
    schema:name "OVERTURE"@en,
        "序曲マリン・エクスプレス"@ja .

_:Nfcf642c92a1d4441981ff2e11064fdc4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N6cdeac399f1e4d6db26b49e9e8746da1 ;
    schema:name "THE MARINE EXPRESS"@en,
        "ザ・マリン・エクスプレス"@ja .

_:N6cdeac399f1e4d6db26b49e9e8746da1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na6ac810a3e1e44849c629b8e171501d2,
        _:Nfcf642c92a1d4441981ff2e11064fdc4 ;
    mo:track_count 2 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Na6ac810a3e1e44849c629b8e171501d2,
        _:Nfcf642c92a1d4441981ff2e11064fdc4 .

