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

<artist/14534#subject> a schema:Person,
        foaf:Person ;
    schema:name "Meu Koharu"@en,
        "小春めう"@ja ;
    foaf:made <album/79747#subject>,
        <album/79747#vocals> ;
    foaf:name "Meu Koharu"@en,
        "小春めう"@ja .

<artist/14859#subject> a schema:Person,
        foaf:Person ;
    schema:name "Koharun"@en,
        "こはるん"@ja ;
    foaf:made <album/79747#lyrics>,
        <album/79747#subject> ;
    foaf:name "Koharun"@en,
        "こはるん"@ja .

<artist/14187#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79747#subject> ;
    schema:name "Yukihiro Ibuki"@en,
        "伊吹ユキヒロ"@ja ;
    foaf:made <album/79747#composition>,
        <album/79747#subject> ;
    foaf:name "Yukihiro Ibuki"@en,
        "伊吹ユキヒロ"@ja .

<product/6587#subject> a schema:CreativeWork ;
    schema:name "It does not reach the ears of the king!"@en,
        "王の耳には届かない!"@ja,
        "Ou no Mimi ni Todokanai!"@ja-latn ;
    foaf:name "It does not reach the ears of the king!"@en,
        "王の耳には届かない!"@ja,
        "Ou no Mimi ni Todokanai!"@ja-latn .

<album/79747#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "It does not reach the ears of the king! Goodwill Bonus Digital Contents CD: Only Your Shine"@en,
        "王の耳には届かない! グッドウィル特典デジタルコンテンツCD 「Only Your Shine」"@ja,
        "Ou no Mimi ni Todokanai! Goodwill Bonus Digital Contents CD: Only Your Shine"@ja-latn ;
    mo:composer <artist/14187#subject> ;
    mo:produced_work <album/79747#musicalwork> ;
    schema:name "It does not reach the ears of the king! Goodwill Bonus Digital Contents CD: Only Your Shine"@en,
        "王の耳には届かない! グッドウィル特典デジタルコンテンツCD 「Only Your Shine」"@ja,
        "Ou no Mimi ni Todokanai! Goodwill Bonus Digital Contents CD: Only Your Shine"@ja-latn .

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

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

<album/79747#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "It does not reach the ears of the king! Goodwill Bonus Digital Contents CD: Only Your Shine"@en,
        "王の耳には届かない! グッドウィル特典デジタルコンテンツCD 「Only Your Shine」"@ja,
        "Ou no Mimi ni Todokanai! Goodwill Bonus Digital Contents CD: Only Your Shine"@ja-latn ;
    mo:performance_of <album/79747#musicalwork> ;
    mo:recorded_as <album/79747#musicalexpression> ;
    schema:name "It does not reach the ears of the king! Goodwill Bonus Digital Contents CD: Only Your Shine"@en,
        "王の耳には届かない! グッドウィル特典デジタルコンテンツCD 「Only Your Shine」"@ja,
        "Ou no Mimi ni Todokanai! Goodwill Bonus Digital Contents CD: Only Your Shine"@ja-latn ;
    schema:workPerformed <album/79747#musicalwork> .

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

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

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

<https://vgmdb.net/db/img/album-nsfw-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/79747#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    foaf:depicts <album/79747#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

<album/79747#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-12-22"^^xsd:date ;
    dcterms:title "It does not reach the ears of the king! Goodwill Bonus Digital Contents CD: Only Your Shine"@en,
        "王の耳には届かない! グッドウィル特典デジタルコンテンツCD 「Only Your Shine」"@ja,
        "Ou no Mimi ni Todokanai! Goodwill Bonus Digital Contents CD: Only Your Shine"@ja-latn ;
    mo:catalogue_number "AXL-1612GW" ;
    mo:media_type "CD" ;
    mo:publication_of <album/79747#musicalexpression> ;
    mo:publisher <org/479#subject> ;
    mo:record _:N29010726434c41e38cbd7431907837de ;
    mo:record_count 1 ;
    schema:about <product/6587#subject> ;
    schema:datePublished "2016-12-22"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    schema:name "It does not reach the ears of the king! Goodwill Bonus Digital Contents CD: Only Your Shine"@en,
        "王の耳には届かない! グッドウィル特典デジタルコンテンツCD 「Only Your Shine」"@ja,
        "Ou no Mimi ni Todokanai! Goodwill Bonus Digital Contents CD: Only Your Shine"@ja-latn ;
    schema:publisher <org/479#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

_:N06eac36573a14f10bafb61d798a2237d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Only Your Shine -Instrumental_short ver-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N29010726434c41e38cbd7431907837de ;
    schema:name "Only Your Shine -Instrumental_short ver-"@ja .

_:N3e651ddb8b4540478be9a18e095e40e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Only Your Shine -Off vocal_short ver-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N29010726434c41e38cbd7431907837de ;
    schema:name "Only Your Shine -Off vocal_short ver-"@ja .

_:N5c52a9cd484c427d98cb87134c503ed8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Only Your Shine -Full ver-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N29010726434c41e38cbd7431907837de ;
    schema:name "Only Your Shine -Full ver-"@ja .

_:N6350c35e4e3d4f50b7f3d2df9812d8f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Only Your Shine -Instrumental-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N29010726434c41e38cbd7431907837de ;
    schema:name "Only Your Shine -Instrumental-"@ja .

_:Nbba30d7971574f80b4afd28cd277c8bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Only Your Shine -short ver-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N29010726434c41e38cbd7431907837de ;
    schema:name "Only Your Shine -short ver-"@ja .

_:Nd437a0fc90eb4cb59f84358d583ab59e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Only Your Shine -Off vocal-"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N29010726434c41e38cbd7431907837de ;
    schema:name "Only Your Shine -Off vocal-"@ja .

_:N29010726434c41e38cbd7431907837de a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N06eac36573a14f10bafb61d798a2237d,
        _:N3e651ddb8b4540478be9a18e095e40e3,
        _:N5c52a9cd484c427d98cb87134c503ed8,
        _:N6350c35e4e3d4f50b7f3d2df9812d8f4,
        _:Nbba30d7971574f80b4afd28cd277c8bf,
        _:Nd437a0fc90eb4cb59f84358d583ab59e ;
    mo:track_count 6 ;
    schema:duration "PT21:13"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N06eac36573a14f10bafb61d798a2237d,
        _:N3e651ddb8b4540478be9a18e095e40e3,
        _:N5c52a9cd484c427d98cb87134c503ed8,
        _:N6350c35e4e3d4f50b7f3d2df9812d8f4,
        _:Nbba30d7971574f80b4afd28cd277c8bf,
        _:Nd437a0fc90eb4cb59f84358d583ab59e .

