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

<artist/19602#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shuji Terayama"@en,
        "寺山修司"@ja ;
    foaf:made <album/64593#lyrics>,
        <album/64593#subject> ;
    foaf:name "Shuji Terayama"@en,
        "寺山修司"@ja .

<artist/24499#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ikki Kajiwara"@en,
        "梶原一騎"@ja ;
    foaf:made <album/64593#lyrics>,
        <album/64593#subject> ;
    foaf:name "Ikki Kajiwara"@en,
        "梶原一騎"@ja .

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

<artist/34082#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64593#subject> ;
    schema:name "Yasuro Osawa"@en,
        "大沢保郎"@ja ;
    foaf:made <album/64593#composition>,
        <album/64593#subject> ;
    foaf:name "Yasuro Osawa"@en,
        "大沢保郎"@ja .

<artist/8904#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64593#subject> ;
    schema:name "Masao Yagi"@en,
        "八木正生"@ja ;
    foaf:made <album/64593#composition>,
        <album/64593#subject> ;
    foaf:name "Masao Yagi"@en,
        "八木正生"@ja .

<product/6173#subject> a schema:CreativeWork ;
    schema:name "Ashita no Joe"@en,
        "あしたのジョー"@ja,
        "Ashita no Joe"@ja-latn ;
    foaf:name "Ashita no Joe"@en,
        "あしたのジョー"@ja,
        "Ashita no Joe"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/39/64593/64593-1484061578.jpg> a schema:ImageObject,
        foaf:Image .

<album/64593#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ashita no Joe / Akaki Chi no Eleven"@en,
        "あしたのジョー/赤き血のイレブン"@ja,
        "Ashita no Joe / Akaki Chi no Eleven"@ja-latn ;
    mo:composer <artist/34082#subject>,
        <artist/8904#subject> ;
    mo:produced_work <album/64593#musicalwork> ;
    schema:name "Ashita no Joe / Akaki Chi no Eleven"@en,
        "あしたのジョー/赤き血のイレブン"@ja,
        "Ashita no Joe / Akaki Chi no Eleven"@ja-latn .

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

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

<artist/24440#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/64593#performance> ;
    schema:name "Asao Koike"@en,
        "小池朝雄"@ja ;
    foaf:name "Asao Koike"@en,
        "小池朝雄"@ja .

<artist/34084#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/64593#performance> ;
    schema:name "Four Mates"@en,
        "フォー・メイツ"@ja ;
    foaf:name "Four Mates"@en,
        "フォー・メイツ"@ja .

<artist/6229#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/64593#performance> ;
    schema:name "Isao Bitoh"@en,
        "尾藤イサオ"@ja ;
    foaf:name "Isao Bitoh"@en,
        "尾藤イサオ"@ja .

<album/64593#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ashita no Joe / Akaki Chi no Eleven"@en,
        "あしたのジョー/赤き血のイレブン"@ja,
        "Ashita no Joe / Akaki Chi no Eleven"@ja-latn ;
    mo:performance_of <album/64593#musicalwork> ;
    mo:performer <artist/24440#subject>,
        <artist/34084#subject>,
        <artist/6229#subject> ;
    mo:recorded_as <album/64593#musicalexpression> ;
    schema:byArtist <artist/24440#subject>,
        <artist/34084#subject>,
        <artist/6229#subject> ;
    schema:name "Ashita no Joe / Akaki Chi no Eleven"@en,
        "あしたのジョー/赤き血のイレブン"@ja,
        "Ashita no Joe / Akaki Chi no Eleven"@ja-latn ;
    schema:workPerformed <album/64593#musicalwork> .

<album/64593#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1970-01-01"^^xsd:date ;
    dcterms:title "Ashita no Joe / Akaki Chi no Eleven"@en,
        "あしたのジョー/赤き血のイレブン"@ja,
        "Ashita no Joe / Akaki Chi no Eleven"@ja-latn ;
    mo:catalogue_number "ELM-R5001" ;
    mo:media_type "Vinyl (7\" 33&frac13; rpm)" ;
    mo:publication_of <album/64593#musicalexpression> ;
    mo:publisher _:N70a602f90447448eab0b272f92cdd1d2 ;
    mo:record _:N7b6f2136154042f296af8a1a93f33559 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Akaki Chi no Eleven"@en ;
            foaf:name "Akaki Chi no Eleven"@en ],
        <product/6173#subject> ;
    schema:byArtist <artist/24440#subject>,
        <artist/34084#subject>,
        <artist/6229#subject> ;
    schema:datePublished "1970-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/39/64593/64593-1484061578.jpg> ;
    schema:name "Ashita no Joe / Akaki Chi no Eleven"@en,
        "あしたのジョー/赤き血のイレブン"@ja,
        "Ashita no Joe / Akaki Chi no Eleven"@ja-latn ;
    schema:publisher _:N70a602f90447448eab0b272f92cdd1d2 ;
    foaf:depiction <https://media.vgm.io/albums/39/64593/64593-1484061578.jpg> .

_:N28aea3c88a94459e817a446b66e0b650 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あしたのジョー"@ja,
        "Ashita no Joe"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7b6f2136154042f296af8a1a93f33559 ;
    schema:name "あしたのジョー"@ja,
        "Ashita no Joe"@ja-latn .

_:N32c4279c2775460e999ee5947c7125e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ジョーの子守唄"@ja,
        "Joe no Komoriuta"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7b6f2136154042f296af8a1a93f33559 ;
    schema:name "ジョーの子守唄"@ja,
        "Joe no Komoriuta"@ja-latn .

_:N48dba81089e14ccea296c287957b14bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "赤き血のイレブン"@ja,
        "Akaki Chi no Eleven"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7b6f2136154042f296af8a1a93f33559 ;
    schema:name "赤き血のイレブン"@ja,
        "Akaki Chi no Eleven"@ja-latn .

_:N70a602f90447448eab0b272f92cdd1d2 schema:name "Elm Records"@en ;
    foaf:name "Elm Records"@en .

_:Ncc233ad7ba9846ed96f304f063885cbf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "わが友・玉井真吾"@ja,
        "Waga Tomo Tamai Shingo"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7b6f2136154042f296af8a1a93f33559 ;
    schema:name "わが友・玉井真吾"@ja,
        "Waga Tomo Tamai Shingo"@ja-latn .

_:N7b6f2136154042f296af8a1a93f33559 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N28aea3c88a94459e817a446b66e0b650,
        _:N32c4279c2775460e999ee5947c7125e9,
        _:N48dba81089e14ccea296c287957b14bb,
        _:Ncc233ad7ba9846ed96f304f063885cbf ;
    mo:track_count 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N28aea3c88a94459e817a446b66e0b650,
        _:N32c4279c2775460e999ee5947c7125e9,
        _:N48dba81089e14ccea296c287957b14bb,
        _:Ncc233ad7ba9846ed96f304f063885cbf .

