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

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

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

<artist/1166#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11239#subject> ;
    schema:name "Dragon Attack"@en ;
    foaf:made <album/11239#composition>,
        <album/11239#subject> ;
    foaf:name "Dragon Attack"@en .

<artist/999#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11239#subject> ;
    schema:name "Shade"@en ;
    foaf:made <album/11239#composition>,
        <album/11239#subject> ;
    foaf:name "Shade"@en .

<event/69> a mo:Release ;
    schema:name "Released at Comic Communication 3 (Jun 30, 2002)" .

<product/14010#subject> a schema:CreativeWork ;
    schema:name "Only You -Re Cross-"@en,
        "Ｏｎｌｙ　ｙｏｕ　－リ・クルス－"@ja,
        "Only You -Re Cross-"@ja-latn ;
    foaf:name "Only You -Re Cross-"@en,
        "Ｏｎｌｙ　ｙｏｕ　－リ・クルス－"@ja,
        "Only You -Re Cross-"@ja-latn .

<product/2168#subject> a schema:CreativeWork ;
    schema:name "Atlach=Nacha"@en,
        "アトラク=ナクア"@ja,
        "Atlach=Nacha"@ja-latn ;
    foaf:name "Atlach=Nacha"@en,
        "アトラク=ナクア"@ja,
        "Atlach=Nacha"@ja-latn .

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

<album/11239#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Alice Soft Arranged Album \"Akuji ga Kuru!\""@en,
        "悪司が来る！"@ja,
        "Alice Soft Arranged Album \"Akuji ga Kuru!\""@ja-latn ;
    mo:performance_of <album/11239#musicalwork> ;
    mo:recorded_as <album/11239#musicalexpression> ;
    schema:name "Alice Soft Arranged Album \"Akuji ga Kuru!\""@en,
        "悪司が来る！"@ja,
        "Alice Soft Arranged Album \"Akuji ga Kuru!\""@ja-latn ;
    schema:workPerformed <album/11239#musicalwork> .

<org/163#subject> schema:name "Golden City Factory"@en,
        "Golden City Factory"@ja,
        "Golden City Factory"@ja-latn ;
    foaf:name "Golden City Factory"@en,
        "Golden City Factory"@ja,
        "Golden City Factory"@ja-latn .

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

<https://medium-media.vgm.io/albums/93/11239/11239-1228593938.jpg> a schema:ImageObject,
        foaf:Image .

<album/11239#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Alice Soft Arranged Album \"Akuji ga Kuru!\""@en,
        "悪司が来る！"@ja,
        "Alice Soft Arranged Album \"Akuji ga Kuru!\""@ja-latn ;
    mo:composer <artist/1166#subject>,
        <artist/999#subject> ;
    mo:produced_work <album/11239#musicalwork> ;
    schema:name "Alice Soft Arranged Album \"Akuji ga Kuru!\""@en,
        "悪司が来る！"@ja,
        "Alice Soft Arranged Album \"Akuji ga Kuru!\""@ja-latn .

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

<album/11239#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-06-30"^^xsd:date ;
    dcterms:title "Alice Soft Arranged Album \"Akuji ga Kuru!\""@en,
        "悪司が来る！"@ja,
        "Alice Soft Arranged Album \"Akuji ga Kuru!\""@ja-latn ;
    mo:catalogue_number "GCFT-0006" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11239#musicalexpression> ;
    mo:publisher <org/163#subject> ;
    mo:record _:N4c501d27412741efa17366d864cd69e4 ;
    mo:record_count 1 ;
    mo:release <event/69> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Pastel Chime"@en ;
            foaf:name "Pastel Chime"@en ],
        [ a schema:CreativeWork ;
            schema:name "Yoru ga Kuru!"@en ;
            foaf:name "Yoru ga Kuru!"@en ],
        [ a schema:CreativeWork ;
            schema:name "Mamatoto"@en ;
            foaf:name "Mamatoto"@en ],
        [ a schema:CreativeWork ;
            schema:name "Daiakuji"@en ;
            foaf:name "Daiakuji"@en ],
        <product/14010#subject>,
        <product/2168#subject> ;
    schema:datePublished "2002-06-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/93/11239/11239-1228593938.jpg> ;
    schema:name "Alice Soft Arranged Album \"Akuji ga Kuru!\""@en,
        "悪司が来る！"@ja,
        "Alice Soft Arranged Album \"Akuji ga Kuru!\""@ja-latn ;
    schema:publisher <org/163#subject> ;
    foaf:depiction <https://media.vgm.io/albums/93/11239/11239-1228593938.jpg> .

