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

<artist/456#subject> a schema:Person,
        foaf:Person ;
    schema:name "Isao Sasaki"@en,
        "ささきいさお"@ja ;
    foaf:made <album/75160#subject>,
        <album/75160#vocals> ;
    foaf:name "Isao Sasaki"@en,
        "ささきいさお"@ja .

<artist/5916#subject> a schema:Person,
        foaf:Person ;
    schema:name "Suginami Junior Chorus"@en,
        "杉並児童合唱団"@ja ;
    foaf:made <album/75160#subject>,
        <album/75160#vocals> ;
    foaf:name "Suginami Junior Chorus"@en,
        "杉並児童合唱団"@ja .

<artist/8794#subject> a schema:Person,
        foaf:Person ;
    schema:name "Jun Hashimoto"@en,
        "橋本淳"@ja ;
    foaf:made <album/75160#lyrics>,
        <album/75160#subject> ;
    foaf:name "Jun Hashimoto"@en,
        "橋本淳"@ja .

<album/75161> a mo:Release ;
    mo:catalogue_number "CH-207" .

<album/96724> a mo:Release ;
    mo:catalogue_number "TACD-0003" .

<artist/8902#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/75160#subject> ;
    schema:name "Masaaki Hirao"@en,
        "平尾昌晃"@ja ;
    foaf:made <album/75160#composition>,
        <album/75160#subject> ;
    foaf:name "Masaaki Hirao"@en,
        "平尾昌晃"@ja .

<product/1224#subject> a schema:CreativeWork ;
    schema:name "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Ginga Tetsudou 999"@ja-latn ;
    foaf:name "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Ginga Tetsudou 999"@ja-latn .

<album/75160#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Galaxy Express 999"@ja-latn ;
    mo:composer <artist/8902#subject> ;
    mo:produced_work <album/75160#musicalwork> ;
    schema:name "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Galaxy Express 999"@ja-latn .

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

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

<album/75160#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Galaxy Express 999"@ja-latn ;
    mo:performance_of <album/75160#musicalwork> ;
    mo:recorded_as <album/75160#musicalexpression> ;
    schema:name "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Galaxy Express 999"@ja-latn ;
    schema:workPerformed <album/75160#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/06/75160/75160-1518300772.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/75160#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1978-10-01"^^xsd:date ;
    dcterms:title "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Galaxy Express 999"@ja-latn ;
    mo:catalogue_number "SCS-433" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:other_release_of <album/75161>,
        <album/96724> ;
    mo:publication_of <album/75160#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N8662d702cc3149c892c720e251c9fe01 ;
    mo:record_count 1 ;
    schema:about <product/1224#subject> ;
    schema:datePublished "1978-10-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/06/75160/75160-1518300772.jpg> ;
    schema:name "Galaxy Express 999"@en,
        "銀河鉄道999"@ja,
        "Galaxy Express 999"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/06/75160/75160-1518300772.jpg> .

_:N7992d83089404d92a79deffb6fe04b7d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "青い地球"@ja,
        "Aoi Chikyuu"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N8662d702cc3149c892c720e251c9fe01 ;
    schema:name "青い地球"@ja,
        "Aoi Chikyuu"@ja-latn .

_:N7c6d867c880d47be9b4fc7cdf76b86f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "銀河鉄道999"@ja,
        "Ginga Tetsudou 999"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N8662d702cc3149c892c720e251c9fe01 ;
    schema:name "銀河鉄道999"@ja,
        "Ginga Tetsudou 999"@ja-latn .

_:N8662d702cc3149c892c720e251c9fe01 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7992d83089404d92a79deffb6fe04b7d,
        _:N7c6d867c880d47be9b4fc7cdf76b86f3 ;
    mo:track_count 2 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N7992d83089404d92a79deffb6fe04b7d,
        _:N7c6d867c880d47be9b4fc7cdf76b86f3 .

