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

<artist/12487#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rico"@en ;
    foaf:made <album/100912#lyrics>,
        <album/100912#subject> ;
    foaf:name "Rico"@en .

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

<artist/2424#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100912#subject> ;
    schema:name "Shinya Saito"@en,
        "齋藤真也"@ja ;
    foaf:made <album/100912#composition>,
        <album/100912#subject> ;
    foaf:name "Shinya Saito"@en,
        "齋藤真也"@ja .

<product/2930#subject> a schema:CreativeWork ;
    schema:name "Vividred Operation"@en,
        "ビビッドレッド・オペレーション"@ja,
        "Vividred Operation"@ja-latn ;
    foaf:name "Vividred Operation"@en,
        "ビビッドレッド・オペレーション"@ja,
        "Vividred Operation"@ja-latn .

<product/586#subject> a schema:CreativeWork ;
    schema:name "Mobile Suit Gundam Unicorn"@en,
        "機動戦士ガンダムUC"@ja,
        "Mobile Suit Gundam Unicorn"@ja-latn ;
    foaf:name "Mobile Suit Gundam Unicorn"@en,
        "機動戦士ガンダムUC"@ja,
        "Mobile Suit Gundam Unicorn"@ja-latn .

<release/11258#subject> a schema:CreativeWork ;
    schema:name "Fate/stay night [Réalta Nua]"@en,
        "フェイト/ステイナイト [レアルタ・ヌア]"@ja,
        "Fate/stay night [Réalta Nua]"@ja-latn ;
    foaf:name "Fate/stay night [Réalta Nua]"@en,
        "フェイト/ステイナイト [レアルタ・ヌア]"@ja,
        "Fate/stay night [Réalta Nua]"@ja-latn .

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

<org/712#subject> schema:name "gr8! records"@en,
        "gr8! records"@ja,
        "gr8! records"@ja-latn ;
    foaf:name "gr8! records"@en,
        "gr8! records"@ja,
        "gr8! records"@ja-latn .

<https://media.vgm.io/albums/21/100912/100912-974bbe957fa9.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/100912#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/21/100912/100912-974bbe957fa9.jpg> ;
    foaf:depicts <album/100912#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/21/100912/100912-974bbe957fa9.jpg> .

<https://medium-media.vgm.io/albums/21/100912/100912-974bbe957fa9.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/13497#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100912#performance> ;
    schema:name "earthmind"@en ;
    foaf:name "earthmind"@en .

<artist/25198#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100912#performance> ;
    schema:name "Erina"@en ;
    foaf:made <album/100912#lyrics>,
        <album/100912#subject> ;
    foaf:name "Erina"@en .

<album/100912#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "power of mind / earthmind"@en,
        "power of mind / earthmind"@ja,
        "power of mind / earthmind"@ja-latn ;
    mo:composer <artist/2424#subject>,
        <artist/47012#subject>,
        <artist/47014#subject> ;
    mo:produced_work <album/100912#musicalwork> ;
    schema:name "power of mind / earthmind"@en,
        "power of mind / earthmind"@ja,
        "power of mind / earthmind"@ja-latn .

<artist/47012#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100912#subject> ;
    mo:performed <album/100912#performance> ;
    schema:name "Ommy"@en ;
    foaf:made <album/100912#composition>,
        <album/100912#subject> ;
    foaf:name "Ommy"@en .

<artist/47014#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100912#subject> ;
    mo:performed <album/100912#performance> ;
    schema:name "JUN TAKAI"@en ;
    foaf:made <album/100912#composition>,
        <album/100912#subject> ;
    foaf:name "JUN TAKAI"@en .

<album/100912#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "power of mind / earthmind"@en,
        "power of mind / earthmind"@ja,
        "power of mind / earthmind"@ja-latn ;
    mo:performance_of <album/100912#musicalwork> ;
    mo:performer <artist/13497#subject>,
        <artist/25198#subject>,
        <artist/47012#subject>,
        <artist/47014#subject> ;
    mo:recorded_as <album/100912#musicalexpression> ;
    schema:byArtist <artist/13497#subject>,
        <artist/25198#subject>,
        <artist/47012#subject>,
        <artist/47014#subject> ;
    schema:name "power of mind / earthmind"@en,
        "power of mind / earthmind"@ja,
        "power of mind / earthmind"@ja-latn ;
    schema:workPerformed <album/100912#musicalwork> .

