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

<artist/25059#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mayumi Kaneko"@en,
        "金子麻友美"@ja ;
    foaf:made <album/99530#lyrics>,
        <album/99530#subject> ;
    foaf:name "Mayumi Kaneko"@en,
        "金子麻友美"@ja .

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

<album/99531> a mo:Release ;
    mo:catalogue_number "USSW-0215" .

<artist/13288#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99530#subject> ;
    schema:name "Yuki Kimura"@en,
        "木村有希"@ja ;
    foaf:made <album/99530#composition>,
        <album/99530#lyrics>,
        <album/99530#subject> ;
    foaf:name "Yuki Kimura"@en,
        "木村有希"@ja .

<artist/397#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99530#subject> ;
    schema:name "Koji Ueno"@en,
        "上野浩司"@ja ;
    foaf:made <album/99530#composition>,
        <album/99530#subject> ;
    foaf:name "Koji Ueno"@en,
        "上野浩司"@ja .

<product/8400#subject> a schema:CreativeWork ;
    schema:name "B-PROJECT"@en,
        "B-PROJECT"@ja,
        "B-PROJECT"@ja-latn ;
    foaf:name "B-PROJECT"@en,
        "B-PROJECT"@ja,
        "B-PROJECT"@ja-latn .

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

<org/1944#subject> schema:name "MAGES."@en,
        "MAGES."@ja,
        "MAGES."@ja-latn ;
    foaf:name "MAGES."@en,
        "MAGES."@ja,
        "MAGES."@ja-latn .

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

<https://medium-media.vgm.io/albums/03/99530/99530-1590606588.jpg> a schema:ImageObject,
        foaf:Image .

<album/99530#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Corazon / Kitakore"@en,
        "Corazon / キタコレ"@ja,
        "Corazon / Kitakore"@ja-latn ;
    mo:composer <artist/13288#subject>,
        <artist/397#subject> ;
    mo:produced_work <album/99530#musicalwork> ;
    schema:name "Corazon / Kitakore"@en,
        "Corazon / キタコレ"@ja,
        "Corazon / Kitakore"@ja-latn .

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

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

<artist/3773#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99530#performance> ;
    schema:name "Daisuke Ono"@en,
        "小野大輔"@ja ;
    foaf:name "Daisuke Ono"@en,
        "小野大輔"@ja .

<artist/4550#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99530#performance> ;
    schema:name "Daisuke Kishio"@en,
        "岸尾だいすけ"@ja ;
    foaf:name "Daisuke Kishio"@en,
        "岸尾だいすけ"@ja .

<album/99530#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Corazon / Kitakore"@en,
        "Corazon / キタコレ"@ja,
        "Corazon / Kitakore"@ja-latn ;
    mo:performance_of <album/99530#musicalwork> ;
    mo:performer <artist/3773#subject>,
        <artist/4550#subject> ;
    mo:recorded_as <album/99530#musicalexpression> ;
    schema:byArtist <artist/3773#subject>,
        <artist/4550#subject> ;
    schema:name "Corazon / Kitakore"@en,
        "Corazon / キタコレ"@ja,
        "Corazon / Kitakore"@ja-latn ;
    schema:workPerformed <album/99530#musicalwork> .

<album/99530#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-12-11"^^xsd:date ;
    dcterms:title "Corazon / Kitakore"@en,
        "Corazon / キタコレ"@ja,
        "Corazon / Kitakore"@ja-latn ;
    mo:catalogue_number "USSW-0216" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/99531> ;
    mo:publication_of <album/99530#musicalexpression> ;
    mo:publisher <org/1944#subject> ;
    mo:record _:N3fb3efe0b0e54bad915e5c758bf2ae06 ;
    mo:record_count 1 ;
    schema:about <product/8400#subject> ;
    schema:byArtist <artist/3773#subject>,
        <artist/4550#subject> ;
    schema:datePublished "2019-12-11"^^xsd:date ;
    schema:genre "Multimedia Franchise" ;
    schema:image <https://media.vgm.io/albums/03/99530/99530-1590606588.jpg> ;
    schema:name "Corazon / Kitakore"@en,
        "Corazon / キタコレ"@ja,
        "Corazon / Kitakore"@ja-latn ;
    schema:publisher <org/1944#subject> ;
    foaf:depiction <https://media.vgm.io/albums/03/99530/99530-1590606588.jpg> .

_:N26e286eb2ff54681b4bd773ef426cb9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corazon -Off Vocal-"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N3fb3efe0b0e54bad915e5c758bf2ae06 ;
    schema:name "Corazon -Off Vocal-"@en .

_:N40986fa75d8a429c93a8cb53f5948697 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "365Days"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N3fb3efe0b0e54bad915e5c758bf2ae06 ;
    schema:name "365Days"@en .

_:N710b54a11d324f6397a88918ff99ea43 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "365Days -Off Vocal-"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N3fb3efe0b0e54bad915e5c758bf2ae06 ;
    schema:name "365Days -Off Vocal-"@en .

_:Nb4e0ca1670d742af82b7deaf679987e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corazon"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N3fb3efe0b0e54bad915e5c758bf2ae06 ;
    schema:name "Corazon"@en .

_:N3fb3efe0b0e54bad915e5c758bf2ae06 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N26e286eb2ff54681b4bd773ef426cb9c,
        _:N40986fa75d8a429c93a8cb53f5948697,
        _:N710b54a11d324f6397a88918ff99ea43,
        _:Nb4e0ca1670d742af82b7deaf679987e6 ;
    mo:track_count 4 ;
    schema:duration "PT19:07"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N26e286eb2ff54681b4bd773ef426cb9c,
        _:N40986fa75d8a429c93a8cb53f5948697,
        _:N710b54a11d324f6397a88918ff99ea43,
        _:Nb4e0ca1670d742af82b7deaf679987e6 .

