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

<artist/10068#subject> a schema:Person,
        foaf:Person ;
    schema:name "RD"@en ;
    foaf:made <album/49042#subject>,
        <album/49042#vocals> ;
    foaf:name "RD"@en .

<artist/6886#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yui Nishiwaki"@en,
        "西脇唯"@ja ;
    foaf:made <album/49042#lyrics>,
        <album/49042#subject> ;
    foaf:name "Yui Nishiwaki"@en,
        "西脇唯"@ja .

<artist/8022#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroshi Yamada"@en,
        "山田ひろし"@ja ;
    foaf:made <album/49042#lyrics>,
        <album/49042#subject> ;
    foaf:name "Hiroshi Yamada"@en,
        "山田ひろし"@ja .

<artist/13616#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49042#subject> ;
    schema:name "Kenzi Morooka"@en,
        "諸岡ケンジ"@ja ;
    foaf:made <album/49042#composition>,
        <album/49042#subject> ;
    foaf:name "Kenzi Morooka"@en,
        "諸岡ケンジ"@ja .

<artist/221#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49042#subject> ;
    schema:name "Sage Koizumi"@en,
        "小泉誠司"@ja ;
    foaf:made <album/49042#composition>,
        <album/49042#subject> ;
    foaf:name "Sage Koizumi"@en,
        "小泉誠司"@ja .

<product/1404#subject> a schema:CreativeWork ;
    schema:name "Mobile Suit V Gundam"@en,
        "機動戦士Vガンダム"@ja,
        "Kidou Senshi Victory Gundam"@ja-latn ;
    foaf:name "Mobile Suit V Gundam"@en,
        "機動戦士Vガンダム"@ja,
        "Kidou Senshi Victory Gundam"@ja-latn .

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

<album/49042#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Don't Stop! Carry On! / RD"@en,
        "Don't Stop! Carry On! / RD"@ja,
        "Don't Stop! Carry On! / RD"@ja-latn ;
    mo:performance_of <album/49042#musicalwork> ;
    mo:recorded_as <album/49042#musicalexpression> ;
    schema:name "Don't Stop! Carry On! / RD"@en,
        "Don't Stop! Carry On! / RD"@ja,
        "Don't Stop! Carry On! / RD"@ja-latn ;
    schema:workPerformed <album/49042#musicalwork> .

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

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

<https://media.vgm.io/albums/24/49042/49042-0b5fc9a9c19e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/49042#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/24/49042/49042-0b5fc9a9c19e.jpg> ;
    foaf:depicts <album/49042#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/24/49042/49042-0b5fc9a9c19e.jpg> .

<https://medium-media.vgm.io/albums/24/49042/49042-0b5fc9a9c19e.jpg> a schema:ImageObject,
        foaf:Image .

<album/49042#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Don't Stop! Carry On! / RD"@en,
        "Don't Stop! Carry On! / RD"@ja,
        "Don't Stop! Carry On! / RD"@ja-latn ;
    mo:composer <artist/13616#subject>,
        <artist/221#subject> ;
    mo:produced_work <album/49042#musicalwork> ;
    schema:name "Don't Stop! Carry On! / RD"@en,
        "Don't Stop! Carry On! / RD"@ja,
        "Don't Stop! Carry On! / RD"@ja-latn .

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

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

<album/49042#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1993-11-03"^^xsd:date ;
    dcterms:title "Don't Stop! Carry On! / RD"@en,
        "Don't Stop! Carry On! / RD"@ja,
        "Don't Stop! Carry On! / RD"@ja-latn ;
    mo:catalogue_number "KIDS-157" ;
    mo:media_type "Mini CD" ;
    mo:publication_of <album/49042#musicalexpression> ;
    mo:publisher <org/4#subject> ;
    mo:record _:N313834fbbe4f4392bb670d7cbd2e5011 ;
    mo:record_count 1 ;
    schema:about <product/1404#subject> ;
    schema:datePublished "1993-11-03"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/24/49042/49042-0b5fc9a9c19e.jpg> ;
    schema:name "Don't Stop! Carry On! / RD"@en,
        "Don't Stop! Carry On! / RD"@ja,
        "Don't Stop! Carry On! / RD"@ja-latn ;
    schema:publisher <org/4#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/49042/49042-0b5fc9a9c19e.jpg> .

_:N15a8cee091924bd7b266b22118d99fd7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Don't Stop! Carry On! (Karaoke)"@en,
        "Don't Stop! Carry On! (カラオケ)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N313834fbbe4f4392bb670d7cbd2e5011 ;
    schema:name "Don't Stop! Carry On! (Karaoke)"@en,
        "Don't Stop! Carry On! (カラオケ)"@ja .

_:N8b07dc4abee546279c31a8dca71cb352 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "COOL'S CLOWN"@en,
        "COOL'S CLOWN"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N313834fbbe4f4392bb670d7cbd2e5011 ;
    schema:name "COOL'S CLOWN"@en,
        "COOL'S CLOWN"@ja .

_:Ndf3c32d453a84cfe889fea3e936188b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Don't Stop! Carry On!"@en,
        "Don't Stop! Carry On!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N313834fbbe4f4392bb670d7cbd2e5011 ;
    schema:name "Don't Stop! Carry On!"@en,
        "Don't Stop! Carry On!"@ja .

_:N313834fbbe4f4392bb670d7cbd2e5011 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N15a8cee091924bd7b266b22118d99fd7,
        _:N8b07dc4abee546279c31a8dca71cb352,
        _:Ndf3c32d453a84cfe889fea3e936188b7 ;
    mo:track_count 3 ;
    schema:duration "PT11:59"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N15a8cee091924bd7b266b22118d99fd7,
        _:N8b07dc4abee546279c31a8dca71cb352,
        _:Ndf3c32d453a84cfe889fea3e936188b7 .

