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

<artist/23900#subject> a schema:Person,
        foaf:Person ;
    schema:name "Oscar Hammerstein II"@en ;
    foaf:made <album/73999#lyrics>,
        <album/73999#subject> ;
    foaf:name "Oscar Hammerstein II"@en .

<artist/29981#subject> a schema:Person,
        foaf:Person ;
    schema:name "Megumi Ishii"@en,
        "いしいめぐみ"@ja ;
    foaf:made <album/73999#lyrics>,
        <album/73999#subject> ;
    foaf:name "Megumi Ishii"@en,
        "いしいめぐみ"@ja .

<artist/33148#subject> a schema:Person,
        foaf:Person ;
    schema:name "Peggy Hayama"@en,
        "ペギー葉山"@ja ;
    foaf:made <album/73999#lyrics>,
        <album/73999#subject> ;
    foaf:name "Peggy Hayama"@en,
        "ペギー葉山"@ja .

<album/53549> a mo:Release ;
    mo:catalogue_number "COCC-7703" .

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

<artist/10394#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/73999#subject> ;
    schema:name "Shinsuke Kazato"@en,
        "風戸慎介"@ja ;
    foaf:made <album/73999#composition>,
        <album/73999#subject> ;
    foaf:name "Shinsuke Kazato"@en,
        "風戸慎介"@ja .

<artist/23890#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/73999#subject> ;
    schema:name "Richard Rodgers"@en ;
    foaf:made <album/73999#composition>,
        <album/73999#subject> ;
    foaf:name "Richard Rodgers"@en .

<product/17117#subject> a schema:CreativeWork ;
    schema:name "The Trapp Family Story"@en,
        "トラップ一家物語"@ja,
        "Trapp Ikka Monogatari"@ja-latn ;
    foaf:name "The Trapp Family Story"@en,
        "トラップ一家物語"@ja,
        "Trapp Ikka Monogatari"@ja-latn .

<album/73999#musicalexpression> a mo:Signal ;
    mo:published_as <album/73999#subject> ;
    mo:records <album/73999#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/99/73999/73999-530e18db0937.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/73999#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/99/73999/73999-530e18db0937.jpg> ;
    foaf:depicts <album/73999#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/99/73999/73999-530e18db0937.jpg> .

<https://medium-media.vgm.io/albums/99/73999/73999-530e18db0937.jpg> a schema:ImageObject,
        foaf:Image .

<album/73999#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Trapp Ikka Monogatari Music Collection"@en,
        "トラップ一家物語 音楽集"@ja,
        "Trapp Ikka Monogatari Ongakushuu"@ja-latn ;
    mo:composer <artist/10394#subject>,
        <artist/23890#subject> ;
    mo:produced_work <album/73999#musicalwork> ;
    schema:name "Trapp Ikka Monogatari Music Collection"@en,
        "トラップ一家物語 音楽集"@ja,
        "Trapp Ikka Monogatari Ongakushuu"@ja-latn .

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

<artist/554#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/73999#performance> ;
    schema:name "Eri Itoh"@en,
        "伊東恵里"@ja ;
    foaf:name "Eri Itoh"@en,
        "伊東恵里"@ja .

<artist/8885#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/73999#performance> ;
    schema:name "Tree of the Forest Children's Choir"@en,
        "森の木児童合唱団"@ja ;
    foaf:name "Tree of the Forest Children's Choir"@en,
        "森の木児童合唱団"@ja .

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

<album/73999#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Trapp Ikka Monogatari Music Collection"@en,
        "トラップ一家物語 音楽集"@ja,
        "Trapp Ikka Monogatari Ongakushuu"@ja-latn ;
    mo:performance_of <album/73999#musicalwork> ;
    mo:performer <artist/554#subject>,
        <artist/8885#subject> ;
    mo:recorded_as <album/73999#musicalexpression> ;
    schema:byArtist <artist/554#subject>,
        <artist/8885#subject> ;
    schema:name "Trapp Ikka Monogatari Music Collection"@en,
        "トラップ一家物語 音楽集"@ja,
        "Trapp Ikka Monogatari Ongakushuu"@ja-latn ;
    schema:workPerformed <album/73999#musicalwork> .

