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

<artist/17964#subject> a schema:Person,
        foaf:Person ;
    schema:name "MIZUE"@en ;
    foaf:made <album/12801#lyrics>,
        <album/12801#subject> ;
    foaf:name "MIZUE"@en .

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

<artist/11244#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/12801#subject> ;
    schema:name "Yoji Noi"@en,
        "野井洋児"@ja ;
    foaf:made <album/12801#composition>,
        <album/12801#subject> ;
    foaf:name "Yoji Noi"@en,
        "野井洋児"@ja .

<artist/8119#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/12801#subject> ;
    schema:name "Hiroo Yamaguchi"@en,
        "山口寛雄"@ja ;
    foaf:made <album/12801#composition>,
        <album/12801#subject> ;
    foaf:name "Hiroo Yamaguchi"@en,
        "山口寛雄"@ja .

<product/24883#subject> a schema:CreativeWork ;
    schema:name "Ninety-Nine Nights"@en,
        "ナインティ ナイン ナイツ"@ja,
        "Ninety-Nine Nights"@ja-latn ;
    foaf:name "Ninety-Nine Nights"@en,
        "ナインティ ナイン ナイツ"@ja,
        "Ninety-Nine Nights"@ja-latn .

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

<org/222#subject> schema:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn ;
    foaf:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn .

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

<https://medium-media.vgm.io/albums/10/12801/12801-1238590158.jpg> a schema:ImageObject,
        foaf:Image .

<album/12801#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@en,
        "七色の明日 ~brand new beat~ / BoA"@ja,
        "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@ja-latn ;
    mo:composer <artist/11244#subject>,
        <artist/8119#subject> ;
    mo:produced_work <album/12801#musicalwork> ;
    schema:name "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@en,
        "七色の明日 ~brand new beat~ / BoA"@ja,
        "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@ja-latn .

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

<album/12801#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@en,
        "七色の明日 ~brand new beat~ / BoA"@ja,
        "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@ja-latn ;
    mo:performance_of <album/12801#musicalwork> ;
    mo:performer <artist/7022#subject> ;
    mo:recorded_as <album/12801#musicalexpression> ;
    schema:byArtist <artist/7022#subject> ;
    schema:name "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@en,
        "七色の明日 ~brand new beat~ / BoA"@ja,
        "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@ja-latn ;
    schema:workPerformed <album/12801#musicalwork> .

<artist/7022#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12801#performance> ;
    schema:name "BoA"@en ;
    foaf:made <album/12801#lyrics>,
        <album/12801#subject> ;
    foaf:name "BoA"@en .

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

<album/12801#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-04-05"^^xsd:date ;
    dcterms:title "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@en,
        "七色の明日 ~brand new beat~ / BoA"@ja,
        "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@ja-latn ;
    mo:catalogue_number "AVCD-30963/B" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/12801#musicalexpression> ;
    mo:publisher <org/222#subject> ;
    mo:record _:Na2af85ebf82b48438522c257352eb74e ;
    mo:record_count 1 ;
    schema:about <product/24883#subject> ;
    schema:byArtist <artist/7022#subject> ;
    schema:datePublished "2006-04-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/12801/12801-1238590158.jpg> ;
    schema:name "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@en,
        "七色の明日 ~brand new beat~ / BoA"@ja,
        "Nanairo no Ashita ~brand new beat~ / BoA [CD+DVD]"@ja-latn ;
    schema:publisher <org/222#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/12801/12801-1238590158.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Satomi"@en ;
    foaf:made <album/12801#lyrics> ;
    foaf:name "Satomi"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Satomi"@en ;
    foaf:made <album/12801#subject> ;
    foaf:name "Satomi"@en .

_:N03968f74aac8422eb9978f7f351ca177 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Your Color (TV Mix)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:Na2af85ebf82b48438522c257352eb74e ;
    schema:name "Your Color (TV Mix)"@ja .

_:N8d6dc6eac57747a7802d8a0e570343ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "七色の明日~Brand New Beat~ (TV Mix)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Na2af85ebf82b48438522c257352eb74e ;
    schema:name "七色の明日~Brand New Beat~ (TV Mix)"@ja .

_:Nc934c0070dc04afba1a64bc0d0621d97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Your Color"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Na2af85ebf82b48438522c257352eb74e ;
    schema:name "Your Color"@ja .

_:Nfc9f8a836c5d483990a6e103dafecdf7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "七色の明日~Brand New Beat~"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Na2af85ebf82b48438522c257352eb74e ;
    schema:name "七色の明日~Brand New Beat~"@ja .

_:Na2af85ebf82b48438522c257352eb74e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03968f74aac8422eb9978f7f351ca177,
        _:N8d6dc6eac57747a7802d8a0e570343ee,
        _:Nc934c0070dc04afba1a64bc0d0621d97,
        _:Nfc9f8a836c5d483990a6e103dafecdf7 ;
    mo:track_count 4 ;
    schema:duration "PT18:58"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N03968f74aac8422eb9978f7f351ca177,
        _:N8d6dc6eac57747a7802d8a0e570343ee,
        _:Nc934c0070dc04afba1a64bc0d0621d97,
        _:Nfc9f8a836c5d483990a6e103dafecdf7 .

