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

<artist/26816#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kana Matsumoto"@en,
        "松本花奈"@ja ;
    foaf:made <album/42730#lyrics>,
        <album/42730#subject> ;
    foaf:name "Kana Matsumoto"@en,
        "松本花奈"@ja .

<artist/39488#subject> a schema:Person,
        foaf:Person ;
    schema:name "Miwako Saito"@en,
        "さいとうみわこ"@ja ;
    foaf:made <album/42730#lyrics>,
        <album/42730#subject>,
        <album/42730#vocals> ;
    foaf:name "Miwako Saito"@en,
        "さいとうみわこ"@ja .

<artist/8693#subject> a schema:Person,
        foaf:Person ;
    schema:name "Sayuri"@en,
        "紗ゆり"@ja ;
    foaf:made <album/42730#subject>,
        <album/42730#vocals> ;
    foaf:name "Sayuri"@en,
        "紗ゆり"@ja .

<artist/12767#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42730#subject> ;
    schema:name "Yoshikazu Suo"@en,
        "周防義和"@ja ;
    foaf:made <album/42730#composition>,
        <album/42730#subject> ;
    foaf:name "Yoshikazu Suo"@en,
        "周防義和"@ja .

<artist/76401#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42730#subject> ;
    schema:name "Kengo Noguchi"@en,
        "野口兼護"@ja ;
    foaf:made <album/42730#composition>,
        <album/42730#subject> ;
    foaf:name "Kengo Noguchi"@en,
        "野口兼護"@ja .

<product/22901#subject> a schema:CreativeWork ;
    schema:name "Shamanic Princess"@en,
        "シャーマニックプリンセス"@ja,
        "Shamanic Princess"@ja-latn ;
    foaf:name "Shamanic Princess"@en,
        "シャーマニックプリンセス"@ja,
        "Shamanic Princess"@ja-latn .

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

<album/42730#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@en,
        "シャーマニック プリンセス オリジナルサウンドトラック Vol.1"@ja,
        "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@ja-latn ;
    mo:performance_of <album/42730#musicalwork> ;
    mo:recorded_as <album/42730#musicalexpression> ;
    schema:name "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@en,
        "シャーマニック プリンセス オリジナルサウンドトラック Vol.1"@ja,
        "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@ja-latn ;
    schema:workPerformed <album/42730#musicalwork> .

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

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

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

<album/42730#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@en,
        "シャーマニック プリンセス オリジナルサウンドトラック Vol.1"@ja,
        "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@ja-latn ;
    mo:composer <artist/12767#subject>,
        <artist/76401#subject> ;
    mo:produced_work <album/42730#musicalwork> ;
    schema:name "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@en,
        "シャーマニック プリンセス オリジナルサウンドトラック Vol.1"@ja,
        "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@ja-latn .

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

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

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

<album/42730#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-08-21"^^xsd:date ;
    dcterms:title "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@en,
        "シャーマニック プリンセス オリジナルサウンドトラック Vol.1"@ja,
        "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@ja-latn ;
    mo:catalogue_number "VICL-799" ;
    mo:media_type "CD" ;
    mo:publication_of <album/42730#musicalexpression> ;
    mo:publisher <org/1927#subject> ;
    mo:record _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    mo:record_count 1 ;
    schema:about <product/22901#subject> ;
    schema:datePublished "1996-08-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/03/42730/42730-1541435280.jpg> ;
    schema:name "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@en,
        "シャーマニック プリンセス オリジナルサウンドトラック Vol.1"@ja,
        "SHAMANIC PRINCESS ORIGINAL SOUNDTRACK VOL.1"@ja-latn ;
    schema:publisher <org/1927#subject> ;
    foaf:depiction <https://media.vgm.io/albums/03/42730/42730-1541435280.jpg> .

_:N16a987df9f2b4ebfbb8804cda5a4c941 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢ノ窓辺デ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "夢ノ窓辺デ"@ja .

