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

<artist/24494#subject> a schema:Person,
        foaf:Person ;
    schema:name "Sachihiko Kitagawa"@en,
        "北川幸比古"@ja ;
    foaf:made <album/98148#lyrics>,
        <album/98148#subject> ;
    foaf:name "Sachihiko Kitagawa"@en,
        "北川幸比古"@ja .

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

<artist/8726#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98148#subject> ;
    schema:name "Seiichiro Uno"@en,
        "宇野誠一郎"@ja ;
    foaf:made <album/98148#composition>,
        <album/98148#subject> ;
    foaf:name "Seiichiro Uno"@en,
        "宇野誠一郎"@ja .

<album/98148#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Asahi Sonorama W3 (Wonder Three)"@en,
        "朝日ソノラマ W3(ワンダースリー)"@ja,
        "Asahi Sonorama W3 (Wonder Three)"@ja-latn ;
    mo:composer <artist/8726#subject> ;
    mo:produced_work <album/98148#musicalwork> ;
    schema:name "Asahi Sonorama W3 (Wonder Three)"@en,
        "朝日ソノラマ W3(ワンダースリー)"@ja,
        "Asahi Sonorama W3 (Wonder Three)"@ja-latn .

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

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

<org/1999#subject> schema:name "Asahi Sonorama"@en,
        "朝日ソノラマ"@ja,
        "Asahi Sonorama"@ja-latn ;
    foaf:name "Asahi Sonorama"@en,
        "朝日ソノラマ"@ja,
        "Asahi Sonorama"@ja-latn .

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

<https://medium-media.vgm.io/albums/84/98148/98148-1587649850.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/30737#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98148#performance> ;
    schema:name "Kazuko Sawada"@en,
        "沢田和猫"@ja ;
    foaf:name "Kazuko Sawada"@en,
        "沢田和猫"@ja .

<artist/33497#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98148#performance> ;
    schema:name "Yoshio Kaneuchi"@en,
        "金内吉男"@ja ;
    foaf:name "Yoshio Kaneuchi"@en,
        "金内吉男"@ja .

<artist/33498#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98148#performance> ;
    schema:name "Yasuo Kojima"@en,
        "小島康男"@ja ;
    foaf:name "Yasuo Kojima"@en,
        "小島康男"@ja .

<artist/8728#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98148#performance> ;
    schema:name "Shinsuke Chikaishi"@en,
        "近石真介"@ja ;
    foaf:name "Shinsuke Chikaishi"@en,
        "近石真介"@ja .

<artist/8729#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98148#performance> ;
    schema:name "Fuyumi Shiraishi"@en,
        "白石冬美"@ja ;
    foaf:name "Fuyumi Shiraishi"@en,
        "白石冬美"@ja .

<artist/8730#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98148#performance> ;
    schema:name "Vocal Shop"@en,
        "ボーカル・ショップ"@ja ;
    foaf:name "Vocal Shop"@en,
        "ボーカル・ショップ"@ja .

<album/98148#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1965-08-20"^^xsd:date ;
    dcterms:title "Asahi Sonorama W3 (Wonder Three)"@en,
        "朝日ソノラマ W3(ワンダースリー)"@ja,
        "Asahi Sonorama W3 (Wonder Three)"@ja-latn ;
    mo:catalogue_number "M-20" ;
    mo:media_type "Flexi Disc (7\" 33&frac13; rpm)" ;
    mo:publication_of <album/98148#musicalexpression> ;
    mo:publisher <org/1999#subject> ;
    mo:record _:N74a343cdb4c64b5aa885a8de0343e9b4 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Wonder Three"@en ;
            foaf:name "Wonder Three"@en ] ;
    schema:byArtist <artist/30737#subject>,
        <artist/33497#subject>,
        <artist/33498#subject>,
        <artist/8728#subject>,
        <artist/8729#subject>,
        <artist/8730#subject> ;
    schema:datePublished "1965-08-20"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/84/98148/98148-1587649850.jpg> ;
    schema:name "Asahi Sonorama W3 (Wonder Three)"@en,
        "朝日ソノラマ W3(ワンダースリー)"@ja,
        "Asahi Sonorama W3 (Wonder Three)"@ja-latn ;
    schema:publisher <org/1999#subject> ;
    foaf:depiction <https://media.vgm.io/albums/84/98148/98148-1587649850.jpg> .

<album/98148#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Asahi Sonorama W3 (Wonder Three)"@en,
        "朝日ソノラマ W3(ワンダースリー)"@ja,
        "Asahi Sonorama W3 (Wonder Three)"@ja-latn ;
    mo:performance_of <album/98148#musicalwork> ;
    mo:performer <artist/30737#subject>,
        <artist/33497#subject>,
        <artist/33498#subject>,
        <artist/8728#subject>,
        <artist/8729#subject>,
        <artist/8730#subject> ;
    mo:recorded_as <album/98148#musicalexpression> ;
    schema:byArtist <artist/30737#subject>,
        <artist/33497#subject>,
        <artist/33498#subject>,
        <artist/8728#subject>,
        <artist/8729#subject>,
        <artist/8730#subject> ;
    schema:name "Asahi Sonorama W3 (Wonder Three)"@en,
        "朝日ソノラマ W3(ワンダースリー)"@ja,
        "Asahi Sonorama W3 (Wonder Three)"@ja-latn ;
    schema:workPerformed <album/98148#musicalwork> .

_:N2ff01b41b23f4cf087f14c7e83bbfc0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドラマ「24時間の脱出」"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N74a343cdb4c64b5aa885a8de0343e9b4 ;
    schema:name "ドラマ「24時間の脱出」"@ja .

_:N85dce579b20c4db0a77870202ace5fb0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワンダースリー 主題歌"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N74a343cdb4c64b5aa885a8de0343e9b4 ;
    schema:name "ワンダースリー 主題歌"@ja .

_:N9388051a91924d869930340b2a6edd32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワンダースリー 主題歌"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N74a343cdb4c64b5aa885a8de0343e9b4 ;
    schema:name "ワンダースリー 主題歌"@ja .

_:Nf52d8118670e4283be552cc4074afee0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドラマ「24時間の脱出」"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N74a343cdb4c64b5aa885a8de0343e9b4 ;
    schema:name "ドラマ「24時間の脱出」"@ja .

_:N74a343cdb4c64b5aa885a8de0343e9b4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2ff01b41b23f4cf087f14c7e83bbfc0b,
        _:N85dce579b20c4db0a77870202ace5fb0,
        _:N9388051a91924d869930340b2a6edd32,
        _:Nf52d8118670e4283be552cc4074afee0 ;
    mo:track_count 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N2ff01b41b23f4cf087f14c7e83bbfc0b,
        _:N85dce579b20c4db0a77870202ace5fb0,
        _:N9388051a91924d869930340b2a6edd32,
        _:Nf52d8118670e4283be552cc4074afee0 .

