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

<artist/38542#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoko Kuri"@en,
        "栗葉子"@ja ;
    foaf:made <album/80077#subject>,
        <album/80077#vocals> ;
    foaf:name "Yoko Kuri"@en,
        "栗葉子"@ja .

<artist/8731#subject> a schema:Person,
        foaf:Person ;
    schema:name "Susumu Ishikawa"@en,
        "石川進"@ja ;
    foaf:made <album/80077#subject>,
        <album/80077#vocals> ;
    foaf:name "Susumu Ishikawa"@en,
        "石川進"@ja .

<artist/8740#subject> a schema:Person,
        foaf:Person ;
    schema:name "Katsue Miwa"@en,
        "三輪勝恵"@ja ;
    foaf:made <album/80077#subject>,
        <album/80077#vocals> ;
    foaf:name "Katsue Miwa"@en,
        "三輪勝恵"@ja .

<artist/8741#subject> a schema:Person,
        foaf:Person ;
    schema:name "Fujiko Fujio"@en,
        "藤子不二雄"@ja ;
    foaf:made <album/80077#lyrics>,
        <album/80077#subject> ;
    foaf:name "Fujiko Fujio"@en,
        "藤子不二雄"@ja .

<artist/8743#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroshi Otake"@en,
        "大竹宏"@ja ;
    foaf:made <album/80077#subject>,
        <album/80077#vocals> ;
    foaf:name "Hiroshi Otake"@en,
        "大竹宏"@ja .

<artist/1734#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80077#subject> ;
    schema:name "Hiroshi Tsutsui"@en,
        "筒井広志"@ja ;
    foaf:made <album/80077#composition>,
        <album/80077#subject> ;
    foaf:name "Hiroshi Tsutsui"@en,
        "筒井広志"@ja .

<artist/2340#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80077#subject> ;
    schema:name "Kyohei Tsutsumi"@en,
        "筒美京平"@ja ;
    foaf:made <album/80077#composition>,
        <album/80077#subject> ;
    foaf:name "Kyohei Tsutsumi"@en,
        "筒美京平"@ja .

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

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

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

<album/80077#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Natsukashi no Music Clip (39) Perman"@en,
        "懐かしのミュージッククリップ㊴ パーマン"@ja,
        "Natsukashi no Music Clip (39) Perman"@ja-latn ;
    mo:performance_of <album/80077#musicalwork> ;
    mo:recorded_as <album/80077#musicalexpression> ;
    schema:name "Natsukashi no Music Clip (39) Perman"@en,
        "懐かしのミュージッククリップ㊴ パーマン"@ja,
        "Natsukashi no Music Clip (39) Perman"@ja-latn ;
    schema:workPerformed <album/80077#musicalwork> .

<org/2228#subject> schema:name "Toshiba RECORDS"@en,
        "東芝レコード"@ja,
        "Toshiba RECORDS"@ja-latn ;
    foaf:name "Toshiba RECORDS"@en,
        "東芝レコード"@ja,
        "Toshiba RECORDS"@ja-latn .

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

<https://medium-media.vgm.io/albums/77/80077/80077-fdfb2e175766.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/80077#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Natsukashi no Music Clip (39) Perman"@en,
        "懐かしのミュージッククリップ㊴ パーマン"@ja,
        "Natsukashi no Music Clip (39) Perman"@ja-latn ;
    mo:composer <artist/1734#subject>,
        <artist/2340#subject>,
        <artist/8738#subject> ;
    mo:produced_work <album/80077#musicalwork> ;
    schema:name "Natsukashi no Music Clip (39) Perman"@en,
        "懐かしのミュージッククリップ㊴ パーマン"@ja,
        "Natsukashi no Music Clip (39) Perman"@ja-latn .

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

