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

<artist/19603#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shigeru Mizuki"@en,
        "水木しげる"@ja ;
    foaf:made <album/97075#lyrics>,
        <album/97075#subject> ;
    foaf:name "Shigeru Mizuki"@en,
        "水木しげる"@ja .

<artist/26836#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nobuyo Oyama"@en,
        "大山のぶ代"@ja ;
    foaf:made <album/97075#subject>,
        <album/97075#vocals> ;
    foaf:name "Nobuyo Oyama"@en,
        "大山のぶ代"@ja .

<artist/30257#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kazuo Kumakura"@en,
        "熊倉一雄"@ja ;
    foaf:made <album/97075#subject>,
        <album/97075#vocals> ;
    foaf:name "Kazuo Kumakura"@en,
        "熊倉一雄"@ja .

<artist/31812#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tamotsu Ishii"@en,
        "いしいたもつ"@ja ;
    foaf:made <album/97075#lyrics>,
        <album/97075#subject> ;
    foaf:name "Tamotsu Ishii"@en,
        "いしいたもつ"@ja .

<artist/13549#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97075#subject> ;
    schema:name "Taku Izumi"@en,
        "いずみたく"@ja ;
    foaf:made <album/97075#composition>,
        <album/97075#subject> ;
    foaf:name "Taku Izumi"@en,
        "いずみたく"@ja .

<artist/30246#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97075#subject> ;
    schema:name "Masanori Oyadomari"@en,
        "親泊正昇"@ja ;
    foaf:made <album/97075#composition>,
        <album/97075#subject> ;
    foaf:name "Masanori Oyadomari"@en,
        "親泊正昇"@ja .

<product/6494#subject> a schema:CreativeWork ;
    schema:name "GE-GE-GE NO KITARO (1968)"@en,
        "ゲゲゲの鬼太郎 (1968)"@ja,
        "Gegege no Kitarou (1968)"@ja-latn ;
    foaf:name "GE-GE-GE NO KITARO (1968)"@en,
        "ゲゲゲの鬼太郎 (1968)"@ja,
        "Gegege no Kitarou (1968)"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/57/97075/97075-1584267573.jpg> a schema:ImageObject,
        foaf:Image .

<album/97075#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gegege no Kitaro / Harris no Kaze"@en,
        "ゲゲゲの鬼太郎 / ハリスの旋風"@ja,
        "Gegege no Kitaro / Harris no Kaze"@ja-latn ;
    mo:composer <artist/13549#subject>,
        <artist/30246#subject> ;
    mo:produced_work <album/97075#musicalwork> ;
    schema:name "Gegege no Kitaro / Harris no Kaze"@en,
        "ゲゲゲの鬼太郎 / ハリスの旋風"@ja,
        "Gegege no Kitaro / Harris no Kaze"@ja-latn .

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

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

<album/97075#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gegege no Kitaro / Harris no Kaze"@en,
        "ゲゲゲの鬼太郎 / ハリスの旋風"@ja,
        "Gegege no Kitaro / Harris no Kaze"@ja-latn ;
    mo:performance_of <album/97075#musicalwork> ;
    mo:performer <artist/32613#subject> ;
    mo:recorded_as <album/97075#musicalexpression> ;
    schema:byArtist <artist/32613#subject> ;
    schema:name "Gegege no Kitaro / Harris no Kaze"@en,
        "ゲゲゲの鬼太郎 / ハリスの旋風"@ja,
        "Gegege no Kitaro / Harris no Kaze"@ja-latn ;
    schema:workPerformed <album/97075#musicalwork> .

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

<artist/32613#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/97075#performance> ;
    schema:name "King Orchestra"@en,
        "キングオーケストラ"@ja ;
    foaf:name "King Orchestra"@en,
        "キングオーケストラ"@ja .

<album/97075#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1967-10-10"^^xsd:date ;
    dcterms:title "Gegege no Kitaro / Harris no Kaze"@en,
        "ゲゲゲの鬼太郎 / ハリスの旋風"@ja,
        "Gegege no Kitaro / Harris no Kaze"@ja-latn ;
    mo:catalogue_number "BS" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/97075#musicalexpression> ;
    mo:publisher <org/4#subject> ;
    mo:record _:Nc488080aba8e46ebb09bcd249013db80 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Harris no Kaze"@en ;
            foaf:name "Harris no Kaze"@en ],
        <product/6494#subject> ;
    schema:byArtist <artist/32613#subject> ;
    schema:datePublished "1967-10-10"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/57/97075/97075-1584267573.jpg> ;
    schema:name "Gegege no Kitaro / Harris no Kaze"@en,
        "ゲゲゲの鬼太郎 / ハリスの旋風"@ja,
        "Gegege no Kitaro / Harris no Kaze"@ja-latn ;
    schema:publisher <org/4#subject> ;
    foaf:depiction <https://media.vgm.io/albums/57/97075/97075-1584267573.jpg> .

_:Nd76097604372426babb7764a2bc2ac6b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハリスの旋風"@ja,
        "Harris no Kaze"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:Nc488080aba8e46ebb09bcd249013db80 ;
    schema:name "ハリスの旋風"@ja,
        "Harris no Kaze"@ja-latn .

_:Ne1e78a95786f41c08e35b8972e8f3bcb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ゲゲゲの鬼太郎"@ja,
        "Gegege no Kitaro"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:Nc488080aba8e46ebb09bcd249013db80 ;
    schema:name "ゲゲゲの鬼太郎"@ja,
        "Gegege no Kitaro"@ja-latn .

_:Nc488080aba8e46ebb09bcd249013db80 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd76097604372426babb7764a2bc2ac6b,
        _:Ne1e78a95786f41c08e35b8972e8f3bcb ;
    mo:track_count 2 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Nd76097604372426babb7764a2bc2ac6b,
        _:Ne1e78a95786f41c08e35b8972e8f3bcb .

