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

<artist/71483#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuno Sakura"@en,
        "咲良ゆの"@ja ;
    foaf:made <album/111141#subject>,
        <album/111141#vocals> ;
    foaf:name "Yuno Sakura"@en,
        "咲良ゆの"@ja .

<artist/28133#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111141#subject> ;
    schema:name "Ryo Kawaguchi"@en,
        "川口綾"@ja ;
    foaf:made <album/111141#composition>,
        <album/111141#subject> ;
    foaf:name "Ryo Kawaguchi"@en,
        "川口綾"@ja .

<artist/4443#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111141#subject> ;
    schema:name "Meis Clauson"@en ;
    foaf:made <album/111141#composition>,
        <album/111141#subject> ;
    foaf:name "Meis Clauson"@en .

<artist/4751#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111141#subject> ;
    schema:name "fang"@en ;
    foaf:made <album/111141#composition>,
        <album/111141#subject> ;
    foaf:name "fang"@en .

<artist/8786#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111141#subject> ;
    schema:name "Yuichiro Tsukagoshi"@en,
        "塚越雄一朗"@ja ;
    foaf:made <album/111141#composition>,
        <album/111141#lyrics>,
        <album/111141#subject> ;
    foaf:name "Yuichiro Tsukagoshi"@en,
        "塚越雄一朗"@ja .

<event/267> a mo:Release ;
    schema:name "Released at M3-2021 Spring (Apr 25, 2021)" .

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

<album/111141#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Interstella"@en,
        "インタステラ"@ja,
        "Interstella"@ja-latn ;
    mo:performance_of <album/111141#musicalwork> ;
    mo:recorded_as <album/111141#musicalexpression> ;
    schema:name "Interstella"@en,
        "インタステラ"@ja,
        "Interstella"@ja-latn ;
    schema:workPerformed <album/111141#musicalwork> .

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

<https://media.vgm.io/albums/14/111141/111141-887a34b41ab3.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/111141#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/14/111141/111141-887a34b41ab3.jpg> ;
    foaf:depicts <album/111141#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/14/111141/111141-887a34b41ab3.jpg> .

<https://medium-media.vgm.io/albums/14/111141/111141-887a34b41ab3.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/111141#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Interstella"@en,
        "インタステラ"@ja,
        "Interstella"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "TM"@en ;
            foaf:made <album/111141#composition> ;
            foaf:name "TM"@en ],
        <artist/28133#subject>,
        <artist/4443#subject>,
        <artist/4751#subject>,
        <artist/8786#subject> ;
    mo:produced_work <album/111141#musicalwork> ;
    schema:name "Interstella"@en,
        "インタステラ"@ja,
        "Interstella"@ja-latn .

<album/111141#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-04-25"^^xsd:date ;
    dcterms:title "Interstella"@en,
        "インタステラ"@ja,
        "Interstella"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/111141#musicalexpression> ;
    mo:publisher _:N4273c1f556b14b58824ce5f3d8df052e ;
    mo:record _:Na0260560e5a848119c5583a2be1caa28 ;
    mo:record_count 1 ;
    mo:release <event/267> ;
    schema:datePublished "2021-04-25"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/14/111141/111141-887a34b41ab3.jpg> ;
    schema:name "Interstella"@en,
        "インタステラ"@ja,
        "Interstella"@ja-latn ;
    schema:publisher _:N4273c1f556b14b58824ce5f3d8df052e ;
    foaf:depiction <https://media.vgm.io/albums/14/111141/111141-887a34b41ab3.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "ららい"@en ;
    foaf:made <album/111141#lyrics> ;
    foaf:name "ららい"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111141#subject> ;
    schema:name "TM"@en ;
    foaf:made <album/111141#subject> ;
    foaf:name "TM"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "ららい"@en ;
    foaf:made <album/111141#subject> ;
    foaf:name "ららい"@en .

_:N00ed607e09e7460aa0ef75a268e57249 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "インタステラ"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na0260560e5a848119c5583a2be1caa28 ;
    schema:name "インタステラ"@ja .

_:N15330b40dc13410db70775e288d68db4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "氷晶のプリズム"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na0260560e5a848119c5583a2be1caa28 ;
    schema:name "氷晶のプリズム"@ja .

_:N3a89ee37e7544ef7aeb9279c83383c3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "セイレーン"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na0260560e5a848119c5583a2be1caa28 ;
    schema:name "セイレーン"@ja .

_:N4273c1f556b14b58824ce5f3d8df052e schema:name "Amelia"@en ;
    foaf:name "Amelia"@en .

_:N95e081c46ef24400be97f969bd419700 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Real-life Fairytale"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na0260560e5a848119c5583a2be1caa28 ;
    schema:name "Real-life Fairytale"@ja .

_:Na495c54d35024c6b932ad1436f11e458 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サクラサブリミナル"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na0260560e5a848119c5583a2be1caa28 ;
    schema:name "サクラサブリミナル"@ja .

_:Na0260560e5a848119c5583a2be1caa28 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00ed607e09e7460aa0ef75a268e57249,
        _:N15330b40dc13410db70775e288d68db4,
        _:N3a89ee37e7544ef7aeb9279c83383c3d,
        _:N95e081c46ef24400be97f969bd419700,
        _:Na495c54d35024c6b932ad1436f11e458 ;
    mo:track_count 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N00ed607e09e7460aa0ef75a268e57249,
        _:N15330b40dc13410db70775e288d68db4,
        _:N3a89ee37e7544ef7aeb9279c83383c3d,
        _:N95e081c46ef24400be97f969bd419700,
        _:Na495c54d35024c6b932ad1436f11e458 .

