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

<artist/4284#subject> a schema:Person,
        foaf:Person ;
    schema:name "Fumihiko Tachiki"@en,
        "立木文彦"@ja ;
    foaf:made <album/21351#subject>,
        <album/21351#vocals> ;
    foaf:name "Fumihiko Tachiki"@en,
        "立木文彦"@ja .

<artist/4291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuriko Mori"@en,
        "森由里子"@ja ;
    foaf:made <album/21351#lyrics>,
        <album/21351#subject> ;
    foaf:name "Yuriko Mori"@en,
        "森由里子"@ja .

<artist/4009#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21351#subject> ;
    schema:name "Toshiaki Yamazaki"@en,
        "山崎利明"@ja ;
    foaf:made <album/21351#composition>,
        <album/21351#subject> ;
    foaf:name "Toshiaki Yamazaki"@en,
        "山崎利明"@ja .

<product/3553#subject> a schema:CreativeWork ;
    schema:name "Angelique Special 2"@en,
        "アンジェリークSpecial2"@ja,
        "Angelique Special 2"@ja-latn ;
    foaf:name "Angelique Special 2"@en,
        "アンジェリークSpecial2"@ja,
        "Angelique Special 2"@ja-latn .

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

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

<album/21351#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Angelique Special 2 Collaborators Collection ① Victor"@en,
        "アンジェリークSpecial2 協力者コレクション ① ヴィクトール"@ja,
        "Angelique Special 2 Kyouryokusha Collection ① Victor"@ja-latn ;
    mo:performance_of <album/21351#musicalwork> ;
    mo:recorded_as <album/21351#musicalexpression> ;
    schema:name "Angelique Special 2 Collaborators Collection ① Victor"@en,
        "アンジェリークSpecial2 協力者コレクション ① ヴィクトール"@ja,
        "Angelique Special 2 Kyouryokusha Collection ① Victor"@ja-latn ;
    schema:workPerformed <album/21351#musicalwork> .

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

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

<https://media.vgm.io/albums/15/21351/21351-8fc43325c90e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/21351#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/15/21351/21351-8fc43325c90e.jpg> ;
    foaf:depicts <album/21351#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/15/21351/21351-8fc43325c90e.jpg> .

<https://medium-media.vgm.io/albums/15/21351/21351-8fc43325c90e.jpg> a schema:ImageObject,
        foaf:Image .

<album/21351#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Angelique Special 2 Collaborators Collection ① Victor"@en,
        "アンジェリークSpecial2 協力者コレクション ① ヴィクトール"@ja,
        "Angelique Special 2 Kyouryokusha Collection ① Victor"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "才門徹"@en ;
            foaf:made <album/21351#composition> ;
            foaf:name "才門徹"@en ],
        <artist/4009#subject> ;
    mo:produced_work <album/21351#musicalwork> ;
    schema:name "Angelique Special 2 Collaborators Collection ① Victor"@en,
        "アンジェリークSpecial2 協力者コレクション ① ヴィクトール"@ja,
        "Angelique Special 2 Kyouryokusha Collection ① Victor"@ja-latn .

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

<album/21351#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-03-01"^^xsd:date ;
    dcterms:title "Angelique Special 2 Collaborators Collection ① Victor"@en,
        "アンジェリークSpecial2 協力者コレクション ① ヴィクトール"@ja,
        "Angelique Special 2 Kyouryokusha Collection ① Victor"@ja-latn ;
    mo:catalogue_number "KEDH-1014" ;
    mo:media_type "Mini CD" ;
    mo:publication_of <album/21351#musicalexpression> ;
    mo:publisher <org/3410#subject> ;
    mo:record _:Ndec48cd84dd4449da812ae3385f5422b ;
    mo:record_count 1 ;
    schema:about <product/3553#subject> ;
    schema:datePublished "1998-03-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/15/21351/21351-8fc43325c90e.jpg> ;
    schema:name "Angelique Special 2 Collaborators Collection ① Victor"@en,
        "アンジェリークSpecial2 協力者コレクション ① ヴィクトール"@ja,
        "Angelique Special 2 Kyouryokusha Collection ① Victor"@ja-latn ;
    schema:publisher <org/3410#subject> ;
    foaf:depiction <https://media.vgm.io/albums/15/21351/21351-8fc43325c90e.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21351#subject> ;
    schema:name "才門徹"@en ;
    foaf:made <album/21351#subject> ;
    foaf:name "才門徹"@en .

_:N14d154b7fbfc4981a0fb95aaa86c9930 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mountain Road (Remix Ver.)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Ndec48cd84dd4449da812ae3385f5422b ;
    schema:name "Mountain Road (Remix Ver.)"@ja .

_:N183767a0d2f644ce98a31568a904fd2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mountain Road (Karaoke Ver.)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:Ndec48cd84dd4449da812ae3385f5422b ;
    schema:name "Mountain Road (Karaoke Ver.)"@ja .

_:N814c3430470745b5a9d0cccd653b679e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "約束 (Karaoke Ver.)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:25"^^xsd:interval ;
    schema:inPlaylist _:Ndec48cd84dd4449da812ae3385f5422b ;
    schema:name "約束 (Karaoke Ver.)"@ja .

_:Nb3ccde0798ec44faa3b644d0f9820afb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "約束"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:25"^^xsd:interval ;
    schema:inPlaylist _:Ndec48cd84dd4449da812ae3385f5422b ;
    schema:name "約束"@ja .

_:Nb9060409b4b3481fb5dac0397af7af5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "眠れぬ夜のために・10 (語り)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:Ndec48cd84dd4449da812ae3385f5422b ;
    schema:name "眠れぬ夜のために・10 (語り)"@ja .

_:Ndec48cd84dd4449da812ae3385f5422b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N14d154b7fbfc4981a0fb95aaa86c9930,
        _:N183767a0d2f644ce98a31568a904fd2a,
        _:N814c3430470745b5a9d0cccd653b679e,
        _:Nb3ccde0798ec44faa3b644d0f9820afb,
        _:Nb9060409b4b3481fb5dac0397af7af5d ;
    mo:track_count 5 ;
    schema:duration "PT21:17"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N14d154b7fbfc4981a0fb95aaa86c9930,
        _:N183767a0d2f644ce98a31568a904fd2a,
        _:N814c3430470745b5a9d0cccd653b679e,
        _:Nb3ccde0798ec44faa3b644d0f9820afb,
        _:Nb9060409b4b3481fb5dac0397af7af5d .

