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

<artist/24505#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shinji Mizushima"@en,
        "水島新司"@ja ;
    foaf:made <album/63043#lyrics>,
        <album/63043#subject> ;
    foaf:name "Shinji Mizushima"@en,
        "水島新司"@ja .

<artist/9508#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kougo Hotomi"@en,
        "保富康午"@ja ;
    foaf:made <album/63043#lyrics>,
        <album/63043#subject> ;
    foaf:name "Kougo Hotomi"@en,
        "保富康午"@ja .

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

<artist/25074#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/63043#subject> ;
    schema:name "Yuji Koseki"@en,
        "古関裕而"@ja ;
    foaf:made <album/63043#composition>,
        <album/63043#subject> ;
    foaf:name "Yuji Koseki"@en,
        "古関裕而"@ja .

<artist/3402#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/63043#subject> ;
    schema:name "Shunsuke Kikuchi"@en,
        "菊池俊輔"@ja ;
    foaf:made <album/63043#composition>,
        <album/63043#subject> ;
    foaf:name "Shunsuke Kikuchi"@en,
        "菊池俊輔"@ja .

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

<https://medium-media.vgm.io/albums/34/63043/63043-1479484290.jpg> a schema:ImageObject,
        foaf:Image .

<album/63043#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Dokaben"@en,
        "ドカベン"@ja,
        "Dokaben"@ja-latn ;
    mo:composer <artist/25074#subject>,
        <artist/3402#subject> ;
    mo:produced_work <album/63043#musicalwork> ;
    schema:name "Dokaben"@en,
        "ドカベン"@ja,
        "Dokaben"@ja-latn .

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

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

<artist/15078#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/63043#performance> ;
    schema:name "Koorogi '73"@en,
        "こおろぎ'73"@ja ;
    foaf:name "Koorogi '73"@en,
        "こおろぎ'73"@ja .

<artist/19069#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/63043#performance> ;
    schema:name "The Chirps"@en,
        "ザ・チャープス"@ja ;
    foaf:name "The Chirps"@en,
        "ザ・チャープス"@ja .

<artist/24330#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/63043#performance> ;
    schema:name "Kaneta Kimotsuki"@en,
        "肝付兼太"@ja ;
    foaf:name "Kaneta Kimotsuki"@en,
        "肝付兼太"@ja .

<artist/24476#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/63043#performance> ;
    schema:name "Nissho"@en ;
    foaf:name "Nissho"@en .

<artist/4274#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/63043#performance> ;
    schema:name "Tessho Genda"@en,
        "玄田哲章"@ja ;
    foaf:name "Tessho Genda"@en,
        "玄田哲章"@ja .

<album/63043#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Dokaben"@en,
        "ドカベン"@ja,
        "Dokaben"@ja-latn ;
    mo:performance_of <album/63043#musicalwork> ;
    mo:performer <artist/15078#subject>,
        <artist/19069#subject>,
        <artist/24330#subject>,
        <artist/24476#subject>,
        <artist/4274#subject> ;
    mo:recorded_as <album/63043#musicalexpression> ;
    schema:byArtist <artist/15078#subject>,
        <artist/19069#subject>,
        <artist/24330#subject>,
        <artist/24476#subject>,
        <artist/4274#subject> ;
    schema:name "Dokaben"@en,
        "ドカベン"@ja,
        "Dokaben"@ja-latn ;
    schema:workPerformed <album/63043#musicalwork> .

<album/63043#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1977-08-01"^^xsd:date ;
    dcterms:title "Dokaben"@en,
        "ドカベン"@ja,
        "Dokaben"@ja-latn ;
    mo:catalogue_number "CEK-613" ;
    mo:media_type "Cassette" ;
    mo:publication_of <album/63043#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Dokaben"@en ;
            foaf:name "Dokaben"@en ] ;
    schema:byArtist <artist/15078#subject>,
        <artist/19069#subject>,
        <artist/24330#subject>,
        <artist/24476#subject>,
        <artist/4274#subject> ;
    schema:datePublished "1977-08-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/34/63043/63043-1479484290.jpg> ;
    schema:name "Dokaben"@en,
        "ドカベン"@ja,
        "Dokaben"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/34/63043/63043-1479484290.jpg> .

_:N0dfff874ead54374a0cbc756cc3036c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "男は岩鬼"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "男は岩鬼"@ja .

_:N25ad934b22ae4e39888e0aed64587065 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ああ甲子園"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "ああ甲子園"@ja .

_:N27c5f87301654545ad896d9c8ddc4f0c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "仲間たち"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "仲間たち"@ja .

_:N37fbf6055486498194534438df9547a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "小さな巨人里中くん"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "小さな巨人里中くん"@ja .

_:N3a582863c88b454a9406f732e2cb2e44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ホームランソング"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "ホームランソング"@ja .

_:N9986398a45cb41008c1c702745d246c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "光る青春今ここに"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "光る青春今ここに"@ja .

_:Nb27e66bfc5a24e0ab4d9cd3b9ee32fb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ああ青春よいつまでも"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "ああ青春よいつまでも"@ja .

_:Nc5335154e12e487e9a5c1619c19c631d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "殿馬ずら"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "殿馬ずら"@ja .

_:Nd055f7334ea349d8abf2abb1588273e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "野球小唄"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "野球小唄"@ja .

_:Nd7a4cd7899d242b08f672674eda3ee58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "がんばれドカベン"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nacb6d09c70254c0db4176cc8fac9c401 ;
    schema:name "がんばれドカベン"@ja .

_:Nacb6d09c70254c0db4176cc8fac9c401 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0dfff874ead54374a0cbc756cc3036c1,
        _:N25ad934b22ae4e39888e0aed64587065,
        _:N27c5f87301654545ad896d9c8ddc4f0c,
        _:N37fbf6055486498194534438df9547a9,
        _:N3a582863c88b454a9406f732e2cb2e44,
        _:N9986398a45cb41008c1c702745d246c7,
        _:Nb27e66bfc5a24e0ab4d9cd3b9ee32fb5,
        _:Nc5335154e12e487e9a5c1619c19c631d,
        _:Nd055f7334ea349d8abf2abb1588273e8,
        _:Nd7a4cd7899d242b08f672674eda3ee58 ;
    mo:track_count 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0dfff874ead54374a0cbc756cc3036c1,
        _:N25ad934b22ae4e39888e0aed64587065,
        _:N27c5f87301654545ad896d9c8ddc4f0c,
        _:N37fbf6055486498194534438df9547a9,
        _:N3a582863c88b454a9406f732e2cb2e44,
        _:N9986398a45cb41008c1c702745d246c7,
        _:Nb27e66bfc5a24e0ab4d9cd3b9ee32fb5,
        _:Nc5335154e12e487e9a5c1619c19c631d,
        _:Nd055f7334ea349d8abf2abb1588273e8,
        _:Nd7a4cd7899d242b08f672674eda3ee58 .

