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

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

<product/1350#subject> a schema:CreativeWork ;
    schema:name "Inuyasha"@en,
        "犬夜叉"@ja,
        "Inuyasha"@ja-latn ;
    foaf:name "Inuyasha"@en,
        "犬夜叉"@ja,
        "Inuyasha"@ja-latn .

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

<album/45504#musicalexpression> a mo:Signal ;
    mo:published_as <album/45504#subject> ;
    mo:records <album/45504#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/40/45504/45504-0b744aec2427.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/45504#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/40/45504/45504-0b744aec2427.jpg> ;
    foaf:depicts <album/45504#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/40/45504/45504-0b744aec2427.jpg> .

<https://medium-media.vgm.io/albums/40/45504/45504-0b744aec2427.jpg> a schema:ImageObject,
        foaf:Image .

<album/45504#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "DAY STAR / day after tomorrow"@en,
        "DAY STAR / day after tomorrow"@ja,
        "DAY STAR / day after tomorrow"@ja-latn ;
    mo:composer <artist/3650#subject>,
        <artist/3910#subject> ;
    mo:produced_work <album/45504#musicalwork> ;
    schema:name "DAY STAR / day after tomorrow"@en,
        "DAY STAR / day after tomorrow"@ja,
        "DAY STAR / day after tomorrow"@ja-latn .

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

<artist/12547#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45504#performance> ;
    schema:name "Tomoki Ishizuka"@en,
        "石塚知生"@ja ;
    foaf:name "Tomoki Ishizuka"@en,
        "石塚知生"@ja .

<artist/3648#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45504#performance> ;
    schema:name "day after tomorrow"@en ;
    foaf:name "day after tomorrow"@en .

<artist/3649#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45504#performance> ;
    schema:name "Mitsuru Igarashi"@en,
        "五十嵐充"@ja ;
    foaf:name "Mitsuru Igarashi"@en,
        "五十嵐充"@ja .

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

<artist/7985#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45504#performance> ;
    schema:name "Kaoru Kato"@en,
        "加藤薫"@ja ;
    foaf:name "Kaoru Kato"@en,
        "加藤薫"@ja .

<artist/3650#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45504#subject> ;
    mo:performed <album/45504#performance> ;
    schema:name "Daisuke Suzuki"@en,
        "鈴木大輔"@ja ;
    foaf:made <album/45504#composition>,
        <album/45504#subject> ;
    foaf:name "Daisuke Suzuki"@en,
        "鈴木大輔"@ja .

<artist/3910#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45504#subject> ;
    mo:performed <album/45504#performance> ;
    schema:name "Masato Kitano"@en,
        "北野正人"@ja ;
    foaf:made <album/45504#composition>,
        <album/45504#subject> ;
    foaf:name "Masato Kitano"@en,
        "北野正人"@ja .

<album/45504#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "DAY STAR / day after tomorrow"@en,
        "DAY STAR / day after tomorrow"@ja,
        "DAY STAR / day after tomorrow"@ja-latn ;
    mo:performance_of <album/45504#musicalwork> ;
    mo:performer <artist/12547#subject>,
        <artist/3648#subject>,
        <artist/3649#subject>,
        <artist/3650#subject>,
        <artist/3910#subject>,
        <artist/3911#subject>,
        <artist/7985#subject> ;
    mo:recorded_as <album/45504#musicalexpression> ;
    schema:byArtist <artist/12547#subject>,
        <artist/3648#subject>,
        <artist/3649#subject>,
        <artist/3650#subject>,
        <artist/3910#subject>,
        <artist/3911#subject>,
        <artist/7985#subject> ;
    schema:name "DAY STAR / day after tomorrow"@en,
        "DAY STAR / day after tomorrow"@ja,
        "DAY STAR / day after tomorrow"@ja-latn ;
    schema:workPerformed <album/45504#musicalwork> .

<album/45504#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-07-24"^^xsd:date ;
    dcterms:title "DAY STAR / day after tomorrow"@en,
        "DAY STAR / day after tomorrow"@ja,
        "DAY STAR / day after tomorrow"@ja-latn ;
    mo:catalogue_number "AVCD-30496" ;
    mo:media_type "CD" ;
    mo:publication_of <album/45504#musicalexpression> ;
    mo:publisher <org/222#subject> ;
    mo:record _:N0ad53ee0354e45d2bfccc22bc1ff9d8c ;
    mo:record_count 1 ;
    schema:about <product/1350#subject> ;
    schema:byArtist <artist/12547#subject>,
        <artist/3648#subject>,
        <artist/3649#subject>,
        <artist/3650#subject>,
        <artist/3910#subject>,
        <artist/3911#subject>,
        <artist/7985#subject> ;
    schema:datePublished "2003-07-24"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/40/45504/45504-0b744aec2427.jpg> ;
    schema:name "DAY STAR / day after tomorrow"@en,
        "DAY STAR / day after tomorrow"@ja,
        "DAY STAR / day after tomorrow"@ja-latn ;
    schema:publisher <org/222#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/45504/45504-0b744aec2427.jpg> .

_:N13bd0fab6ba34e549c30a9401214342b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CURRENT"@ja,
        "CURRENT"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:N0ad53ee0354e45d2bfccc22bc1ff9d8c ;
    schema:name "CURRENT"@ja,
        "CURRENT"@ja-latn .

_:N2b6fe8587b1f4c53999f889151df9789 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Smartly"@ja,
        "Smartly"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N0ad53ee0354e45d2bfccc22bc1ff9d8c ;
    schema:name "Smartly"@ja,
        "Smartly"@ja-latn .

_:N7360d307d8b8466b9da770faad62e9c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "イタズラなKISS"@ja,
        "Itazura na KISS"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N0ad53ee0354e45d2bfccc22bc1ff9d8c ;
    schema:name "イタズラなKISS"@ja,
        "Itazura na KISS"@ja-latn .

_:N0ad53ee0354e45d2bfccc22bc1ff9d8c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N13bd0fab6ba34e549c30a9401214342b,
        _:N2b6fe8587b1f4c53999f889151df9789,
        _:N7360d307d8b8466b9da770faad62e9c6 ;
    mo:track_count 3 ;
    schema:duration "PT14:02"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N13bd0fab6ba34e549c30a9401214342b,
        _:N2b6fe8587b1f4c53999f889151df9789,
        _:N7360d307d8b8466b9da770faad62e9c6 .

