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

<artist/8817#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tokyo Movie Kikakubu"@en,
        "東京ムービー企画部"@ja ;
    foaf:made <album/78086#lyrics>,
        <album/78086#subject> ;
    foaf:name "Tokyo Movie Kikakubu"@en,
        "東京ムービー企画部"@ja .

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

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

<product/8306#subject> a schema:CreativeWork ;
    schema:name "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn ;
    foaf:name "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn .

<album/78086#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn ;
    mo:composer <artist/8725#subject> ;
    mo:produced_work <album/78086#musicalwork> ;
    schema:name "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn .

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

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

<org/16#subject> schema:name "CBS/Sony Records"@en,
        "シービーエス・ソニーレコード"@ja,
        "CBS/Sony Records"@ja-latn ;
    foaf:name "CBS/Sony Records"@en,
        "シービーエス・ソニーレコード"@ja,
        "CBS/Sony Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/68/78086/78086-1527696764.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/32446#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78086#performance> ;
    schema:name "Hiromasa Kawahara"@en ;
    foaf:name "Hiromasa Kawahara"@en .

<artist/51239#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78086#performance> ;
    schema:name "Yoshihiro Sugiura"@en,
        "すぎうらよしひろ"@ja ;
    foaf:name "Yoshihiro Sugiura"@en,
        "すぎうらよしひろ"@ja .

<album/78086#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn ;
    mo:performance_of <album/78086#musicalwork> ;
    mo:performer <artist/32446#subject>,
        <artist/51239#subject> ;
    mo:recorded_as <album/78086#musicalexpression> ;
    schema:byArtist <artist/32446#subject>,
        <artist/51239#subject> ;
    schema:name "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn ;
    schema:workPerformed <album/78086#musicalwork> .

<album/78086#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1975-04-10"^^xsd:date ;
    dcterms:title "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn ;
    mo:catalogue_number "SOBB-4" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/78086#musicalexpression> ;
    mo:publisher <org/16#subject> ;
    mo:record _:N75d184fa83804ccd848f442fa7cf7f89 ;
    mo:record_count 1 ;
    schema:about <product/8306#subject> ;
    schema:byArtist <artist/32446#subject>,
        <artist/51239#subject> ;
    schema:datePublished "1975-04-10"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/68/78086/78086-1527696764.jpg> ;
    schema:name "Gamba no Bouken"@en,
        "ガンバの冒険"@ja,
        "Gamba no Bouken"@ja-latn ;
    schema:publisher <org/16#subject> ;
    foaf:depiction <https://media.vgm.io/albums/68/78086/78086-1527696764.jpg> .

_:N3e8037df6ab040d681da27b76bd98ad4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ガンバのうた"@ja,
        "Ganba no Uta"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N75d184fa83804ccd848f442fa7cf7f89 ;
    schema:name "ガンバのうた"@ja,
        "Ganba no Uta"@ja-latn .

_:Na85b89261674448fb8ebed6c6e958245 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "冒険者たちのバラード"@ja,
        "Boukenshatachi no Ballad"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N75d184fa83804ccd848f442fa7cf7f89 ;
    schema:name "冒険者たちのバラード"@ja,
        "Boukenshatachi no Ballad"@ja-latn .

_:N75d184fa83804ccd848f442fa7cf7f89 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3e8037df6ab040d681da27b76bd98ad4,
        _:Na85b89261674448fb8ebed6c6e958245 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3e8037df6ab040d681da27b76bd98ad4,
        _:Na85b89261674448fb8ebed6c6e958245 .

