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

<artist/31963#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kaede Kobayashi"@en,
        "小林楓"@ja ;
    foaf:made <album/137716#subject>,
        <album/137716#vocals> ;
    foaf:name "Kaede Kobayashi"@en,
        "小林楓"@ja .

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

<artist/1494#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137716#subject> ;
    schema:name "Fumio Ito"@en,
        "伊藤二三雄"@ja ;
    foaf:made <album/137716#composition>,
        <album/137716#subject> ;
    foaf:name "Fumio Ito"@en,
        "伊藤二三雄"@ja .

<artist/1495#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137716#subject> ;
    schema:name "Hideaki Miyamoto"@en,
        "宮本英明"@ja ;
    foaf:made <album/137716#composition>,
        <album/137716#subject> ;
    foaf:name "Hideaki Miyamoto"@en,
        "宮本英明"@ja .

<artist/156#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137716#subject> ;
    schema:name "Takenobu Mitsuyoshi"@en,
        "光吉猛修"@ja ;
    foaf:made <album/137716#composition>,
        <album/137716#subject> ;
    foaf:name "Takenobu Mitsuyoshi"@en,
        "光吉猛修"@ja .

<artist/157#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137716#subject> ;
    schema:name "Koichi Namiki"@en,
        "並木晃一"@ja ;
    foaf:made <album/137716#composition>,
        <album/137716#subject> ;
    foaf:name "Koichi Namiki"@en,
        "並木晃一"@ja .

<artist/449#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137716#subject> ;
    schema:name "Naofumi Hataya"@en,
        "幡谷尚史"@ja ;
    foaf:made <album/137716#composition>,
        <album/137716#subject> ;
    foaf:name "Naofumi Hataya"@en,
        "幡谷尚史"@ja .

<product/4175#subject> a schema:CreativeWork ;
    schema:name "Burning Rangers"@en,
        "バーニングレンジャー"@ja,
        "Burning Rangers"@ja-latn ;
    foaf:name "Burning Rangers"@en,
        "バーニングレンジャー"@ja,
        "Burning Rangers"@ja-latn .

<product/7887#subject> a schema:CreativeWork ;
    schema:name "SEGA RALLY 2006"@en,
        "セガラリー2006"@ja,
        "SEGA RALLY 2006"@ja-latn ;
    foaf:name "SEGA RALLY 2006"@en,
        "セガラリー2006"@ja,
        "SEGA RALLY 2006"@ja-latn .

<product/9321#subject> a schema:CreativeWork ;
    schema:name "SEGA SUPER GT"@en,
        "スカッド・レース"@ja,
        "SCUD RACE"@ja-latn ;
    foaf:name "SEGA SUPER GT"@en,
        "スカッド・レース"@ja,
        "SCUD RACE"@ja-latn .

<release/2701#subject> a schema:CreativeWork ;
    schema:name "OutRun2"@en,
        "アウトラン2"@ja,
        "OutRun2"@ja-latn ;
    foaf:name "OutRun2"@en,
        "アウトラン2"@ja,
        "OutRun2"@ja-latn .

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

<album/137716#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "How long are you going to do this? / Koichi Namiki"@en,
        "How long are you going to do this? / Koichi Namiki"@ja,
        "How long are you going to do this? / Koichi Namiki"@ja-latn ;
    mo:performance_of <album/137716#musicalwork> ;
    mo:recorded_as <album/137716#musicalexpression> ;
    schema:name "How long are you going to do this? / Koichi Namiki"@en,
        "How long are you going to do this? / Koichi Namiki"@ja,
        "How long are you going to do this? / Koichi Namiki"@ja-latn ;
    schema:workPerformed <album/137716#musicalwork> .

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

<https://media.vgm.io/albums/61/137716/137716-9306b3fe9058.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/137716#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/61/137716/137716-9306b3fe9058.jpg> ;
    foaf:depicts <album/137716#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/61/137716/137716-9306b3fe9058.jpg> .