<album/80077#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-03-28"^^xsd:date ;
    dcterms:title "Natsukashi no Music Clip (39) Perman"@en,
        "懐かしのミュージッククリップ㊴ パーマン"@ja,
        "Natsukashi no Music Clip (39) Perman"@ja-latn ;
    mo:catalogue_number "TOCT-10239" ;
    mo:media_type "CD" ;
    mo:publication_of <album/80077#musicalexpression> ;
    mo:publisher <org/2228#subject> ;
    mo:record _:N111e4aa24e574e698528b324c03e67fb ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Perman (1967)"@en ;
            foaf:name "Perman (1967)"@en ] ;
    schema:datePublished "1998-03-28"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/77/80077/80077-fdfb2e175766.jpg> ;
    schema:name "Natsukashi no Music Clip (39) Perman"@en,
        "懐かしのミュージッククリップ㊴ パーマン"@ja,
        "Natsukashi no Music Clip (39) Perman"@ja-latn ;
    schema:publisher <org/2228#subject> ;
    foaf:depiction <https://media.vgm.io/albums/77/80077/80077-fdfb2e175766.jpg> .

_:N055fafd39f1845e79b1d15d7ad453cdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BGMコレクション①"@ja ;
    mo:track_number 7 ;
    schema:duration "PT11:42"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "BGMコレクション①"@ja .

_:N2a26b1b7c94a46179cad5d49e2dc8f6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼくらのパーマン (エンディング・TVサイズ③)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "ぼくらのパーマン (エンディング・TVサイズ③)"@ja .

_:N2b961c3e9dc04703825268ddb28fadda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼくらのパーマン (エンディング・TVサイズ①)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:17"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "ぼくらのパーマン (エンディング・TVサイズ①)"@ja .

_:N3c36932ecb9147f6b60ec8cdae4dae0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼくらのパーマン (レコード・ヴァージョン)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "ぼくらのパーマン (レコード・ヴァージョン)"@ja .

_:N45453f0df07a41488d970fe71b7fabdb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パーマン2号はウキャキャのキャ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "パーマン2号はウキャキャのキャ"@ja .

_:N635aafbe7c094e21b4f18770768f588f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BGMコレクション②"@ja ;
    mo:track_number 8 ;
    schema:duration "PT9:46"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "BGMコレクション②"@ja .

_:N69f005638c414edc8373dbe85cb22305 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼくらのパーマン (エンディング・TVサイズ②)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "ぼくらのパーマン (エンディング・TVサイズ②)"@ja .

_:N9bf5501b58e8494ab2d8491d7d028d10 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼくらのパーマン (オープニング・TVサイズ)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT0:50"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "ぼくらのパーマン (オープニング・TVサイズ)"@ja .

_:Nf53a3f82465642d688351847fece6947 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼくらのパーマン インストゥルメンタル・コレクション"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "ぼくらのパーマン インストゥルメンタル・コレクション"@ja .

_:Nf540a26a3f234eb3a3eae3564d0d7b70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "すてきなパー子"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N111e4aa24e574e698528b324c03e67fb ;
    schema:name "すてきなパー子"@ja .

_:N111e4aa24e574e698528b324c03e67fb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N055fafd39f1845e79b1d15d7ad453cdc,
        _:N2a26b1b7c94a46179cad5d49e2dc8f6d,
        _:N2b961c3e9dc04703825268ddb28fadda,
        _:N3c36932ecb9147f6b60ec8cdae4dae0f,
        _:N45453f0df07a41488d970fe71b7fabdb,
        _:N635aafbe7c094e21b4f18770768f588f,
        _:N69f005638c414edc8373dbe85cb22305,
        _:N9bf5501b58e8494ab2d8491d7d028d10,
        _:Nf53a3f82465642d688351847fece6947,
        _:Nf540a26a3f234eb3a3eae3564d0d7b70 ;
    mo:track_count 10 ;
    schema:duration "PT39:05"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N055fafd39f1845e79b1d15d7ad453cdc,
        _:N2a26b1b7c94a46179cad5d49e2dc8f6d,
        _:N2b961c3e9dc04703825268ddb28fadda,
        _:N3c36932ecb9147f6b60ec8cdae4dae0f,
        _:N45453f0df07a41488d970fe71b7fabdb,
        _:N635aafbe7c094e21b4f18770768f588f,
        _:N69f005638c414edc8373dbe85cb22305,
        _:N9bf5501b58e8494ab2d8491d7d028d10,
        _:Nf53a3f82465642d688351847fece6947,
        _:Nf540a26a3f234eb3a3eae3564d0d7b70 .

