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

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

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

<artist/2424#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100911#subject> ;
    schema:name "Shinya Saito"@en,
        "齋藤真也"@ja ;
    foaf:made <album/100911#composition>,
        <album/100911#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/100911#musicalexpression> a mo:Signal ;
    mo:published_as <album/100911#subject> ;
    mo:records <album/100911#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/11/100911/100911-1593439777.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/100911#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/11/100911/100911-1593439777.jpg> ;
    foaf:depicts <album/100911#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/11/100911/100911-1593439777.jpg> .

<https://medium-media.vgm.io/albums/11/100911/100911-1593439777.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

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

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

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

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

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

<album/100911#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-06-19"^^xsd:date ;
    dcterms:title "power of mind / earthmind [Limited Edition]"@en,
        "power of mind / earthmind [Limited Edition]"@ja,
        "power of mind / earthmind [Limited Edition]"@ja-latn ;
    mo:catalogue_number "SRCL-8288~9" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/100911#musicalexpression> ;
    mo:publisher <org/712#subject> ;
    mo:record _:N32822951bb4446219e512db209004a3d,
        _:Nf3254f554ee54902b2bd0a53312ecdf5 ;
    mo:record_count 2 ;
    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/11/100911/100911-1593439777.jpg> ;
    schema:name "power of mind / earthmind [Limited Edition]"@en,
        "power of mind / earthmind [Limited Edition]"@ja,
        "power of mind / earthmind [Limited Edition]"@ja-latn ;
    schema:publisher <org/712#subject> ;
    foaf:depiction <https://media.vgm.io/albums/11/100911/100911-1593439777.jpg> .

_:N0254e42e34574e91bfb928d648dc6687 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ENERGY (Music Video)"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32822951bb4446219e512db209004a3d ;
    schema:name "ENERGY (Music Video)"@ja .

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

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

_:N1678bb603bc54d2890f1feef3a4896d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "B-Bird (Music Video)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32822951bb4446219e512db209004a3d ;
    schema:name "B-Bird (Music Video)"@ja .

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

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

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

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

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

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

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

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

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

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

_:Nbea8c9d49e094a61a08bb1adf615f375 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ARCADIA (Music Video)"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32822951bb4446219e512db209004a3d ;
    schema:name "ARCADIA (Music Video)"@ja .

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

_:N32822951bb4446219e512db209004a3d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N0254e42e34574e91bfb928d648dc6687,
        _:N1678bb603bc54d2890f1feef3a4896d4,
        _:Nbea8c9d49e094a61a08bb1adf615f375 ;
    mo:track_count 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N0254e42e34574e91bfb928d648dc6687,
        _:N1678bb603bc54d2890f1feef3a4896d4,
        _:Nbea8c9d49e094a61a08bb1adf615f375 .

_:Nf3254f554ee54902b2bd0a53312ecdf5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d4e42d0a33f483aaeb66f3212e3b066,
        _:N0fd6e0134fbf4ea1b23b56011d8f30ec,
        _:N2f99872e30ab48cf892a9fc04458f46d,
        _:N4df6d79f39d54fe7a892437102d275c2,
        _:N50dce7966ce2409da9073d61f1b2071c,
        _:N5288b5dc5fa7407a97f78be9398440a4,
        _:N5efc71b5b1944f0d9b5b5f15ed7850c7,
        _:N5f4e19429d4a46e6a48f18e88dade840,
        _:N633e4885df9142929bd9a337fa7cafe1,
        _:N678f5bd98216453499d217f2691abbf4,
        _:N8d4c96bbcb944e988ebee3157f536d50,
        _:Nb50eec703b70409e9b0fcb06f78cfca2,
        _:Nc31255888ddf43d3878b312b449a88e2 ;
    mo:track_count 13 ;
    schema:duration "PT57:47"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N0d4e42d0a33f483aaeb66f3212e3b066,
        _:N0fd6e0134fbf4ea1b23b56011d8f30ec,
        _:N2f99872e30ab48cf892a9fc04458f46d,
        _:N4df6d79f39d54fe7a892437102d275c2,
        _:N50dce7966ce2409da9073d61f1b2071c,
        _:N5288b5dc5fa7407a97f78be9398440a4,
        _:N5efc71b5b1944f0d9b5b5f15ed7850c7,
        _:N5f4e19429d4a46e6a48f18e88dade840,
        _:N633e4885df9142929bd9a337fa7cafe1,
        _:N678f5bd98216453499d217f2691abbf4,
        _:N8d4c96bbcb944e988ebee3157f536d50,
        _:Nb50eec703b70409e9b0fcb06f78cfca2,
        _:Nc31255888ddf43d3878b312b449a88e2 .

