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

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

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

<artist/11875#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "STEVE"@en ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "STEVE"@en .

<artist/1822#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "M.S"@en ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "M.S"@en .

<artist/1970#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "CHEMOOL"@en ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "CHEMOOL"@en .

<artist/2564#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "NYA"@en ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "NYA"@en .

<artist/32730#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "Necktie"@en,
        "ネクタイ"@ja ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "Necktie"@en,
        "ネクタイ"@ja .

<artist/4584#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "Aya Takaya"@en,
        "嵩夜あや"@ja ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "Aya Takaya"@en,
        "嵩夜あや"@ja .

<artist/4780#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "Suebashi"@en,
        "すえばし"@ja ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "Suebashi"@en,
        "すえばし"@ja .

<artist/9201#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "PLAGAREC"@en ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "PLAGAREC"@en .

<artist/9970#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "kutsuka"@en ;
    foaf:made <album/16383#composition>,
        <album/16383#subject> ;
    foaf:name "kutsuka"@en .

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

<album/16383#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Entrance in Trance"@en,
        "Entrance in Trance"@ja,
        "Entrance in Trance"@ja-latn ;
    mo:performance_of <album/16383#musicalwork> ;
    mo:recorded_as <album/16383#musicalexpression> ;
    schema:name "Entrance in Trance"@en,
        "Entrance in Trance"@ja,
        "Entrance in Trance"@ja-latn ;
    schema:workPerformed <album/16383#musicalwork> .

<org/728#subject> schema:name "Lyrical@Musik"@en,
        "Lyrical@Musik"@ja,
        "Lyrical@Musik"@ja-latn ;
    foaf:name "Lyrical@Musik"@en,
        "Lyrical@Musik"@ja,
        "Lyrical@Musik"@ja-latn .

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

<https://medium-media.vgm.io/albums/38/16383/16383-1258622155.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/16383#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Entrance in Trance"@en,
        "Entrance in Trance"@ja,
        "Entrance in Trance"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "かんな"@en ;
            foaf:made <album/16383#composition> ;
            foaf:name "かんな"@en ],
        <artist/11875#subject>,
        <artist/1822#subject>,
        <artist/1970#subject>,
        <artist/2564#subject>,
        <artist/32730#subject>,
        <artist/4584#subject>,
        <artist/4780#subject>,
        <artist/9201#subject>,
        <artist/9970#subject> ;
    mo:produced_work <album/16383#musicalwork> ;
    schema:name "Entrance in Trance"@en,
        "Entrance in Trance"@ja,
        "Entrance in Trance"@ja-latn .

<album/16383#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-12-24"^^xsd:date ;
    dcterms:title "Entrance in Trance"@en,
        "Entrance in Trance"@ja,
        "Entrance in Trance"@ja-latn ;
    mo:catalogue_number "LMCD-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/16383#musicalexpression> ;
    mo:publisher <org/728#subject> ;
    mo:record _:N8ea50739955e4149b8f56ce37f473c7e ;
    mo:record_count 1 ;
    schema:datePublished "1999-12-24"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/38/16383/16383-1258622155.jpg> ;
    schema:name "Entrance in Trance"@en,
        "Entrance in Trance"@ja,
        "Entrance in Trance"@ja-latn ;
    schema:publisher <org/728#subject> ;
    foaf:depiction <https://media.vgm.io/albums/38/16383/16383-1258622155.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16383#subject> ;
    schema:name "かんな"@en ;
    foaf:made <album/16383#subject> ;
    foaf:name "かんな"@en .

_:N0e499462042c465eabb80e0d99c13e29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雪空を見ながら…"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "雪空を見ながら…"@ja .

_:N13fadcb7342f4092a8e9522e49d33b06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RAVE"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "RAVE"@ja .

_:N285ce79ba63c4428a5bd2c101e4dfab1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ambivalent Sky"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "Ambivalent Sky"@ja .

_:N3548305fdc8b4c1296153defe42e9fe8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "蜃気楼のオアシス"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "蜃気楼のオアシス"@ja .

_:N5175e4b3d8d14a6a9ddc1b07325f5d75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "La Pluie ... Pourquoi ?"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "La Pluie ... Pourquoi ?"@ja .

_:N557ff11d5dd74591abaf7ee09cc2cbbb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HEAVENS"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:35"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "HEAVENS"@ja .

_:N565e66a9da8e40df948693c7e31d91cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "がーる Meets 爆弾"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "がーる Meets 爆弾"@ja .

_:N593a98ddae994658aa7743f0b47b8894 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "We Shall Get Along."@ja ;
    mo:track_number 21 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "We Shall Get Along."@ja .

_:N6498863a0d054bf6826bd840383479d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Desire ( first mix )"@ja ;
    mo:track_number 14 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "Desire ( first mix )"@ja .

_:N742d704ab6d6467ca477ebbc1a2c4d7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "懐郷"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "懐郷"@ja .

_:N86b70e9798ba48a883ce2ba602e012a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あてなき旅路"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "あてなき旅路"@ja .

