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

<artist/10049#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takahiro Maeda"@en,
        "前田たかひろ"@ja ;
    foaf:made <album/50387#lyrics>,
        <album/50387#subject> ;
    foaf:name "Takahiro Maeda"@en,
        "前田たかひろ"@ja .

<artist/20326#subject> a schema:Person,
        foaf:Person ;
    schema:name "May J."@en,
        "メイ・ジェイ"@ja ;
    foaf:made <album/50387#lyrics>,
        <album/50387#subject>,
        <album/50387#vocals> ;
    foaf:name "May J."@en,
        "メイ・ジェイ"@ja .

<artist/6444#subject> a schema:Person,
        foaf:Person ;
    schema:name "Natsumi Watanabe"@en,
        "渡辺なつみ"@ja ;
    foaf:made <album/50387#lyrics>,
        <album/50387#subject> ;
    foaf:name "Natsumi Watanabe"@en,
        "渡辺なつみ"@ja .

<artist/13633#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50387#subject> ;
    schema:name "youthK Saeki"@en,
        "佐伯youthK"@ja ;
    foaf:made <album/50387#composition>,
        <album/50387#subject> ;
    foaf:name "youthK Saeki"@en,
        "佐伯youthK"@ja .

<artist/1789#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50387#subject> ;
    schema:name "Kazuhiro Hara"@en,
        "原一博"@ja ;
    foaf:made <album/50387#composition>,
        <album/50387#subject> ;
    foaf:name "Kazuhiro Hara"@en,
        "原一博"@ja .

<artist/20359#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50387#subject> ;
    schema:name "Katsuhiko Sugiyama"@en,
        "杉山勝彦"@ja ;
    foaf:made <album/50387#composition>,
        <album/50387#subject> ;
    foaf:name "Katsuhiko Sugiyama"@en,
        "杉山勝彦"@ja .

<artist/6116#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50387#subject> ;
    schema:name "Yugo Kanno"@en,
        "菅野祐悟"@ja ;
    foaf:made <album/50387#composition>,
        <album/50387#subject> ;
    foaf:name "Yugo Kanno"@en,
        "菅野祐悟"@ja .

<product/3145#subject> a schema:CreativeWork ;
    schema:name "Gundam Reconguista in G"@en,
        "ガンダム Gのレコンギスタ"@ja,
        "Gundam G no Reconguista"@ja-latn ;
    foaf:name "Gundam Reconguista in G"@en,
        "ガンダム Gのレコンギスタ"@ja,
        "Gundam G no Reconguista"@ja-latn .

<product/3243#subject> a schema:CreativeWork ;
    schema:name "GOD EATER 2 RAGE BURST"@en,
        "ゴッドイーター2 レイジバースト"@ja,
        "GOD EATER 2 RAGE BURST"@ja-latn ;
    foaf:name "GOD EATER 2 RAGE BURST"@en,
        "ゴッドイーター2 レイジバースト"@ja,
        "GOD EATER 2 RAGE BURST"@ja-latn .

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

<album/50387#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ReBirth / May J."@en,
        "ReBirth / May J."@ja,
        "ReBirth / May J."@ja-latn ;
    mo:performance_of <album/50387#musicalwork> ;
    mo:recorded_as <album/50387#musicalexpression> ;
    schema:name "ReBirth / May J."@en,
        "ReBirth / May J."@ja,
        "ReBirth / May J."@ja-latn ;
    schema:workPerformed <album/50387#musicalwork> .

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

<org/1037#subject> schema:name "rhythm zone"@en,
        "rhythm zone"@ja,
        "rhythm zone"@ja-latn ;
    foaf:name "rhythm zone"@en,
        "rhythm zone"@ja,
        "rhythm zone"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/50387/50387-1423390538.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/50387#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ReBirth / May J."@en,
        "ReBirth / May J."@ja,
        "ReBirth / May J."@ja-latn ;
    mo:composer <artist/13633#subject>,
        <artist/1789#subject>,
        <artist/20359#subject>,
        <artist/6116#subject> ;
    mo:produced_work <album/50387#musicalwork> ;
    schema:name "ReBirth / May J."@en,
        "ReBirth / May J."@ja,
        "ReBirth / May J."@ja-latn .

