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

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

<product/6687#subject> a schema:CreativeWork ;
    schema:name "GOBLIN SLAYER (TV)"@en,
        "ゴブリンスレイヤー (TV)"@ja,
        "GOBLIN SLAYER (TV)"@ja-latn ;
    foaf:name "GOBLIN SLAYER (TV)"@en,
        "ゴブリンスレイヤー (TV)"@ja,
        "GOBLIN SLAYER (TV)"@ja-latn .

<album/80772#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "gin no kisei / soraru [Goblin Slayer Edition]"@en,
        "銀の祈誓 / そらる [ゴブリンスレイヤー盤]"@ja,
        "gin no kisei / soraru [Goblin Slayer Edition]"@ja-latn ;
    mo:composer <artist/17577#subject> ;
    mo:produced_work <album/80772#musicalwork> ;
    schema:name "gin no kisei / soraru [Goblin Slayer Edition]"@en,
        "銀の祈誓 / そらる [ゴブリンスレイヤー盤]"@ja,
        "gin no kisei / soraru [Goblin Slayer Edition]"@ja-latn .

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

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

<org/2380#subject> schema:name "Universal Music"@en,
        "Universal Music"@ja,
        "Universal Music"@ja-latn ;
    foaf:name "Universal Music"@en,
        "Universal Music"@ja,
        "Universal Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/27/80772/80772-1556659868.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/10391#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80772#performance> ;
    schema:name "Shogo Ohnishi"@en,
        "大西省吾"@ja ;
    foaf:name "Shogo Ohnishi"@en,
        "大西省吾"@ja .

<artist/14708#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80772#performance> ;
    schema:name "Yumao"@en,
        "ゆーまお"@ja ;
    foaf:name "Yumao"@en,
        "ゆーまお"@ja .

<artist/27730#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80772#performance> ;
    schema:name "Tomoki Numano"@en,
        "沼能友樹"@ja ;
    foaf:name "Tomoki Numano"@en,
        "沼能友樹"@ja .

<artist/17577#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80772#subject> ;
    mo:performed <album/80772#performance> ;
    schema:name "soraru"@en,
        "そらる"@ja ;
    foaf:made <album/80772#composition>,
        <album/80772#lyrics>,
        <album/80772#subject> ;
    foaf:name "soraru"@en,
        "そらる"@ja .

<album/80772#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "gin no kisei / soraru [Goblin Slayer Edition]"@en,
        "銀の祈誓 / そらる [ゴブリンスレイヤー盤]"@ja,
        "gin no kisei / soraru [Goblin Slayer Edition]"@ja-latn ;
    mo:performance_of <album/80772#musicalwork> ;
    mo:performer <artist/10391#subject>,
        <artist/14708#subject>,
        <artist/17577#subject>,
        <artist/27730#subject> ;
    mo:recorded_as <album/80772#musicalexpression> ;
    schema:byArtist <artist/10391#subject>,
        <artist/14708#subject>,
        <artist/17577#subject>,
        <artist/27730#subject> ;
    schema:name "gin no kisei / soraru [Goblin Slayer Edition]"@en,
        "銀の祈誓 / そらる [ゴブリンスレイヤー盤]"@ja,
        "gin no kisei / soraru [Goblin Slayer Edition]"@ja-latn ;
    schema:workPerformed <album/80772#musicalwork> .

<album/80772#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-11-28"^^xsd:date ;
    dcterms:title "gin no kisei / soraru [Goblin Slayer Edition]"@en,
        "銀の祈誓 / そらる [ゴブリンスレイヤー盤]"@ja,
        "gin no kisei / soraru [Goblin Slayer Edition]"@ja-latn ;
    mo:catalogue_number "TYCT-39097" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/80772#musicalexpression> ;
    mo:publisher <org/2380#subject> ;
    mo:record _:N99e58a9d4b3740ac87e416bdabc2f8d5,
        _:N9c42fbd5c6a845aebcb899ab00ef6d77 ;
    mo:record_count 2 ;
    schema:about <product/6687#subject> ;
    schema:byArtist <artist/10391#subject>,
        <artist/14708#subject>,
        <artist/17577#subject>,
        <artist/27730#subject> ;
    schema:datePublished "2018-11-28"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/27/80772/80772-1556659868.jpg> ;
    schema:name "gin no kisei / soraru [Goblin Slayer Edition]"@en,
        "銀の祈誓 / そらる [ゴブリンスレイヤー盤]"@ja,
        "gin no kisei / soraru [Goblin Slayer Edition]"@ja-latn ;
    schema:publisher <org/2380#subject> ;
    foaf:depiction <https://media.vgm.io/albums/27/80772/80772-1556659868.jpg> .

