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

<artist/15368#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yumi Uchimura"@en,
        "内村友美"@ja ;
    foaf:made <album/29883#lyrics>,
        <album/29883#subject> ;
    foaf:name "Yumi Uchimura"@en,
        "内村友美"@ja .

<artist/3408#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takashi Matsumoto"@en,
        "松本隆"@ja ;
    foaf:made <album/29883#lyrics>,
        <album/29883#subject> ;
    foaf:name "Takashi Matsumoto"@en,
        "松本隆"@ja .

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

<artist/1642#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29883#subject> ;
    schema:name "Yukihiro Takahashi"@en,
        "高橋幸宏"@ja ;
    foaf:made <album/29883#composition>,
        <album/29883#subject> ;
    foaf:name "Yukihiro Takahashi"@en,
        "高橋幸宏"@ja .

<artist/185#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29883#subject> ;
    schema:name "Ryuichi Sakamoto"@en,
        "坂本龍一"@ja ;
    foaf:made <album/29883#composition>,
        <album/29883#subject> ;
    foaf:name "Ryuichi Sakamoto"@en,
        "坂本龍一"@ja .

<artist/845#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29883#subject> ;
    schema:name "Haruomi Hosono"@en,
        "細野晴臣"@ja ;
    foaf:made <album/29883#composition>,
        <album/29883#subject> ;
    foaf:name "Haruomi Hosono"@en,
        "細野晴臣"@ja .

<artist/9684#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29883#subject> ;
    schema:name "Ryo Eguchi"@en,
        "江口亮"@ja ;
    foaf:made <album/29883#composition>,
        <album/29883#lyrics>,
        <album/29883#subject> ;
    foaf:name "Ryo Eguchi"@en,
        "江口亮"@ja .

<product/5094#subject> a schema:CreativeWork ;
    schema:name "UN-GO"@en,
        "アンゴ"@ja,
        "UN-GO"@ja-latn ;
    foaf:name "UN-GO"@en,
        "アンゴ"@ja,
        "UN-GO"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/38/29883/29883-1321298256.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/29883#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "How to go / School Food Punishment"@en,
        "How to go / School Food Punishment"@ja,
        "How to go / School Food Punishment"@ja-latn ;
    mo:performance_of <album/29883#musicalwork> ;
    mo:performer <artist/11856#subject> ;
    mo:recorded_as <album/29883#musicalexpression> ;
    schema:byArtist <artist/11856#subject> ;
    schema:name "How to go / School Food Punishment"@en,
        "How to go / School Food Punishment"@ja,
        "How to go / School Food Punishment"@ja-latn ;
    schema:workPerformed <album/29883#musicalwork> .

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

<artist/11856#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29883#subject> ;
    mo:performed <album/29883#performance> ;
    schema:name "School Food Punishment"@en ;
    foaf:made <album/29883#composition>,
        <album/29883#subject> ;
    foaf:name "School Food Punishment"@en .

<album/29883#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "How to go / School Food Punishment"@en,
        "How to go / School Food Punishment"@ja,
        "How to go / School Food Punishment"@ja-latn ;
    mo:composer <artist/11856#subject>,
        <artist/1642#subject>,
        <artist/185#subject>,
        <artist/845#subject>,
        <artist/9684#subject> ;
    mo:produced_work <album/29883#musicalwork> ;
    schema:name "How to go / School Food Punishment"@en,
        "How to go / School Food Punishment"@ja,
        "How to go / School Food Punishment"@ja-latn .

<album/29883#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-07"^^xsd:date ;
    dcterms:title "How to go / School Food Punishment"@en,
        "How to go / School Food Punishment"@ja,
        "How to go / School Food Punishment"@ja-latn ;
    mo:catalogue_number "ESCL-3785" ;
    mo:media_type "CD" ;
    mo:publication_of <album/29883#musicalexpression> ;
    mo:publisher <org/648#subject> ;
    mo:record _:Nc03780be4cbb4c08941ad9a1c687ef80 ;
    mo:record_count 1 ;
    schema:about <product/5094#subject> ;
    schema:byArtist <artist/11856#subject> ;
    schema:datePublished "2011-12-07"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/38/29883/29883-1321298256.jpg> ;
    schema:name "How to go / School Food Punishment"@en,
        "How to go / School Food Punishment"@ja,
        "How to go / School Food Punishment"@ja-latn ;
    schema:publisher <org/648#subject> ;
    foaf:depiction <https://media.vgm.io/albums/38/29883/29883-1321298256.jpg> .

_:N58a85a77f2b74c3489762b9e209e4a33 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "帰る"@ja,
        "Kaeru"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Nc03780be4cbb4c08941ad9a1c687ef80 ;
    schema:name "帰る"@ja,
        "Kaeru"@ja-latn .

_:N85f02f3374654474a8af5b2193ced25a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "How to go"@ja,
        "How to go"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:Nc03780be4cbb4c08941ad9a1c687ef80 ;
    schema:name "How to go"@ja,
        "How to go"@ja-latn .

_:Nb1449fd9246740bbac627d16fc0a7c22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君に、胸キュン。"@ja,
        "Kimi ni, Mune Kyun."@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:Nc03780be4cbb4c08941ad9a1c687ef80 ;
    schema:name "君に、胸キュン。"@ja,
        "Kimi ni, Mune Kyun."@ja-latn .

_:Nc03780be4cbb4c08941ad9a1c687ef80 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N58a85a77f2b74c3489762b9e209e4a33,
        _:N85f02f3374654474a8af5b2193ced25a,
        _:Nb1449fd9246740bbac627d16fc0a7c22 ;
    mo:track_count 3 ;
    schema:duration "PT13:37"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N58a85a77f2b74c3489762b9e209e4a33,
        _:N85f02f3374654474a8af5b2193ced25a,
        _:Nb1449fd9246740bbac627d16fc0a7c22 .

