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

<artist/13073#subject> a schema:Person,
        foaf:Person ;
    schema:name "hotaru"@en ;
    foaf:made <album/96267#lyrics>,
        <album/96267#subject> ;
    foaf:name "hotaru"@en .

<artist/16765#subject> a schema:Person,
        foaf:Person ;
    schema:name "Karasuya-sabou"@en,
        "烏屋茶房"@ja ;
    foaf:made <album/96267#lyrics>,
        <album/96267#subject> ;
    foaf:name "Karasuya-sabou"@en,
        "烏屋茶房"@ja .

<artist/30549#subject> a schema:Person,
        foaf:Person ;
    schema:name "nonoc"@en ;
    foaf:made <album/96267#subject>,
        <album/96267#vocals> ;
    foaf:name "nonoc"@en .

<artist/11721#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96267#subject> ;
    schema:name "Hige Driver"@en,
        "ヒゲドライバー"@ja ;
    foaf:made <album/96267#composition>,
        <album/96267#subject> ;
    foaf:name "Hige Driver"@en,
        "ヒゲドライバー"@ja .

<artist/13459#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96267#subject> ;
    schema:name "Powerless"@en ;
    foaf:made <album/96267#composition>,
        <album/96267#subject> ;
    foaf:name "Powerless"@en .

<artist/8869#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96267#subject> ;
    schema:name "Tom-H@ck"@en ;
    foaf:made <album/96267#composition>,
        <album/96267#subject> ;
    foaf:name "Tom-H@ck"@en .

<product/7510#subject> a schema:CreativeWork ;
    schema:name "Re:ZERO -Starting Life in Another World- The Frozen Bond"@en,
        "Re:ゼロから始める異世界生活 氷結の絆"@ja,
        "Re:Zero kara Hajimeru Isekai Seikatsu: Hyouketsu no Kizuna"@ja-latn ;
    foaf:name "Re:ZERO -Starting Life in Another World- The Frozen Bond"@en,
        "Re:ゼロから始める異世界生活 氷結の絆"@ja,
        "Re:Zero kara Hajimeru Isekai Seikatsu: Hyouketsu no Kizuna"@ja-latn .

<product/8090#subject> a schema:CreativeWork ;
    schema:name "Re:ZERO -Starting Life in Another World- Season 2"@en,
        "Re:ゼロから始める異世界生活 2nd season"@ja,
        "Re:Zero kara Hajimeru Isekai Seikatsu 2nd season"@ja-latn ;
    foaf:name "Re:ZERO -Starting Life in Another World- Season 2"@en,
        "Re:ゼロから始める異世界生活 2nd season"@ja,
        "Re:Zero kara Hajimeru Isekai Seikatsu 2nd season"@ja-latn .

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

<album/96267#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Memento / nonoc"@en,
        "Memento / nonoc"@ja,
        "Memento / nonoc"@ja-latn ;
    mo:performance_of <album/96267#musicalwork> ;
    mo:recorded_as <album/96267#musicalexpression> ;
    schema:name "Memento / nonoc"@en,
        "Memento / nonoc"@ja,
        "Memento / nonoc"@ja-latn ;
    schema:workPerformed <album/96267#musicalwork> .

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

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

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

<https://medium-media.vgm.io/albums/76/96267/96267-1591951083.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/96267#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Memento / nonoc"@en,
        "Memento / nonoc"@ja,
        "Memento / nonoc"@ja-latn ;
    mo:composer <artist/11721#subject>,
        <artist/13459#subject>,
        <artist/8869#subject> ;
    mo:produced_work <album/96267#musicalwork> ;
    schema:name "Memento / nonoc"@en,
        "Memento / nonoc"@ja,
        "Memento / nonoc"@ja-latn .

<album/96267#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-09-02"^^xsd:date ;
    dcterms:title "Memento / nonoc"@en,
        "Memento / nonoc"@ja,
        "Memento / nonoc"@ja-latn ;
    mo:catalogue_number "ZMCZ-14012" ;
    mo:media_type "CD" ;
    mo:publication_of <album/96267#musicalexpression> ;
    mo:publisher <org/1964#subject> ;
    mo:record _:N89e2101e4147464495e3d47e7968ec97 ;
    mo:record_count 1 ;
    schema:about <product/7510#subject>,
        <product/8090#subject> ;
    schema:datePublished "2020-09-02"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/76/96267/96267-1591951083.jpg> ;
    schema:name "Memento / nonoc"@en,
        "Memento / nonoc"@ja,
        "Memento / nonoc"@ja-latn ;
    schema:publisher <org/1964#subject> ;
    foaf:depiction <https://media.vgm.io/albums/76/96267/96267-1591951083.jpg> .

_:N1344af65d875495c9e59f3d3bf0e83d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雪の果てに君の名を(instrumental)"@ja,
        "Yuki no Hate ni Kimi no Na wo (instrumental)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT7:33"^^xsd:interval ;
    schema:inPlaylist _:N89e2101e4147464495e3d47e7968ec97 ;
    schema:name "雪の果てに君の名を(instrumental)"@ja,
        "Yuki no Hate ni Kimi no Na wo (instrumental)"@ja-latn .

_:N6840a82174554250a1948b55c4676680 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Memento(instrumental)"@ja,
        "Memento (instrumental)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N89e2101e4147464495e3d47e7968ec97 ;
    schema:name "Memento(instrumental)"@ja,
        "Memento (instrumental)"@ja-latn .

_:Ne33488b54cf342f38be9431b1e575b4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雪の果てに君の名を"@ja,
        "Yuki no Hate ni Kimi no Na wo"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT7:33"^^xsd:interval ;
    schema:inPlaylist _:N89e2101e4147464495e3d47e7968ec97 ;
    schema:name "雪の果てに君の名を"@ja,
        "Yuki no Hate ni Kimi no Na wo"@ja-latn .

_:Neb6998725ad84c1ca6d79dbf13ec62af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Memento"@ja,
        "Memento"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N89e2101e4147464495e3d47e7968ec97 ;
    schema:name "Memento"@ja,
        "Memento"@ja-latn .

_:N89e2101e4147464495e3d47e7968ec97 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1344af65d875495c9e59f3d3bf0e83d0,
        _:N6840a82174554250a1948b55c4676680,
        _:Ne33488b54cf342f38be9431b1e575b4a,
        _:Neb6998725ad84c1ca6d79dbf13ec62af ;
    mo:track_count 4 ;
    schema:duration "PT25:14"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N1344af65d875495c9e59f3d3bf0e83d0,
        _:N6840a82174554250a1948b55c4676680,
        _:Ne33488b54cf342f38be9431b1e575b4a,
        _:Neb6998725ad84c1ca6d79dbf13ec62af .

