@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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    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> .

_:N11deb4e725144ae4b1fec0605a95cabf 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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    schema:name "Faith [Off Vocal]"@ja,
        "Faith [Off Vocal]"@ja-latn .

_:N2e0a4bacfd054dd091599f5dbd08dc43 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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    schema:name "Wishes come true -咲き誇る花たちに- [Off Vocal]"@ja,
        "Wishes come true -Sakihokoru Hanatachi ni- [Off Vocal]"@ja-latn .

_:N3321c0d57b7348c885ca3489e30f2c54 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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    schema:name "ふたりのまほう"@ja,
        "Futari no Mahou"@ja-latn .

_:N44f7ad45f725452090b27aae53b0b809 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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    schema:name "Wishes come true -咲き誇る花たちに-"@ja,
        "Wishes come true -Sakihokoru Hanatachi ni-"@ja-latn .

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

_:Na8446ea7ef3848d38935280a3f301da9 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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    schema:name "ふたりのまほう [Off Vocal]"@ja,
        "Futari no Mahou [Off Vocal]"@ja-latn .

_:Nb35e76e0e4e64b42b6724c0d5680a16a 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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    schema:name "So Beautiful [Off Vocal]"@ja,
        "So Beautiful [Off Vocal]"@ja-latn .

_:Nd044db10adea45c38fb46760cbb824bb 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 _:Nbc9fc42472da4a538b6b852155ab680c ;
    schema:name "So Beautiful"@ja,
        "So Beautiful"@ja-latn .

_:Nbc9fc42472da4a538b6b852155ab680c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N11deb4e725144ae4b1fec0605a95cabf,
        _:N2e0a4bacfd054dd091599f5dbd08dc43,
        _:N3321c0d57b7348c885ca3489e30f2c54,
        _:N44f7ad45f725452090b27aae53b0b809,
        _:N710de87211804df79f09d435601f2c62,
        _:Na8446ea7ef3848d38935280a3f301da9,
        _:Nb35e76e0e4e64b42b6724c0d5680a16a,
        _:Nd044db10adea45c38fb46760cbb824bb ;
    mo:track_count 8 ;
    schema:duration "PT32:56"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N11deb4e725144ae4b1fec0605a95cabf,
        _:N2e0a4bacfd054dd091599f5dbd08dc43,
        _:N3321c0d57b7348c885ca3489e30f2c54,
        _:N44f7ad45f725452090b27aae53b0b809,
        _:N710de87211804df79f09d435601f2c62,
        _:Na8446ea7ef3848d38935280a3f301da9,
        _:Nb35e76e0e4e64b42b6724c0d5680a16a,
        _:Nd044db10adea45c38fb46760cbb824bb .

