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

<artist/34230#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kahei No"@en,
        "能加平"@ja ;
    foaf:made <album/98791#lyrics>,
        <album/98791#subject> ;
    foaf:name "Kahei No"@en,
        "能加平"@ja .

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

<artist/8725#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98791#subject> ;
    schema:name "Takeo Yamashita"@en,
        "山下毅雄"@ja ;
    foaf:made <album/98791#composition>,
        <album/98791#subject> ;
    foaf:name "Takeo Yamashita"@en,
        "山下毅雄"@ja .

<product/8338#subject> a schema:CreativeWork ;
    schema:name "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn ;
    foaf:name "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn .

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

<org/1977#subject> schema:name "Union Records"@en,
        "ユニオンレコード"@ja,
        "Union Records"@ja-latn ;
    foaf:name "Union Records"@en,
        "ユニオンレコード"@ja,
        "Union Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/19/98791/98791-1589237865.jpg> a schema:ImageObject,
        foaf:Image .

<album/98791#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "白木治信"@en ;
            foaf:made <album/98791#composition> ;
            foaf:name "白木治信"@en ],
        <artist/8725#subject> ;
    mo:produced_work <album/98791#musicalwork> ;
    schema:name "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn .

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

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

<artist/30530#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98791#performance> ;
    schema:name "Akiyoshi Sera"@en,
        "世良明芳"@ja ;
    foaf:name "Akiyoshi Sera"@en,
        "世良明芳"@ja .

<artist/8727#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98791#performance> ;
    schema:name "Kamitakada Shounen Gasshoudan"@en,
        "上高田少年合唱団"@ja ;
    foaf:name "Kamitakada Shounen Gasshoudan"@en,
        "上高田少年合唱団"@ja .

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

<album/98791#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn ;
    mo:performance_of <album/98791#musicalwork> ;
    mo:performer <artist/30530#subject>,
        <artist/8727#subject>,
        <artist/8730#subject> ;
    mo:recorded_as <album/98791#musicalexpression> ;
    schema:byArtist <artist/30530#subject>,
        <artist/8727#subject>,
        <artist/8730#subject> ;
    schema:name "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn ;
    schema:workPerformed <album/98791#musicalwork> .

<album/98791#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1968-03-01"^^xsd:date ;
    dcterms:title "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn ;
    mo:catalogue_number "KT-17" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/98791#musicalexpression> ;
    mo:publisher <org/1977#subject> ;
    mo:record _:Nd45b18b2429745ec88ba8755d955712d ;
    mo:record_count 1 ;
    schema:about <product/8338#subject> ;
    schema:byArtist <artist/30530#subject>,
        <artist/8727#subject>,
        <artist/8730#subject> ;
    schema:datePublished "1968-03-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/19/98791/98791-1589237865.jpg> ;
    schema:name "Wanpaku Tanteidan"@en,
        "わんぱく探偵団"@ja,
        "Wanpaku Tanteidan"@ja-latn ;
    schema:publisher <org/1977#subject> ;
    foaf:depiction <https://media.vgm.io/albums/19/98791/98791-1589237865.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "壇上文雄"@en ;
    foaf:made <album/98791#lyrics> ;
    foaf:name "壇上文雄"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98791#subject> ;
    schema:name "白木治信"@en ;
    foaf:made <album/98791#subject> ;
    foaf:name "白木治信"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "壇上文雄"@en ;
    foaf:made <album/98791#subject> ;
    foaf:name "壇上文雄"@en .

_:N604f6de9d97b473b92ea11f102ae8b24 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "わんぱく探偵団の歌"@ja,
        "Wanpaku Tanteidan no Uta"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:Nd45b18b2429745ec88ba8755d955712d ;
    schema:name "わんぱく探偵団の歌"@ja,
        "Wanpaku Tanteidan no Uta"@ja-latn .

_:Nd384339475764e0f8d6175381735071d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "二十面相は歌う"@ja,
        "Nijuu Mensou wa Utau"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Nd45b18b2429745ec88ba8755d955712d ;
    schema:name "二十面相は歌う"@ja,
        "Nijuu Mensou wa Utau"@ja-latn .

_:Nd45b18b2429745ec88ba8755d955712d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N604f6de9d97b473b92ea11f102ae8b24,
        _:Nd384339475764e0f8d6175381735071d ;
    mo:track_count 2 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N604f6de9d97b473b92ea11f102ae8b24,
        _:Nd384339475764e0f8d6175381735071d .

