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

<artist/5854#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rin Iogi"@en,
        "井荻麟"@ja ;
    foaf:made <album/46468#lyrics>,
        <album/46468#subject> ;
    foaf:name "Rin Iogi"@en,
        "井荻麟"@ja .

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

<artist/3401#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/46468#subject> ;
    schema:name "Takeo Watanabe"@en,
        "渡辺岳夫"@ja ;
    foaf:made <album/46468#composition>,
        <album/46468#subject> ;
    foaf:name "Takeo Watanabe"@en,
        "渡辺岳夫"@ja .

<product/587#subject> a schema:CreativeWork ;
    schema:name "Mobile Suit Gundam (Series)"@en,
        "機動戦士ガンダム (Series)"@ja,
        "Kidou Senshi Gundam (Series)"@ja-latn ;
    foaf:name "Mobile Suit Gundam (Series)"@en,
        "機動戦士ガンダム (Series)"@ja,
        "Kidou Senshi Gundam (Series)"@ja-latn .

<album/46468#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ima wa Oyasumi (Serifu-iri) / Eien ni Amuro / Keiko Toda"@en,
        "いまはおやすみ(セリフ入り)／永遠にアムロ/戸田惠子"@ja,
        "Now is Good Night (with words) / Forever Amuro"@ja-latn ;
    mo:composer <artist/3401#subject> ;
    mo:produced_work <album/46468#musicalwork> ;
    schema:name "Ima wa Oyasumi (Serifu-iri) / Eien ni Amuro / Keiko Toda"@en,
        "いまはおやすみ(セリフ入り)／永遠にアムロ/戸田惠子"@ja,
        "Now is Good Night (with words) / Forever Amuro"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/86/46468/46468-1592149498.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/27439#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/46468#performance> ;
    schema:name "The Blessin' Four"@en,
        "ザ・ブレッスン・フォー"@ja ;
    foaf:name "The Blessin' Four"@en,
        "ザ・ブレッスン・フォー"@ja .

<artist/34072#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/46468#performance> ;
    schema:name "Freezer"@en,
        "フリーザー"@ja ;
    foaf:name "Freezer"@en,
        "フリーザー"@ja .

<artist/8773#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/46468#performance> ;
    schema:name "Keiko Toda"@en,
        "戸田恵子"@ja ;
    foaf:name "Keiko Toda"@en,
        "戸田恵子"@ja .

<album/46468#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ima wa Oyasumi (Serifu-iri) / Eien ni Amuro / Keiko Toda"@en,
        "いまはおやすみ(セリフ入り)／永遠にアムロ/戸田惠子"@ja,
        "Now is Good Night (with words) / Forever Amuro"@ja-latn ;
    mo:performance_of <album/46468#musicalwork> ;
    mo:performer <artist/27439#subject>,
        <artist/34072#subject>,
        <artist/8773#subject> ;
    mo:recorded_as <album/46468#musicalexpression> ;
    schema:byArtist <artist/27439#subject>,
        <artist/34072#subject>,
        <artist/8773#subject> ;
    schema:name "Ima wa Oyasumi (Serifu-iri) / Eien ni Amuro / Keiko Toda"@en,
        "いまはおやすみ(セリフ入り)／永遠にアムロ/戸田惠子"@ja,
        "Now is Good Night (with words) / Forever Amuro"@ja-latn ;
    schema:workPerformed <album/46468#musicalwork> .

<album/46468#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1980-12-21"^^xsd:date ;
    dcterms:title "Ima wa Oyasumi (Serifu-iri) / Eien ni Amuro / Keiko Toda"@en,
        "いまはおやすみ(セリフ入り)／永遠にアムロ/戸田惠子"@ja,
        "Now is Good Night (with words) / Forever Amuro"@ja-latn ;
    mo:catalogue_number "K06S-3012" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/46468#musicalexpression> ;
    mo:publisher <org/4#subject> ;
    mo:record _:Nb807fe9171bc436190d761100fc7d4a0 ;
    mo:record_count 1 ;
    schema:about <product/587#subject> ;
    schema:byArtist <artist/27439#subject>,
        <artist/34072#subject>,
        <artist/8773#subject> ;
    schema:datePublished "1980-12-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/86/46468/46468-1592149498.jpg> ;
    schema:name "Ima wa Oyasumi (Serifu-iri) / Eien ni Amuro / Keiko Toda"@en,
        "いまはおやすみ(セリフ入り)／永遠にアムロ/戸田惠子"@ja,
        "Now is Good Night (with words) / Forever Amuro"@ja-latn ;
    schema:publisher <org/4#subject> ;
    foaf:depiction <https://media.vgm.io/albums/86/46468/46468-1592149498.jpg> .

_:N88488d48b74c476183e49f520c9fe3a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Now is Good Night (with words)"@en,
        "いまはおやすみ(セリフ入り)"@ja,
        "Ima wa Oyasumi (Serifu-iri)"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:Nb807fe9171bc436190d761100fc7d4a0 ;
    schema:name "Now is Good Night (with words)"@en,
        "いまはおやすみ(セリフ入り)"@ja,
        "Ima wa Oyasumi (Serifu-iri)"@ja-latn .

_:Ncfb075309b8d40c2a3e4f55f71d7b74f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forever Amuro"@en,
        "永遠にアムロ"@ja,
        "Eien ni Amuro"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:Nb807fe9171bc436190d761100fc7d4a0 ;
    schema:name "Forever Amuro"@en,
        "永遠にアムロ"@ja,
        "Eien ni Amuro"@ja-latn .

_:Nb807fe9171bc436190d761100fc7d4a0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N88488d48b74c476183e49f520c9fe3a6,
        _:Ncfb075309b8d40c2a3e4f55f71d7b74f ;
    mo:track_count 2 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N88488d48b74c476183e49f520c9fe3a6,
        _:Ncfb075309b8d40c2a3e4f55f71d7b74f .