_:N03442f975f0c4fafb0a58f74e58cbd47 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "来たら、しばく"@ja,
        "Kitara, Shibaku"@ja-latn ;
    mo:track_number 15 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "来たら、しばく"@ja,
        "Kitara, Shibaku"@ja-latn .

_:N079ed3b8b46047788098da2b57a063c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The decadent Juliets"@ja,
        "The decadent Juliets"@ja-latn ;
    mo:track_number 14 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "The decadent Juliets"@ja,
        "The decadent Juliets"@ja-latn .

_:N14e44dab63c94bcebbd2462f75587bf3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Running to the straight"@ja,
        "Running to the straight"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Running to the straight"@ja,
        "Running to the straight"@ja-latn .

_:N1fdc33e77c5647d3b0228167eece2119 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The pain of the name of love"@ja,
        "The pain of the name of love"@ja-latn ;
    mo:track_number 13 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "The pain of the name of love"@ja,
        "The pain of the name of love"@ja-latn .

_:N2c1ee2f679544addbc7d8fa50b713bcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice in Wonder Land 2002 clockwork portraits mix"@ja,
        "Alice in Wonder Land 2002 clockwork portraits mix"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT5:13"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Alice in Wonder Land 2002 clockwork portraits mix"@ja,
        "Alice in Wonder Land 2002 clockwork portraits mix"@ja-latn .

_:N328d4b8742a34248ac37086b91a17980 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Atlach=Nacha ～going on～"@ja,
        "Atlach=Nacha ~going on~"@ja-latn ;
    mo:track_number 17 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Atlach=Nacha ～going on～"@ja,
        "Atlach=Nacha ~going on~"@ja-latn .

_:N4906173c851e480591becd65e96555fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The silent time 1.2.3.4.5. Edit"@ja,
        "The silent time 1.2.3.4.5. Edit"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "The silent time 1.2.3.4.5. Edit"@ja,
        "The silent time 1.2.3.4.5. Edit"@ja-latn .

_:N4ef3552b8be8494bbc2370bd0b2623a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Square of the moon Lady Groove Edit"@ja,
        "Square of the moon Lady Groove Edit"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Square of the moon Lady Groove Edit"@ja,
        "Square of the moon Lady Groove Edit"@ja-latn .

_:N538dfd6f157c41c088c4d74ebe562b30 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "タマネギの部屋 galactic surfin' mix"@ja,
        "Tamanegi no Heya galactic surfin' mix"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "タマネギの部屋 galactic surfin' mix"@ja,
        "Tamanegi no Heya galactic surfin' mix"@ja-latn .

_:N64364d188ba2419ca0fb05e81b888dda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "楽しい組織運営"@ja,
        "Tanoshii Soshiki Un'ei"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "楽しい組織運営"@ja,
        "Tanoshii Soshiki Un'ei"@ja-latn .

_:Na34bf532de77468782a8c40aa22e428d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Disabution Hi-Risk Edit"@ja,
        "Disabution Hi-Risk Edit"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Disabution Hi-Risk Edit"@ja,
        "Disabution Hi-Risk Edit"@ja-latn .

_:Nab1be7e0d08b4469a2ec2dffb5640a92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Colette"@ja,
        "Colette"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Colette"@ja,
        "Colette"@ja-latn .