<album/50387#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-02-25"^^xsd:date ;
    dcterms:title "ReBirth / May J."@en,
        "ReBirth / May J."@ja,
        "ReBirth / May J."@ja-latn ;
    mo:catalogue_number "RZCD-59861" ;
    mo:media_type "CD" ;
    mo:publication_of <album/50387#musicalexpression> ;
    mo:publisher <org/1037#subject> ;
    mo:record _:N0edddc74403f453194ba259843fe715f ;
    mo:record_count 1 ;
    schema:about <product/3145#subject>,
        <product/3243#subject> ;
    schema:datePublished "2015-02-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/50387/50387-1423390538.jpg> ;
    schema:name "ReBirth / May J."@en,
        "ReBirth / May J."@ja,
        "ReBirth / May J."@ja-latn ;
    schema:publisher <org/1037#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/50387/50387-1423390538.jpg> .

_:N56a679a7bab74ed78e157cc7ce27e712 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wishes come true -咲き誇る花たちに- [Off Vocal]"@ja,
        "Wishes come true -Sakihokoru Hanatachi ni- [Off Vocal]"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "Wishes come true -咲き誇る花たちに- [Off Vocal]"@ja,
        "Wishes come true -Sakihokoru Hanatachi ni- [Off Vocal]"@ja-latn .

_:N5bf9d68e2e024d379a82df0c96cbf5d6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ふたりのまほう"@ja,
        "Futari no Mahou"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "ふたりのまほう"@ja,
        "Futari no Mahou"@ja-latn .

_:N6ebff1c772324390a4a0f0a2a4f8bb99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wishes come true -咲き誇る花たちに-"@ja,
        "Wishes come true -Sakihokoru Hanatachi ni-"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "Wishes come true -咲き誇る花たちに-"@ja,
        "Wishes come true -Sakihokoru Hanatachi ni-"@ja-latn .

_:Naa76c7afc3784149ab5f64de6a68d252 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "So Beautiful"@ja,
        "So Beautiful"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "So Beautiful"@ja,
        "So Beautiful"@ja-latn .

_:Naa89ab7e47ba4de9b9c4dae83e0c38f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "So Beautiful [Off Vocal]"@ja,
        "So Beautiful [Off Vocal]"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "So Beautiful [Off Vocal]"@ja,
        "So Beautiful [Off Vocal]"@ja-latn .

_:Nbb846e11ff7042d2a32e15cab40badc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ふたりのまほう [Off Vocal]"@ja,
        "Futari no Mahou [Off Vocal]"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "ふたりのまほう [Off Vocal]"@ja,
        "Futari no Mahou [Off Vocal]"@ja-latn .

_:Nbdb6dd9315e448548936efc5976dfb4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Faith"@ja,
        "Faith"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "Faith"@ja,
        "Faith"@ja-latn .

_:Ne03a1a3c214647b3b882939e4460641b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Faith [Off Vocal]"@ja,
        "Faith [Off Vocal]"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N0edddc74403f453194ba259843fe715f ;
    schema:name "Faith [Off Vocal]"@ja,
        "Faith [Off Vocal]"@ja-latn .

_:N0edddc74403f453194ba259843fe715f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N56a679a7bab74ed78e157cc7ce27e712,
        _:N5bf9d68e2e024d379a82df0c96cbf5d6,
        _:N6ebff1c772324390a4a0f0a2a4f8bb99,
        _:Naa76c7afc3784149ab5f64de6a68d252,
        _:Naa89ab7e47ba4de9b9c4dae83e0c38f8,
        _:Nbb846e11ff7042d2a32e15cab40badc1,
        _:Nbdb6dd9315e448548936efc5976dfb4b,
        _:Ne03a1a3c214647b3b882939e4460641b ;
    mo:track_count 8 ;
    schema:duration "PT32:56"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N56a679a7bab74ed78e157cc7ce27e712,
        _:N5bf9d68e2e024d379a82df0c96cbf5d6,
        _:N6ebff1c772324390a4a0f0a2a4f8bb99,
        _:Naa76c7afc3784149ab5f64de6a68d252,
        _:Naa89ab7e47ba4de9b9c4dae83e0c38f8,
        _:Nbb846e11ff7042d2a32e15cab40badc1,
        _:Nbdb6dd9315e448548936efc5976dfb4b,
        _:Ne03a1a3c214647b3b882939e4460641b .