_:N05e12542f9c049119e18cfe6ace93da7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ゆきどけ"@ja,
        "yukidoke"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N9c42fbd5c6a845aebcb899ab00ef6d77 ;
    schema:name "ゆきどけ"@ja,
        "yukidoke"@ja-latn .

_:N10286eb0e6a244e5a5fb8ce19c387c2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "銀の祈誓"@ja,
        "gin no kisei"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N9c42fbd5c6a845aebcb899ab00ef6d77 ;
    schema:name "銀の祈誓"@ja,
        "gin no kisei"@ja-latn .

_:N26a6e8807da94e28819f50fe29092e66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "銀の祈誓 - TV SIZE Version -"@ja,
        "gin no kisei - TV SIZE Version -"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N9c42fbd5c6a845aebcb899ab00ef6d77 ;
    schema:name "銀の祈誓 - TV SIZE Version -"@ja,
        "gin no kisei - TV SIZE Version -"@ja-latn .

_:N5b00430ddb01411682e544fd11ed47ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "嘘つき魔女と灰色の虹 -acoustic ver.-"@ja,
        "usotsuki majo to haiiro no niji -acoustic ver.-"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N9c42fbd5c6a845aebcb899ab00ef6d77 ;
    schema:name "嘘つき魔女と灰色の虹 -acoustic ver.-"@ja,
        "usotsuki majo to haiiro no niji -acoustic ver.-"@ja-latn .

_:N9ec5aa4838c84a14823b8b0b1790470e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「銀の祈誓」Animation Music Video"@ja,
        "\"gin no kisei\" Animation Music Video"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N99e58a9d4b3740ac87e416bdabc2f8d5 ;
    schema:name "「銀の祈誓」Animation Music Video"@ja,
        "\"gin no kisei\" Animation Music Video"@ja-latn .

_:Ndc48d41ebba14176a860a52e0f7774d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「アーティストビジュアル撮影 メイキング映像」"@ja,
        "\"Artist Visual Satsuei Making Eizou\""@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT6:44"^^xsd:interval ;
    schema:inPlaylist _:N99e58a9d4b3740ac87e416bdabc2f8d5 ;
    schema:name "「アーティストビジュアル撮影 メイキング映像」"@ja,
        "\"Artist Visual Satsuei Making Eizou\""@ja-latn .

_:N99e58a9d4b3740ac87e416bdabc2f8d5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N9ec5aa4838c84a14823b8b0b1790470e,
        _:Ndc48d41ebba14176a860a52e0f7774d2 ;
    mo:track_count 2 ;
    schema:duration "PT10:15"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N9ec5aa4838c84a14823b8b0b1790470e,
        _:Ndc48d41ebba14176a860a52e0f7774d2 .

_:N9c42fbd5c6a845aebcb899ab00ef6d77 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N05e12542f9c049119e18cfe6ace93da7,
        _:N10286eb0e6a244e5a5fb8ce19c387c2a,
        _:N26a6e8807da94e28819f50fe29092e66,
        _:N5b00430ddb01411682e544fd11ed47ec ;
    mo:track_count 4 ;
    schema:duration "PT13:16"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N05e12542f9c049119e18cfe6ace93da7,
        _:N10286eb0e6a244e5a5fb8ce19c387c2a,
        _:N26a6e8807da94e28819f50fe29092e66,
        _:N5b00430ddb01411682e544fd11ed47ec .