_:Nb52a127315fe448eb61a3ec407f96bc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "がんばれ悪司"@ja,
        "Ganbare Akuji"@ja-latn ;
    mo:track_number 16 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "がんばれ悪司"@ja,
        "Ganbare Akuji"@ja-latn .

_:Nbe762eb36bfa420f97d5d886ad975372 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "美しい土地 two gee cargo mix"@ja,
        "Utsukushii Tochi two gee cargo mix"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "美しい土地 two gee cargo mix"@ja,
        "Utsukushii Tochi two gee cargo mix"@ja-latn .

_:Nc6ce7d35fd59408da829f357296ffa21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A night comes! ∞ Plug-In Edit"@ja,
        "A night comes! ∞ Plug-In Edit"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "A night comes! ∞ Plug-In Edit"@ja,
        "A night comes! ∞ Plug-In Edit"@ja-latn .

_:Nd31d719d0e534416969cf23c1fe21f41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wanna be upper"@ja,
        "Wanna be upper"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Wanna be upper"@ja,
        "Wanna be upper"@ja-latn .

_:Nffb572d10184447a88cd675a9c6ac182 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Calm"@ja,
        "Calm"@ja-latn ;
    mo:track_number 12 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N4c501d27412741efa17366d864cd69e4 ;
    schema:name "Calm"@ja,
        "Calm"@ja-latn .

_:N4c501d27412741efa17366d864cd69e4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03442f975f0c4fafb0a58f74e58cbd47,
        _:N079ed3b8b46047788098da2b57a063c7,
        _:N14e44dab63c94bcebbd2462f75587bf3,
        _:N1fdc33e77c5647d3b0228167eece2119,
        _:N2c1ee2f679544addbc7d8fa50b713bcf,
        _:N328d4b8742a34248ac37086b91a17980,
        _:N4906173c851e480591becd65e96555fa,
        _:N4ef3552b8be8494bbc2370bd0b2623a6,
        _:N538dfd6f157c41c088c4d74ebe562b30,
        _:N64364d188ba2419ca0fb05e81b888dda,
        _:Na34bf532de77468782a8c40aa22e428d,
        _:Nab1be7e0d08b4469a2ec2dffb5640a92,
        _:Nb52a127315fe448eb61a3ec407f96bc1,
        _:Nbe762eb36bfa420f97d5d886ad975372,
        _:Nc6ce7d35fd59408da829f357296ffa21,
        _:Nd31d719d0e534416969cf23c1fe21f41,
        _:Nffb572d10184447a88cd675a9c6ac182 ;
    mo:track_count 17 ;
    schema:duration "PT71:01"^^xsd:interval ;
    schema:numTracks 17 ;
    schema:track _:N03442f975f0c4fafb0a58f74e58cbd47,
        _:N079ed3b8b46047788098da2b57a063c7,
        _:N14e44dab63c94bcebbd2462f75587bf3,
        _:N1fdc33e77c5647d3b0228167eece2119,
        _:N2c1ee2f679544addbc7d8fa50b713bcf,
        _:N328d4b8742a34248ac37086b91a17980,
        _:N4906173c851e480591becd65e96555fa,
        _:N4ef3552b8be8494bbc2370bd0b2623a6,
        _:N538dfd6f157c41c088c4d74ebe562b30,
        _:N64364d188ba2419ca0fb05e81b888dda,
        _:Na34bf532de77468782a8c40aa22e428d,
        _:Nab1be7e0d08b4469a2ec2dffb5640a92,
        _:Nb52a127315fe448eb61a3ec407f96bc1,
        _:Nbe762eb36bfa420f97d5d886ad975372,
        _:Nc6ce7d35fd59408da829f357296ffa21,
        _:Nd31d719d0e534416969cf23c1fe21f41,
        _:Nffb572d10184447a88cd675a9c6ac182 .