_:N8ad2b97b918d436eb0f38ec0f7dab893 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "春のかけら"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "春のかけら"@ja .

_:N8f214d2ba0d94fd4965d009eee5e38fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Farewell Ballad"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "Farewell Ballad"@ja .

_:N8fab2780815944dabbe0ee233b2458a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "氷上のプリンセス"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "氷上のプリンセス"@ja .

_:N9b32fd5c6ff44b66b19db42850a0db24 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Guilty Venus"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "Guilty Venus"@ja .

_:Nad7e0e22529f4d05b5864be9e4e7a30c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "遁走のラプソディー"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "遁走のラプソディー"@ja .

_:Nb2e648a3d91d432fb4e376bd4d71ae82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cruisin' in the White"@ja ;
    mo:track_number 10 ;
    schema:duration "PT6:38"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "Cruisin' in the White"@ja .

_:Nbc84d2da8ab64f1fbe8ab962fef49faf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GazerSong"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "GazerSong"@ja .

_:Nc79140ac76b040b2a419615a7bbfae5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風に憧れて"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "風に憧れて"@ja .

_:Nca8c97ab12f84335bb1f4c54ff7d6d1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "陽光と排煙"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "陽光と排煙"@ja .

_:Ne4f5184d8930489f8c6620564404aab1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雪原"@ja ;
    mo:track_number 23 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "雪原"@ja .

_:Ned5ad44722b24be994a4f58dccc6bf77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "時の旅人"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "時の旅人"@ja .

_:Nfdf39702aac64da4af9adf6099f14e63 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Urban Beat"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N8ea50739955e4149b8f56ce37f473c7e ;
    schema:name "Urban Beat"@ja .

_:N8ea50739955e4149b8f56ce37f473c7e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e499462042c465eabb80e0d99c13e29,
        _:N13fadcb7342f4092a8e9522e49d33b06,
        _:N285ce79ba63c4428a5bd2c101e4dfab1,
        _:N3548305fdc8b4c1296153defe42e9fe8,
        _:N5175e4b3d8d14a6a9ddc1b07325f5d75,
        _:N557ff11d5dd74591abaf7ee09cc2cbbb,
        _:N565e66a9da8e40df948693c7e31d91cc,
        _:N593a98ddae994658aa7743f0b47b8894,
        _:N6498863a0d054bf6826bd840383479d9,
        _:N742d704ab6d6467ca477ebbc1a2c4d7c,
        _:N86b70e9798ba48a883ce2ba602e012a1,
        _:N8ad2b97b918d436eb0f38ec0f7dab893,
        _:N8f214d2ba0d94fd4965d009eee5e38fc,
        _:N8fab2780815944dabbe0ee233b2458a6,
        _:N9b32fd5c6ff44b66b19db42850a0db24,
        _:Nad7e0e22529f4d05b5864be9e4e7a30c,
        _:Nb2e648a3d91d432fb4e376bd4d71ae82,
        _:Nbc84d2da8ab64f1fbe8ab962fef49faf,
        _:Nc79140ac76b040b2a419615a7bbfae5a,
        _:Nca8c97ab12f84335bb1f4c54ff7d6d1b,
        _:Ne4f5184d8930489f8c6620564404aab1,
        _:Ned5ad44722b24be994a4f58dccc6bf77,
        _:Nfdf39702aac64da4af9adf6099f14e63 ;
    mo:track_count 23 ;
    schema:duration "PT68:56"^^xsd:interval ;
    schema:numTracks 23 ;
    schema:track _:N0e499462042c465eabb80e0d99c13e29,
        _:N13fadcb7342f4092a8e9522e49d33b06,
        _:N285ce79ba63c4428a5bd2c101e4dfab1,
        _:N3548305fdc8b4c1296153defe42e9fe8,
        _:N5175e4b3d8d14a6a9ddc1b07325f5d75,
        _:N557ff11d5dd74591abaf7ee09cc2cbbb,
        _:N565e66a9da8e40df948693c7e31d91cc,
        _:N593a98ddae994658aa7743f0b47b8894,
        _:N6498863a0d054bf6826bd840383479d9,
        _:N742d704ab6d6467ca477ebbc1a2c4d7c,
        _:N86b70e9798ba48a883ce2ba602e012a1,
        _:N8ad2b97b918d436eb0f38ec0f7dab893,
        _:N8f214d2ba0d94fd4965d009eee5e38fc,
        _:N8fab2780815944dabbe0ee233b2458a6,
        _:N9b32fd5c6ff44b66b19db42850a0db24,
        _:Nad7e0e22529f4d05b5864be9e4e7a30c,
        _:Nb2e648a3d91d432fb4e376bd4d71ae82,
        _:Nbc84d2da8ab64f1fbe8ab962fef49faf,
        _:Nc79140ac76b040b2a419615a7bbfae5a,
        _:Nca8c97ab12f84335bb1f4c54ff7d6d1b,
        _:Ne4f5184d8930489f8c6620564404aab1,
        _:Ned5ad44722b24be994a4f58dccc6bf77,
        _:Nfdf39702aac64da4af9adf6099f14e63 .

