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

<artist/8736#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akira Ito"@en,
        "伊藤アキラ"@ja ;
    foaf:made <album/87773#lyrics>,
        <album/87773#subject> ;
    foaf:name "Akira Ito"@en,
        "伊藤アキラ"@ja .

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

<artist/19480#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87773#subject> ;
    schema:name "Toriro Miki"@en,
        "三木鶏郎"@ja ;
    foaf:made <album/87773#composition>,
        <album/87773#lyrics>,
        <album/87773#subject> ;
    foaf:name "Toriro Miki"@en,
        "三木鶏郎"@ja .

<artist/8738#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87773#subject> ;
    schema:name "Nobuyoshi Koshibe"@en,
        "越部信義"@ja ;
    foaf:made <album/87773#composition>,
        <album/87773#subject> ;
    foaf:name "Nobuyoshi Koshibe"@en,
        "越部信義"@ja .

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

<https://medium-media.vgm.io/albums/37/87773/87773-1560617504.jpg> a schema:ImageObject,
        foaf:Image .

<album/87773#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tetsujin 28-go"@en,
        "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn ;
    mo:composer <artist/19480#subject>,
        <artist/8738#subject> ;
    mo:produced_work <album/87773#musicalwork> ;
    schema:name "Tetsujin 28-go"@en,
        "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn .

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

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

<artist/32477#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/87773#performance> ;
    schema:name "Nishirokugo Shounen Gasshoudan"@en,
        "西六郷少年合唱団"@ja ;
    foaf:name "Nishirokugo Shounen Gasshoudan"@en,
        "西六郷少年合唱団"@ja .

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

<album/87773#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tetsujin 28-go"@en,
        "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn ;
    mo:performance_of <album/87773#musicalwork> ;
    mo:performer <artist/32477#subject>,
        <artist/8727#subject> ;
    mo:recorded_as <album/87773#musicalexpression> ;
    schema:byArtist <artist/32477#subject>,
        <artist/8727#subject> ;
    schema:name "Tetsujin 28-go"@en,
        "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn ;
    schema:workPerformed <album/87773#musicalwork> .

<album/87773#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1979-04-01"^^xsd:date ;
    dcterms:title "Tetsujin 28-go"@en,
        "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn ;
    mo:catalogue_number "CK-530" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/87773#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N96629ca24eca484bb16178b8bd679df4 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tetsujin 28-go (1963)"@en ;
            foaf:name "Tetsujin 28-go (1963)"@en ] ;
    schema:byArtist <artist/32477#subject>,
        <artist/8727#subject> ;
    schema:datePublished "1979-04-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/37/87773/87773-1560617504.jpg> ;
    schema:name "Tetsujin 28-go"@en,
        "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/37/87773/87773-1560617504.jpg> .

_:N8307d4852c2f4511a9bf02644280ed92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N96629ca24eca484bb16178b8bd679df4 ;
    schema:name "鉄人28号"@ja,
        "Tetsujin 28-go"@ja-latn .

_:Nc7149414e42f4bebb0d6be3fdd0d9a8e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "正太郎のマーチ"@ja,
        "Shotaro no March"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N96629ca24eca484bb16178b8bd679df4 ;
    schema:name "正太郎のマーチ"@ja,
        "Shotaro no March"@ja-latn .

_:N96629ca24eca484bb16178b8bd679df4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8307d4852c2f4511a9bf02644280ed92,
        _:Nc7149414e42f4bebb0d6be3fdd0d9a8e ;
    mo:track_count 2 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N8307d4852c2f4511a9bf02644280ed92,
        _:Nc7149414e42f4bebb0d6be3fdd0d9a8e .

