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

<artist/6752#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masami Tozawa"@en,
        "戸沢暢美"@ja ;
    foaf:made <album/16246#lyrics>,
        <album/16246#subject> ;
    foaf:name "Masami Tozawa"@en,
        "戸沢暢美"@ja .

<artist/8339#subject> a schema:Person,
        foaf:Person ;
    schema:name "Risa Youki"@en,
        "結城梨沙"@ja ;
    foaf:made <album/16246#subject>,
        <album/16246#vocals> ;
    foaf:name "Risa Youki"@en,
        "結城梨沙"@ja .

<artist/4671#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16246#subject> ;
    schema:name "Yoshiaki Ohuchi"@en,
        "大内義昭"@ja ;
    foaf:made <album/16246#composition>,
        <album/16246#subject> ;
    foaf:name "Yoshiaki Ohuchi"@en,
        "大内義昭"@ja .

<artist/668#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16246#subject> ;
    schema:name "Jun Irie"@en,
        "入江純"@ja ;
    foaf:made <album/16246#composition>,
        <album/16246#subject> ;
    foaf:name "Jun Irie"@en,
        "入江純"@ja .

<product/16623#subject> a schema:CreativeWork ;
    schema:name "ZILLION"@en,
        "赤い光弾ジリオン"@ja,
        "Akai Koudan Zillion"@ja-latn ;
    foaf:name "ZILLION"@en,
        "赤い光弾ジリオン"@ja,
        "Akai Koudan Zillion"@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/64/16246/16246-1507491896.jpg> a schema:ImageObject,
        foaf:Image .

<album/16246#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pure Stone / Risa Youki"@en,
        "ピュアストーン / 結城梨沙"@ja,
        "Pure Stone / Risa Youki"@ja-latn ;
    mo:composer <artist/4671#subject>,
        <artist/668#subject> ;
    mo:produced_work <album/16246#musicalwork> ;
    schema:name "Pure Stone / Risa Youki"@en,
        "ピュアストーン / 結城梨沙"@ja,
        "Pure Stone / Risa Youki"@ja-latn .

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

<album/16246#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pure Stone / Risa Youki"@en,
        "ピュアストーン / 結城梨沙"@ja,
        "Pure Stone / Risa Youki"@ja-latn ;
    mo:performance_of <album/16246#musicalwork> ;
    mo:performer <artist/32613#subject> ;
    mo:recorded_as <album/16246#musicalexpression> ;
    schema:byArtist <artist/32613#subject> ;
    schema:name "Pure Stone / Risa Youki"@en,
        "ピュアストーン / 結城梨沙"@ja,
        "Pure Stone / Risa Youki"@ja-latn ;
    schema:workPerformed <album/16246#musicalwork> .

<artist/32613#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/16246#performance> ;
    schema:name "King Orchestra"@en,
        "キングオーケストラ"@ja ;
    foaf:name "King Orchestra"@en,
        "キングオーケストラ"@ja .

<album/16246#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1987-04-21"^^xsd:date ;
    dcterms:title "Pure Stone / Risa Youki"@en,
        "ピュアストーン / 結城梨沙"@ja,
        "Pure Stone / Risa Youki"@ja-latn ;
    mo:catalogue_number "K07S-10177" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/16246#musicalexpression> ;
    mo:publisher <org/21#subject> ;
    mo:record _:Nbfbf0bd638a443a0b5ba70e47828002e ;
    mo:record_count 1 ;
    schema:about <product/16623#subject> ;
    schema:byArtist <artist/32613#subject> ;
    schema:datePublished "1987-04-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/64/16246/16246-1507491896.jpg> ;
    schema:name "Pure Stone / Risa Youki"@en,
        "ピュアストーン / 結城梨沙"@ja,
        "Pure Stone / Risa Youki"@ja-latn ;
    schema:publisher <org/21#subject> ;
    foaf:depiction <https://media.vgm.io/albums/64/16246/16246-1507491896.jpg> .

_:N141f20ae44294853a5ac6fc141486fda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ピュアストーン"@ja,
        "Pure Stone"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Nbfbf0bd638a443a0b5ba70e47828002e ;
    schema:name "ピュアストーン"@ja,
        "Pure Stone"@ja-latn .

_:Ned5dc19efc23469aa19228e247989d9a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Push!"@ja,
        "Push!"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:Nbfbf0bd638a443a0b5ba70e47828002e ;
    schema:name "Push!"@ja,
        "Push!"@ja-latn .

_:Nbfbf0bd638a443a0b5ba70e47828002e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N141f20ae44294853a5ac6fc141486fda,
        _:Ned5dc19efc23469aa19228e247989d9a ;
    mo:track_count 2 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N141f20ae44294853a5ac6fc141486fda,
        _:Ned5dc19efc23469aa19228e247989d9a .