<https://medium-media.vgm.io/albums/61/137716/137716-9306b3fe9058.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/137716#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "How long are you going to do this? / Koichi Namiki"@en,
        "How long are you going to do this? / Koichi Namiki"@ja,
        "How long are you going to do this? / Koichi Namiki"@ja-latn ;
    mo:composer <artist/1494#subject>,
        <artist/1495#subject>,
        <artist/156#subject>,
        <artist/157#subject>,
        <artist/449#subject> ;
    mo:produced_work <album/137716#musicalwork> ;
    schema:name "How long are you going to do this? / Koichi Namiki"@en,
        "How long are you going to do this? / Koichi Namiki"@ja,
        "How long are you going to do this? / Koichi Namiki"@ja-latn .

<album/137716#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-04-13"^^xsd:date ;
    dcterms:title "How long are you going to do this? / Koichi Namiki"@en,
        "How long are you going to do this? / Koichi Namiki"@ja,
        "How long are you going to do this? / Koichi Namiki"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/137716#musicalexpression> ;
    mo:publisher _:N5cba6792611248f3bb2f2d03cfcc3f18 ;
    mo:record _:Naf32488e069142afb6a11698135d8fa2 ;
    mo:record_count 1 ;
    schema:about <product/4175#subject>,
        <product/7887#subject>,
        <product/9321#subject>,
        <release/2701#subject> ;
    schema:datePublished "2024-04-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/61/137716/137716-9306b3fe9058.jpg> ;
    schema:name "How long are you going to do this? / Koichi Namiki"@en,
        "How long are you going to do this? / Koichi Namiki"@ja,
        "How long are you going to do this? / Koichi Namiki"@ja-latn ;
    schema:publisher _:N5cba6792611248f3bb2f2d03cfcc3f18 ;
    foaf:depiction <https://media.vgm.io/albums/61/137716/137716-9306b3fe9058.jpg> .

_:N5c518f4ed92f4cacb9fb9a31a16ee011 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flight in the Dark \"SCUD RACE\""@en ;
    mo:track_number 2 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:Naf32488e069142afb6a11698135d8fa2 ;
    schema:name "Flight in the Dark \"SCUD RACE\""@en .

_:N5cba6792611248f3bb2f2d03cfcc3f18 schema:name "Blind Spot"@en,
        "Blind Spot"@ja,
        "Blind Spot"@ja-latn ;
    foaf:name "Blind Spot"@en,
        "Blind Spot"@ja,
        "Blind Spot"@ja-latn .

_:N7857165eeea1421bb25288f9a488928d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shiny World \"OutRun2\""@en ;
    mo:track_number 3 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Naf32488e069142afb6a11698135d8fa2 ;
    schema:name "Shiny World \"OutRun2\""@en .

_:N8450eaef89c1447db98e4691a1d0ac93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "How long are you going to do this?"@en ;
    mo:track_number 1 ;
    schema:duration "PT12:19"^^xsd:interval ;
    schema:inPlaylist _:Naf32488e069142afb6a11698135d8fa2 ;
    schema:name "How long are you going to do this?"@en .

_:Nc82594b3dcf641bfa4454fdfd4b2b2e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Just Smile \"BURNING RANGERS\""@en ;
    mo:track_number 5 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:Naf32488e069142afb6a11698135d8fa2 ;
    schema:name "I Just Smile \"BURNING RANGERS\""@en .

_:Ne6e31eaf0e8b46c5bdf0c56566924450 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temptation of Speed \"SEGA RALLY 2006\""@en ;
    mo:track_number 4 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:Naf32488e069142afb6a11698135d8fa2 ;
    schema:name "Temptation of Speed \"SEGA RALLY 2006\""@en .

_:Naf32488e069142afb6a11698135d8fa2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5c518f4ed92f4cacb9fb9a31a16ee011,
        _:N7857165eeea1421bb25288f9a488928d,
        _:N8450eaef89c1447db98e4691a1d0ac93,
        _:Nc82594b3dcf641bfa4454fdfd4b2b2e8,
        _:Ne6e31eaf0e8b46c5bdf0c56566924450 ;
    mo:track_count 5 ;
    schema:duration "PT27:35"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N5c518f4ed92f4cacb9fb9a31a16ee011,
        _:N7857165eeea1421bb25288f9a488928d,
        _:N8450eaef89c1447db98e4691a1d0ac93,
        _:Nc82594b3dcf641bfa4454fdfd4b2b2e8,
        _:Ne6e31eaf0e8b46c5bdf0c56566924450 .