<album/73999#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1991-07-01"^^xsd:date ;
    dcterms:title "Trapp Ikka Monogatari Music Collection"@en,
        "トラップ一家物語 音楽集"@ja,
        "Trapp Ikka Monogatari Ongakushuu"@ja-latn ;
    mo:catalogue_number "COTC-1624" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/53549> ;
    mo:publication_of <album/73999#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    mo:record_count 1 ;
    schema:about <product/17117#subject> ;
    schema:byArtist <artist/554#subject>,
        <artist/8885#subject> ;
    schema:datePublished "1991-07-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/99/73999/73999-530e18db0937.jpg> ;
    schema:name "Trapp Ikka Monogatari Music Collection"@en,
        "トラップ一家物語 音楽集"@ja,
        "Trapp Ikka Monogatari Ongakushuu"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/99/73999/73999-530e18db0937.jpg> .

_:N52d6758d22a348679b2d45767eaa0bbb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "両手を広げて"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "両手を広げて"@ja .

_:N53b896b9e96d4ad5bff043fd09f318f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "牧場で昼食を"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "牧場で昼食を"@ja .

_:N605cba580e374c61b1777d2168401515 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "両手を広げて(インストゥルメンタル)"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "両手を広げて(インストゥルメンタル)"@ja .

_:N628e901db80245a8a79e8ed347653e6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "チロルの朝"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "チロルの朝"@ja .

_:N6348da7e29b84a0dbef615e925700968 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "トラップ男爵の憂鬱"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "トラップ男爵の憂鬱"@ja .

_:N6c69d1a2d048472d91c71631299ae69c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドレミの歌(DO-RE-MI)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "ドレミの歌(DO-RE-MI)"@ja .

_:N8ffb1a617e3f47e09f44a88a05d775ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "街へ出よう"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "街へ出よう"@ja .

_:N992d6034ab2f4860bd460e01aeb72919 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "愛すべき家政婦長樣"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "愛すべき家政婦長樣"@ja .

_:Na6f6072cb31a40149da957153638c58b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "マリアとマリア"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "マリアとマリア"@ja .

_:Nae1d34161fea46dcb2e917def3eb1c10 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "多感な季節"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "多感な季節"@ja .

_:Ne974e226fa184c02bbf5dbdd947eba28 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おしゃまないたずら"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Ne7f5e9646abe4dcfb8938cf22869ea39 ;
    schema:name "おしゃまないたずら"@ja .

_:Ne7f5e9646abe4dcfb8938cf22869ea39 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N52d6758d22a348679b2d45767eaa0bbb,
        _:N53b896b9e96d4ad5bff043fd09f318f9,
        _:N605cba580e374c61b1777d2168401515,
        _:N628e901db80245a8a79e8ed347653e6f,
        _:N6348da7e29b84a0dbef615e925700968,
        _:N6c69d1a2d048472d91c71631299ae69c,
        _:N8ffb1a617e3f47e09f44a88a05d775ad,
        _:N992d6034ab2f4860bd460e01aeb72919,
        _:Na6f6072cb31a40149da957153638c58b,
        _:Nae1d34161fea46dcb2e917def3eb1c10,
        _:Ne974e226fa184c02bbf5dbdd947eba28 ;
    mo:track_count 11 ;
    schema:duration "PT20:48"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N52d6758d22a348679b2d45767eaa0bbb,
        _:N53b896b9e96d4ad5bff043fd09f318f9,
        _:N605cba580e374c61b1777d2168401515,
        _:N628e901db80245a8a79e8ed347653e6f,
        _:N6348da7e29b84a0dbef615e925700968,
        _:N6c69d1a2d048472d91c71631299ae69c,
        _:N8ffb1a617e3f47e09f44a88a05d775ad,
        _:N992d6034ab2f4860bd460e01aeb72919,
        _:Na6f6072cb31a40149da957153638c58b,
        _:Nae1d34161fea46dcb2e917def3eb1c10,
        _:Ne974e226fa184c02bbf5dbdd947eba28 .

