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

<artist/5191#subject> a schema:Person,
        foaf:Person ;
    schema:name "Saori Codama"@en,
        "こだまさおり"@ja ;
    foaf:made <album/37811#lyrics>,
        <album/37811#subject> ;
    foaf:name "Saori Codama"@en,
        "こだまさおり"@ja .

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

<artist/130#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/37811#subject> ;
    schema:name "Daisuke Kikuta"@en,
        "菊田大介"@ja ;
    foaf:made <album/37811#composition>,
        <album/37811#subject> ;
    foaf:name "Daisuke Kikuta"@en,
        "菊田大介"@ja .

<artist/14350#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/37811#subject> ;
    schema:name "Tomoya Miwa"@en,
        "三輪智也"@ja ;
    foaf:made <album/37811#composition>,
        <album/37811#lyrics>,
        <album/37811#subject> ;
    foaf:name "Tomoya Miwa"@en,
        "三輪智也"@ja .

<product/5841#subject> a schema:CreativeWork ;
    schema:name "Arata the Legend"@en,
        "アラタカンガタリ 〜革神語〜"@ja,
        "ARATA KANGATARI"@ja-latn ;
    foaf:name "Arata the Legend"@en,
        "アラタカンガタリ 〜革神語〜"@ja,
        "ARATA KANGATARI"@ja-latn .

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

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

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

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

<album/37811#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "GENESIS ARIA / Sphere"@en,
        "GENESIS ARIA / スフィア"@ja,
        "GENESIS ARIA / Sphere"@ja-latn ;
    mo:composer <artist/130#subject>,
        <artist/14350#subject> ;
    mo:produced_work <album/37811#musicalwork> ;
    schema:name "GENESIS ARIA / Sphere"@en,
        "GENESIS ARIA / スフィア"@ja,
        "GENESIS ARIA / Sphere"@ja-latn .

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

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

<artist/3758#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/37811#performance> ;
    schema:name "Ayahi Takagaki"@en,
        "高垣彩陽"@ja ;
    foaf:name "Ayahi Takagaki"@en,
        "高垣彩陽"@ja .

<artist/6782#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/37811#performance> ;
    schema:name "Haruka Tomatsu"@en,
        "戸松遥"@ja ;
    foaf:name "Haruka Tomatsu"@en,
        "戸松遥"@ja .

<artist/8093#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/37811#performance> ;
    schema:name "Aki Toyosaki"@en,
        "豊崎愛生"@ja ;
    foaf:name "Aki Toyosaki"@en,
        "豊崎愛生"@ja .

<artist/8872#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/37811#performance> ;
    schema:name "Minako Kotobuki"@en,
        "寿美菜子"@ja ;
    foaf:name "Minako Kotobuki"@en,
        "寿美菜子"@ja .

<artist/9889#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/37811#performance> ;
    schema:name "Sphere"@en,
        "スフィア"@ja ;
    foaf:name "Sphere"@en,
        "スフィア"@ja .

<album/37811#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "GENESIS ARIA / Sphere"@en,
        "GENESIS ARIA / スフィア"@ja,
        "GENESIS ARIA / Sphere"@ja-latn ;
    mo:performance_of <album/37811#musicalwork> ;
    mo:performer <artist/3758#subject>,
        <artist/6782#subject>,
        <artist/8093#subject>,
        <artist/8872#subject>,
        <artist/9889#subject> ;
    mo:recorded_as <album/37811#musicalexpression> ;
    schema:byArtist <artist/3758#subject>,
        <artist/6782#subject>,
        <artist/8093#subject>,
        <artist/8872#subject>,
        <artist/9889#subject> ;
    schema:name "GENESIS ARIA / Sphere"@en,
        "GENESIS ARIA / スフィア"@ja,
        "GENESIS ARIA / Sphere"@ja-latn ;
    schema:workPerformed <album/37811#musicalwork> .

<album/37811#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-05-01"^^xsd:date ;
    dcterms:title "GENESIS ARIA / Sphere"@en,
        "GENESIS ARIA / スフィア"@ja,
        "GENESIS ARIA / Sphere"@ja-latn ;
    mo:catalogue_number "LASM-4155" ;
    mo:media_type "CD" ;
    mo:publication_of <album/37811#musicalexpression> ;
    mo:publisher <org/550#subject> ;
    mo:record _:Ndf06d2db92524e0893dde70db42be30e ;
    mo:record_count 1 ;
    schema:about <product/5841#subject> ;
    schema:byArtist <artist/3758#subject>,
        <artist/6782#subject>,
        <artist/8093#subject>,
        <artist/8872#subject>,
        <artist/9889#subject> ;
    schema:datePublished "2013-05-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/11/37811/37811-c89872ce2096.jpg> ;
    schema:name "GENESIS ARIA / Sphere"@en,
        "GENESIS ARIA / スフィア"@ja,
        "GENESIS ARIA / Sphere"@ja-latn ;
    schema:publisher <org/550#subject> ;
    foaf:depiction <https://media.vgm.io/albums/11/37811/37811-c89872ce2096.jpg> .

_:N33bdd389774d44738e0dc7c825a14605 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GENESIS ARIA"@en,
        "GENESIS ARIA"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndf06d2db92524e0893dde70db42be30e ;
    schema:name "GENESIS ARIA"@en,
        "GENESIS ARIA"@ja .

_:N6fb9adc66991487ba4c48d7975d32ac9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time Machine (Off Vocal)"@en,
        "タイムマシン (Off Vocal)"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndf06d2db92524e0893dde70db42be30e ;
    schema:name "Time Machine (Off Vocal)"@en,
        "タイムマシン (Off Vocal)"@ja .

_:N8bebc72649fc48cea219561aaa269563 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GENESIS ARIA (Off Vocal)"@en,
        "GENESIS ARIA (Off Vocal)"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndf06d2db92524e0893dde70db42be30e ;
    schema:name "GENESIS ARIA (Off Vocal)"@en,
        "GENESIS ARIA (Off Vocal)"@ja .

_:Nce593de51d0e45e784da2ddf660c7169 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time Machine"@en,
        "タイムマシン"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndf06d2db92524e0893dde70db42be30e ;
    schema:name "Time Machine"@en,
        "タイムマシン"@ja .

_:Ndf06d2db92524e0893dde70db42be30e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N33bdd389774d44738e0dc7c825a14605,
        _:N6fb9adc66991487ba4c48d7975d32ac9,
        _:N8bebc72649fc48cea219561aaa269563,
        _:Nce593de51d0e45e784da2ddf660c7169 ;
    mo:track_count 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N33bdd389774d44738e0dc7c825a14605,
        _:N6fb9adc66991487ba4c48d7975d32ac9,
        _:N8bebc72649fc48cea219561aaa269563,
        _:Nce593de51d0e45e784da2ddf660c7169 .