_:N1df1f71aa0974b6fa89717483bbd194a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "magical made"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "magical made"@ja .

_:N202b6759b2ab40109d848de6a9e89432 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悲しみの紗羅"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "悲しみの紗羅"@ja .

_:N23365f77b3504bdeb5a72681f5b3380f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Renna"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "Renna"@ja .

_:N5955055172474ef48f52fc26b049e8bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tyallea's bad d."@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "tyallea's bad d."@ja .

_:N670736f637f24dc7bc6a1e99370ffe27 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "想い出の森"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "想い出の森"@ja .

_:N6d7a14b8bcc8452cb184c2be516d9858 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "everytime we can love you"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "everytime we can love you"@ja .

_:N7038429346414903b5d603ba90f7caf4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gardian world"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "Gardian world"@ja .

_:N77888305b8824818be3be231610586c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ジュジュズ ストンプ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "ジュジュズ ストンプ"@ja .

_:N8b5dc49e69d04114be74b4ef117a7da6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FAKE MOON"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "FAKE MOON"@ja .

_:Ncc7b44bfc7a049668936e73d4a3bcbe4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "祈りの朝"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "祈りの朝"@ja .

_:Nee8faf6748254a52b1557ad967798c9d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空想ハ限リ無ク、夢ハ真実ヲ誘ウ"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "空想ハ限リ無ク、夢ハ真実ヲ誘ウ"@ja .

_:Nf29b3e1ee8384fbd8e135a5c6b46ca85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "闇ハ千億ノ精神ヲ持ツ"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "闇ハ千億ノ精神ヲ持ツ"@ja .

_:Nf4263f4171684a8482380ea0e7aeea62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ある日…はある日だよ"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:Nc66c78c9673c49358ce1a5ecffffcebd ;
    schema:name "ある日…はある日だよ"@ja .

_:Nc66c78c9673c49358ce1a5ecffffcebd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N16a987df9f2b4ebfbb8804cda5a4c941,
        _:N1df1f71aa0974b6fa89717483bbd194a,
        _:N202b6759b2ab40109d848de6a9e89432,
        _:N23365f77b3504bdeb5a72681f5b3380f,
        _:N5955055172474ef48f52fc26b049e8bd,
        _:N670736f637f24dc7bc6a1e99370ffe27,
        _:N6d7a14b8bcc8452cb184c2be516d9858,
        _:N7038429346414903b5d603ba90f7caf4,
        _:N77888305b8824818be3be231610586c7,
        _:N8b5dc49e69d04114be74b4ef117a7da6,
        _:Ncc7b44bfc7a049668936e73d4a3bcbe4,
        _:Nee8faf6748254a52b1557ad967798c9d,
        _:Nf29b3e1ee8384fbd8e135a5c6b46ca85,
        _:Nf4263f4171684a8482380ea0e7aeea62 ;
    mo:track_count 14 ;
    schema:duration "PT41:11"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N16a987df9f2b4ebfbb8804cda5a4c941,
        _:N1df1f71aa0974b6fa89717483bbd194a,
        _:N202b6759b2ab40109d848de6a9e89432,
        _:N23365f77b3504bdeb5a72681f5b3380f,
        _:N5955055172474ef48f52fc26b049e8bd,
        _:N670736f637f24dc7bc6a1e99370ffe27,
        _:N6d7a14b8bcc8452cb184c2be516d9858,
        _:N7038429346414903b5d603ba90f7caf4,
        _:N77888305b8824818be3be231610586c7,
        _:N8b5dc49e69d04114be74b4ef117a7da6,
        _:Ncc7b44bfc7a049668936e73d4a3bcbe4,
        _:Nee8faf6748254a52b1557ad967798c9d,
        _:Nf29b3e1ee8384fbd8e135a5c6b46ca85,
        _:Nf4263f4171684a8482380ea0e7aeea62 .