<album/100912#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-06-19"^^xsd:date ;
    dcterms:title "power of mind / earthmind"@en,
        "power of mind / earthmind"@ja,
        "power of mind / earthmind"@ja-latn ;
    mo:catalogue_number "SRCL-8290" ;
    mo:media_type "CD" ;
    mo:publication_of <album/100912#musicalexpression> ;
    mo:publisher <org/712#subject> ;
    mo:record _:N3279a6368f6443a5a259701c72310915 ;
    mo:record_count 1 ;
    schema:about <product/2930#subject>,
        <product/586#subject>,
        <release/11258#subject> ;
    schema:byArtist <artist/13497#subject>,
        <artist/25198#subject>,
        <artist/47012#subject>,
        <artist/47014#subject> ;
    schema:datePublished "2013-06-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/100912/100912-974bbe957fa9.jpg> ;
    schema:name "power of mind / earthmind"@en,
        "power of mind / earthmind"@ja,
        "power of mind / earthmind"@ja-latn ;
    schema:publisher <org/712#subject> ;
    foaf:depiction <https://media.vgm.io/albums/21/100912/100912-974bbe957fa9.jpg> .

_:N1b3f50e5a5204b2d9899151d0823cefa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "seven days"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "seven days"@ja .

_:N1f79be25b62c466aa5e4b15900cbca0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最果ての月"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "最果ての月"@ja .

_:N48816f7e5ef146bd89a56599c99cd9d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "brightline"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "brightline"@ja .

_:N4f02d791c7804cb28d80985ef2b649fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Our life, all right."@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "Our life, all right."@ja .

_:N5bed423ccbe94368a53841e63b4097b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風を探して"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "風を探して"@ja .

_:N613260b83724490099b6b46f2f572a0d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アイズ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "アイズ"@ja .

_:N621de61b466e47bf96ea5f52b0470838 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "B-Bird"@ja ;
    mo:track_number 13 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "B-Bird"@ja .

_:N7101fe1fbf394e02aeea4eb16c70cf97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HORIZON"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "HORIZON"@ja .

_:N80cd099ed7ba47c3814303178cca75e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ENERGY"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "ENERGY"@ja .

_:Na3599dc9181549b68b117819a3c1c688 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "光"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "光"@ja .

_:Nb567821971544b8fa78f9348108d6abd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Heaven"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "Another Heaven"@ja .

_:Ne0677aa4c62c4126b9f6afc785ceb480 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Link"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "Link"@ja .

_:Nf4070727648a43a9bb68f7a79e659797 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ARCADIA"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N3279a6368f6443a5a259701c72310915 ;
    schema:name "ARCADIA"@ja .

_:N3279a6368f6443a5a259701c72310915 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1b3f50e5a5204b2d9899151d0823cefa,
        _:N1f79be25b62c466aa5e4b15900cbca0f,
        _:N48816f7e5ef146bd89a56599c99cd9d4,
        _:N4f02d791c7804cb28d80985ef2b649fa,
        _:N5bed423ccbe94368a53841e63b4097b8,
        _:N613260b83724490099b6b46f2f572a0d,
        _:N621de61b466e47bf96ea5f52b0470838,
        _:N7101fe1fbf394e02aeea4eb16c70cf97,
        _:N80cd099ed7ba47c3814303178cca75e1,
        _:Na3599dc9181549b68b117819a3c1c688,
        _:Nb567821971544b8fa78f9348108d6abd,
        _:Ne0677aa4c62c4126b9f6afc785ceb480,
        _:Nf4070727648a43a9bb68f7a79e659797 ;
    mo:track_count 13 ;
    schema:duration "PT57:47"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N1b3f50e5a5204b2d9899151d0823cefa,
        _:N1f79be25b62c466aa5e4b15900cbca0f,
        _:N48816f7e5ef146bd89a56599c99cd9d4,
        _:N4f02d791c7804cb28d80985ef2b649fa,
        _:N5bed423ccbe94368a53841e63b4097b8,
        _:N613260b83724490099b6b46f2f572a0d,
        _:N621de61b466e47bf96ea5f52b0470838,
        _:N7101fe1fbf394e02aeea4eb16c70cf97,
        _:N80cd099ed7ba47c3814303178cca75e1,
        _:Na3599dc9181549b68b117819a3c1c688,
        _:Nb567821971544b8fa78f9348108d6abd,
        _:Ne0677aa4c62c4126b9f6afc785ceb480,
        _:Nf4070727648a43a9bb68f7a79e659797 .

