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

<artist/2498#subject> a schema:Person,
        foaf:Person ;
    schema:name "Linjin"@en,
        "隣人"@ja ;
    foaf:made <album/90004#lyrics>,
        <album/90004#subject> ;
    foaf:name "Linjin"@en,
        "隣人"@ja .

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/90004#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/90004#composition>,
        <album/90004#subject> ;
    foaf:name "ZUN"@en .

<event/209> a mo:Release ;
    schema:name "Released at Comic Market 94 (Aug 10, 2018 to Aug 12, 2018)" .

<product/6323#subject> a schema:CreativeWork ;
    schema:name "Touhou Hyouibana ~ Antinomy of Common Flowers."@en,
        "東方憑依華　〜 Antinomy of Common Flowers."@ja,
        "Touhou Hyouibana ~ Antinomy of Common Flowers."@ja-latn ;
    foaf:name "Touhou Hyouibana ~ Antinomy of Common Flowers."@en,
        "東方憑依華　〜 Antinomy of Common Flowers."@ja,
        "Touhou Hyouibana ~ Antinomy of Common Flowers."@ja-latn .

<album/90004#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "BILLIONAIRES' LAW"@en,
        "BILLIONAIRES' LAW"@ja,
        "BILLIONAIRES' LAW"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/90004#musicalwork> ;
    schema:name "BILLIONAIRES' LAW"@en,
        "BILLIONAIRES' LAW"@ja,
        "BILLIONAIRES' LAW"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/40/90004/90004-ce02ab32de0e.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/10288#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/90004#performance> ;
    schema:name "itori"@en,
        "絃鳥"@ja ;
    foaf:name "itori"@en,
        "絃鳥"@ja .

<artist/12577#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/90004#performance> ;
    schema:name "cold kiss"@en ;
    foaf:name "cold kiss"@en .

<artist/2514#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/90004#performance> ;
    schema:name "aki"@en ;
    foaf:name "aki"@en .

<artist/48244#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/90004#performance> ;
    schema:name "nachi"@en ;
    foaf:name "nachi"@en .

<album/90004#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "BILLIONAIRES' LAW"@en,
        "BILLIONAIRES' LAW"@ja,
        "BILLIONAIRES' LAW"@ja-latn ;
    mo:performance_of <album/90004#musicalwork> ;
    mo:performer <artist/10288#subject>,
        <artist/12577#subject>,
        <artist/2514#subject>,
        <artist/48244#subject> ;
    mo:recorded_as <album/90004#musicalexpression> ;
    schema:byArtist <artist/10288#subject>,
        <artist/12577#subject>,
        <artist/2514#subject>,
        <artist/48244#subject> ;
    schema:name "BILLIONAIRES' LAW"@en,
        "BILLIONAIRES' LAW"@ja,
        "BILLIONAIRES' LAW"@ja-latn ;
    schema:workPerformed <album/90004#musicalwork> .

<album/90004#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-08-10"^^xsd:date ;
    dcterms:title "BILLIONAIRES' LAW"@en,
        "BILLIONAIRES' LAW"@ja,
        "BILLIONAIRES' LAW"@ja-latn ;
    mo:catalogue_number "CK-0057P" ;
    mo:media_type "CD" ;
    mo:publication_of <album/90004#musicalexpression> ;
    mo:publisher <org/993#subject> ;
    mo:record _:N3ede203d1787492085788ab10290b3b6 ;
    mo:record_count 1 ;
    mo:release <event/209> ;
    schema:about <product/6323#subject> ;
    schema:byArtist <artist/10288#subject>,
        <artist/12577#subject>,
        <artist/2514#subject>,
        <artist/48244#subject> ;
    schema:datePublished "2018-08-10"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/90004/90004-ce02ab32de0e.jpg> ;
    schema:name "BILLIONAIRES' LAW"@en,
        "BILLIONAIRES' LAW"@ja,
        "BILLIONAIRES' LAW"@ja-latn ;
    schema:publisher <org/993#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/90004/90004-ce02ab32de0e.jpg> .

_:N1875969883e4458189b81577725637cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "loser like"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "loser like"@ja .

_:N1c5c60f41de94e7180e019914433d84d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A PRICELESS LOVE"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "A PRICELESS LOVE"@ja .

_:N235fe8d59c4d4a1d83c2a5b457679467 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天涯比隣のシンクロニシティ"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "天涯比隣のシンクロニシティ"@ja .

_:N282db13875314eafb7cd8ab096866837 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "jinx"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "jinx"@ja .

_:N6ea13401666c49438eb1ed8ce6531535 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "fragmentary LOOP"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "fragmentary LOOP"@ja .

_:N71ba6279fcb643c6a90e424fb1900c90 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "guardian angels"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "guardian angels"@ja .

_:N77822c83ee444d9c9a66202c054ea5d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BILLIONAIRES' LAW"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "BILLIONAIRES' LAW"@ja .

_:N8d81a08b44e0490e93b4e9706a877821 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "reminiscence"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "reminiscence"@ja .

_:Na54464d597e649c1b03b530a608e6cc0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EGOISTIC FLOWERS"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "EGOISTIC FLOWERS"@ja .

_:Nf5cc4a2e888741798fd10f627d9b2926 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Homeward Bound"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3ede203d1787492085788ab10290b3b6 ;
    schema:name "Homeward Bound"@ja .

_:N3ede203d1787492085788ab10290b3b6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1875969883e4458189b81577725637cb,
        _:N1c5c60f41de94e7180e019914433d84d,
        _:N235fe8d59c4d4a1d83c2a5b457679467,
        _:N282db13875314eafb7cd8ab096866837,
        _:N6ea13401666c49438eb1ed8ce6531535,
        _:N71ba6279fcb643c6a90e424fb1900c90,
        _:N77822c83ee444d9c9a66202c054ea5d1,
        _:N8d81a08b44e0490e93b4e9706a877821,
        _:Na54464d597e649c1b03b530a608e6cc0,
        _:Nf5cc4a2e888741798fd10f627d9b2926 ;
    mo:track_count 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N1875969883e4458189b81577725637cb,
        _:N1c5c60f41de94e7180e019914433d84d,
        _:N235fe8d59c4d4a1d83c2a5b457679467,
        _:N282db13875314eafb7cd8ab096866837,
        _:N6ea13401666c49438eb1ed8ce6531535,
        _:N71ba6279fcb643c6a90e424fb1900c90,
        _:N77822c83ee444d9c9a66202c054ea5d1,
        _:N8d81a08b44e0490e93b4e9706a877821,
        _:Na54464d597e649c1b03b530a608e6cc0,
        _:Nf5cc4a2e888741798fd10f627d9b2926 .

