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

<artist/11136#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuu Aku"@en,
        "阿久悠"@ja ;
    foaf:made <album/96634#lyrics>,
        <album/96634#subject> ;
    foaf:name "Yuu Aku"@en,
        "阿久悠"@ja .

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

<artist/1882#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96634#subject> ;
    schema:name "Bob Sakuma"@en,
        "ボブ佐久間"@ja ;
    foaf:made <album/96634#composition>,
        <album/96634#subject> ;
    foaf:name "Bob Sakuma"@en,
        "ボブ佐久間"@ja .

<artist/7575#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96634#subject> ;
    schema:name "Daisuke Inoue"@en,
        "井上大輔"@ja ;
    foaf:made <album/96634#composition>,
        <album/96634#subject> ;
    foaf:name "Daisuke Inoue"@en,
        "井上大輔"@ja .

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

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

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

<https://medium-media.vgm.io/albums/43/96634/96634-1582640573.jpg> a schema:ImageObject,
        foaf:Image .

<album/96634#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Super Robot Red Baron"@en,
        "スーパーロボットレッドバロン"@ja,
        "Super Robot Red Baron"@ja-latn ;
    mo:composer <artist/1882#subject>,
        <artist/7575#subject> ;
    mo:produced_work <album/96634#musicalwork> ;
    schema:name "Super Robot Red Baron"@en,
        "スーパーロボットレッドバロン"@ja,
        "Super Robot Red Baron"@ja-latn .

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

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

<artist/32445#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/96634#performance> ;
    schema:name "Green Peas"@en ;
    foaf:name "Green Peas"@en .

<artist/33208#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/96634#performance> ;
    schema:name "Shinya Dan"@en,
        "団しん也"@ja ;
    foaf:name "Shinya Dan"@en,
        "団しん也"@ja .

<album/96634#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Super Robot Red Baron"@en,
        "スーパーロボットレッドバロン"@ja,
        "Super Robot Red Baron"@ja-latn ;
    mo:performance_of <album/96634#musicalwork> ;
    mo:performer <artist/32445#subject>,
        <artist/33208#subject> ;
    mo:recorded_as <album/96634#musicalexpression> ;
    schema:byArtist <artist/32445#subject>,
        <artist/33208#subject> ;
    schema:name "Super Robot Red Baron"@en,
        "スーパーロボットレッドバロン"@ja,
        "Super Robot Red Baron"@ja-latn ;
    schema:workPerformed <album/96634#musicalwork> .

<album/96634#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1974-01-01"^^xsd:date ;
    dcterms:title "Super Robot Red Baron"@en,
        "スーパーロボットレッドバロン"@ja,
        "Super Robot Red Baron"@ja-latn ;
    mo:catalogue_number "DC-1001" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/96634#musicalexpression> ;
    mo:publisher <org/2395#subject> ;
    mo:record _:N67500fac8e354b0eb07d2e9e0aa88727 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Super Robot Red Baron"@en ;
            foaf:name "Super Robot Red Baron"@en ] ;
    schema:byArtist <artist/32445#subject>,
        <artist/33208#subject> ;
    schema:datePublished "1974-01-01"^^xsd:date ;
    schema:genre "Tokusatsu/Puppetry" ;
    schema:image <https://media.vgm.io/albums/43/96634/96634-1582640573.jpg> ;
    schema:name "Super Robot Red Baron"@en,
        "スーパーロボットレッドバロン"@ja,
        "Super Robot Red Baron"@ja-latn ;
    schema:publisher <org/2395#subject> ;
    foaf:depiction <https://media.vgm.io/albums/43/96634/96634-1582640573.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "輔田正男"@en ;
    foaf:made <album/96634#subject> ;
    foaf:name "輔田正男"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "輔田正男"@en ;
    foaf:made <album/96634#lyrics> ;
    foaf:name "輔田正男"@en .

_:N096748d6e7a341569842ff5ccda61476 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "飛べ!!宇宙のレッドバロン"@ja,
        "Tobe!! Uchuu no Red Baron"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N67500fac8e354b0eb07d2e9e0aa88727 ;
    schema:name "飛べ!!宇宙のレッドバロン"@ja,
        "Tobe!! Uchuu no Red Baron"@ja-latn .

_:N5c1b2d36ef894f2ca683030c346f70cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "斗え!レッドバロン"@ja,
        "Tatakae! Red Baron"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N67500fac8e354b0eb07d2e9e0aa88727 ;
    schema:name "斗え!レッドバロン"@ja,
        "Tatakae! Red Baron"@ja-latn .

_:N67500fac8e354b0eb07d2e9e0aa88727 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N096748d6e7a341569842ff5ccda61476,
        _:N5c1b2d36ef894f2ca683030c346f70cc ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N096748d6e7a341569842ff5ccda61476,
        _:N5c1b2d36ef894f2ca683030c346f70cc .

