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

<artist/37547#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yua Shinno"@en,
        "神野友亜"@ja ;
    foaf:made <album/123538#lyrics>,
        <album/123538#subject> ;
    foaf:name "Yua Shinno"@en,
        "神野友亜"@ja .

<artist/9499#subject> a schema:Person,
        foaf:Person ;
    schema:name "Izumi Sakai"@en,
        "坂井泉水"@ja ;
    foaf:made <album/123538#lyrics>,
        <album/123538#subject> ;
    foaf:name "Izumi Sakai"@en,
        "坂井泉水"@ja .

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

<artist/17822#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123538#subject> ;
    schema:name "Masazumi Ozawa"@en,
        "小澤正澄"@ja ;
    foaf:made <album/123538#composition>,
        <album/123538#subject> ;
    foaf:name "Masazumi Ozawa"@en,
        "小澤正澄"@ja .

<artist/3908#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123538#subject> ;
    schema:name "Aika Ohno"@en,
        "大野愛果"@ja ;
    foaf:made <album/123538#composition>,
        <album/123538#subject> ;
    foaf:name "Aika Ohno"@en,
        "大野愛果"@ja .

<product/485#subject> a schema:CreativeWork ;
    schema:name "Case Closed"@en,
        "名探偵コナン"@ja,
        "Meitantei Conan"@ja-latn ;
    foaf:name "Case Closed"@en,
        "名探偵コナン"@ja,
        "Meitantei Conan"@ja-latn .

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

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

<https://media.vgm.io/albums/83/123538/123538-3cf65bdcbcef.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123538#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/83/123538/123538-3cf65bdcbcef.jpg> ;
    foaf:depicts <album/123538#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/83/123538/123538-3cf65bdcbcef.jpg> .

<https://medium-media.vgm.io/albums/83/123538/123538-3cf65bdcbcef.jpg> a schema:ImageObject,
        foaf:Image .

<album/123538#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Karappo no Kokoro / SARD UNDERGROUND [Detective Conan Edition]"@en,
        "空っぽの心 / SARD UNDERGROUND [名探偵コナン盤]"@ja,
        "Karappo no Kokoro / SARD UNDERGROUND [Meitantei Conan Edition]"@ja-latn ;
    mo:composer <artist/17822#subject>,
        <artist/3908#subject> ;
    mo:produced_work <album/123538#musicalwork> ;
    schema:name "Karappo no Kokoro / SARD UNDERGROUND [Detective Conan Edition]"@en,
        "空っぽの心 / SARD UNDERGROUND [名探偵コナン盤]"@ja,
        "Karappo no Kokoro / SARD UNDERGROUND [Meitantei Conan Edition]"@ja-latn .

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

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

<album/123538#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Karappo no Kokoro / SARD UNDERGROUND [Detective Conan Edition]"@en,
        "空っぽの心 / SARD UNDERGROUND [名探偵コナン盤]"@ja,
        "Karappo no Kokoro / SARD UNDERGROUND [Meitantei Conan Edition]"@ja-latn ;
    mo:performance_of <album/123538#musicalwork> ;
    mo:performer <artist/37549#subject> ;
    mo:recorded_as <album/123538#musicalexpression> ;
    schema:byArtist <artist/37549#subject> ;
    schema:name "Karappo no Kokoro / SARD UNDERGROUND [Detective Conan Edition]"@en,
        "空っぽの心 / SARD UNDERGROUND [名探偵コナン盤]"@ja,
        "Karappo no Kokoro / SARD UNDERGROUND [Meitantei Conan Edition]"@ja-latn ;
    schema:workPerformed <album/123538#musicalwork> .

<artist/37549#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/123538#performance> ;
    schema:name "SARD UNDERGROUND"@en ;
    foaf:name "SARD UNDERGROUND"@en .

<album/123538#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-05-18"^^xsd:date ;
    dcterms:title "Karappo no Kokoro / SARD UNDERGROUND [Detective Conan Edition]"@en,
        "空っぽの心 / SARD UNDERGROUND [名探偵コナン盤]"@ja,
        "Karappo no Kokoro / SARD UNDERGROUND [Meitantei Conan Edition]"@ja-latn ;
    mo:catalogue_number "GZCA-7185" ;
    mo:media_type "CD" ;
    mo:publication_of <album/123538#musicalexpression> ;
    mo:publisher <org/2931#subject> ;
    mo:record _:N8b4c27a225be4cfda0adb7e2c10022c9 ;
    mo:record_count 1 ;
    schema:about <product/485#subject> ;
    schema:byArtist <artist/37549#subject> ;
    schema:datePublished "2022-05-18"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/83/123538/123538-3cf65bdcbcef.jpg> ;
    schema:name "Karappo no Kokoro / SARD UNDERGROUND [Detective Conan Edition]"@en,
        "空っぽの心 / SARD UNDERGROUND [名探偵コナン盤]"@ja,
        "Karappo no Kokoro / SARD UNDERGROUND [Meitantei Conan Edition]"@ja-latn ;
    schema:publisher <org/2931#subject> ;
    foaf:depiction <https://media.vgm.io/albums/83/123538/123538-3cf65bdcbcef.jpg> .

_:N2e7ec858d18f40e6829d0b7a1df49838 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空っぽの心"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N8b4c27a225be4cfda0adb7e2c10022c9 ;
    schema:name "空っぽの心"@ja .

_:N30daf431fb0e423d9ab7d056f1c5eca0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悲しいほど貴方が好き"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N8b4c27a225be4cfda0adb7e2c10022c9 ;
    schema:name "悲しいほど貴方が好き"@ja .

_:N50415d4d045447b5b03b7e4f1d1f41f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空っぽの心 (TV size)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:N8b4c27a225be4cfda0adb7e2c10022c9 ;
    schema:name "空っぽの心 (TV size)"@ja .

_:N8b4c27a225be4cfda0adb7e2c10022c9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2e7ec858d18f40e6829d0b7a1df49838,
        _:N30daf431fb0e423d9ab7d056f1c5eca0,
        _:N50415d4d045447b5b03b7e4f1d1f41f0 ;
    mo:track_count 3 ;
    schema:duration "PT9:32"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N2e7ec858d18f40e6829d0b7a1df49838,
        _:N30daf431fb0e423d9ab7d056f1c5eca0,
        _:N50415d4d045447b5b03b7e4f1d1f41f0 .

