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

<artist/4496#subject> a schema:Person,
        foaf:Person ;
    schema:name "Anju Mana"@en,
        "真名杏樹"@ja ;
    foaf:made <album/8804#lyrics>,
        <album/8804#subject> ;
    foaf:name "Anju Mana"@en,
        "真名杏樹"@ja .

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

<artist/3030#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8804#subject> ;
    schema:name "Susumu Nishikawa"@en,
        "西川進"@ja ;
    foaf:made <album/8804#composition>,
        <album/8804#subject> ;
    foaf:name "Susumu Nishikawa"@en,
        "西川進"@ja .

<artist/5527#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8804#subject> ;
    schema:name "Mayo Okamoto"@en,
        "岡本真夜"@ja ;
    foaf:made <album/8804#composition>,
        <album/8804#lyrics>,
        <album/8804#subject> ;
    foaf:name "Mayo Okamoto"@en,
        "岡本真夜"@ja .

<product/557#subject> a schema:CreativeWork ;
    schema:name "Tales of the Tempest"@en,
        "テイルズ オブ ザ テンペスト"@ja,
        "Tales of the Tempest"@ja-latn ;
    foaf:name "Tales of the Tempest"@en,
        "テイルズ オブ ザ テンペスト"@ja,
        "Tales of the Tempest"@ja-latn .

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

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

<album/8804#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lovely♡Cat's Eye / misono"@en,
        "ラブリー♡キャッツアイ / misono"@ja,
        "Lovely♡Cat's Eye / misono"@ja-latn ;
    mo:composer <artist/3030#subject>,
        <artist/5527#subject> ;
    mo:produced_work <album/8804#musicalwork> ;
    schema:name "Lovely♡Cat's Eye / misono"@en,
        "ラブリー♡キャッツアイ / misono"@ja,
        "Lovely♡Cat's Eye / misono"@ja-latn .

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

<album/8804#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lovely♡Cat's Eye / misono"@en,
        "ラブリー♡キャッツアイ / misono"@ja,
        "Lovely♡Cat's Eye / misono"@ja-latn ;
    mo:performance_of <album/8804#musicalwork> ;
    mo:performer <artist/3911#subject> ;
    mo:recorded_as <album/8804#musicalexpression> ;
    schema:byArtist <artist/3911#subject> ;
    schema:name "Lovely♡Cat's Eye / misono"@en,
        "ラブリー♡キャッツアイ / misono"@ja,
        "Lovely♡Cat's Eye / misono"@ja-latn ;
    schema:workPerformed <album/8804#musicalwork> .

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

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

<album/8804#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-11-01"^^xsd:date ;
    dcterms:title "Lovely♡Cat's Eye / misono"@en,
        "ラブリー♡キャッツアイ / misono"@ja,
        "Lovely♡Cat's Eye / misono"@ja-latn ;
    mo:catalogue_number "AVCD-31088" ;
    mo:media_type "CD" ;
    mo:publication_of <album/8804#musicalexpression> ;
    mo:publisher <org/222#subject> ;
    mo:record _:N1635f130802f4b89854613a8ae886443 ;
    mo:record_count 1 ;
    schema:about <product/557#subject> ;
    schema:byArtist <artist/3911#subject> ;
    schema:datePublished "2006-11-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/8804/8804-1212350825.jpg> ;
    schema:name "Lovely♡Cat's Eye / misono"@en,
        "ラブリー♡キャッツアイ / misono"@ja,
        "Lovely♡Cat's Eye / misono"@ja-latn ;
    schema:publisher <org/222#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/8804/8804-1212350825.jpg> .

_:N1d27e1bb32244ceebc012da9e5149e38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lovely♡Cat's Eye - Instrumental"@en,
        "ラブリー♡キャッツアイ - instrumental"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N1635f130802f4b89854613a8ae886443 ;
    schema:name "Lovely♡Cat's Eye - Instrumental"@en,
        "ラブリー♡キャッツアイ - instrumental"@ja .

_:N57ee0e38383741eeaa028dcafc1a666b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tomorrow"@en,
        "TOMORROW"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N1635f130802f4b89854613a8ae886443 ;
    schema:name "Tomorrow"@en,
        "TOMORROW"@ja .

_:N6a90804916764c7d862acbd5a8df6803 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tomorrow - Instrumental"@en,
        "TOMORROW - instrumental"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N1635f130802f4b89854613a8ae886443 ;
    schema:name "Tomorrow - Instrumental"@en,
        "TOMORROW - instrumental"@ja .

_:N7f70a324504e49b89b08194758ae9fc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lovely♡Cat's Eye"@en,
        "ラブリー♡キャッツアイ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N1635f130802f4b89854613a8ae886443 ;
    schema:name "Lovely♡Cat's Eye"@en,
        "ラブリー♡キャッツアイ"@ja .

_:N1635f130802f4b89854613a8ae886443 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1d27e1bb32244ceebc012da9e5149e38,
        _:N57ee0e38383741eeaa028dcafc1a666b,
        _:N6a90804916764c7d862acbd5a8df6803,
        _:N7f70a324504e49b89b08194758ae9fc1 ;
    mo:track_count 4 ;
    schema:duration "PT17:36"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N1d27e1bb32244ceebc012da9e5149e38,
        _:N57ee0e38383741eeaa028dcafc1a666b,
        _:N6a90804916764c7d862acbd5a8df6803,
        _:N7f70a324504e49b89b08194758ae9fc1 .

