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

<artist/3807#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takeshi Yokoyama"@en,
        "横山武"@ja ;
    foaf:made <album/13703#lyrics>,
        <album/13703#subject> ;
    foaf:name "Takeshi Yokoyama"@en,
        "横山武"@ja .

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

<artist/3118#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/13703#subject> ;
    schema:name "Yuko Asai"@en,
        "浅井裕子"@ja ;
    foaf:made <album/13703#composition>,
        <album/13703#subject> ;
    foaf:name "Yuko Asai"@en,
        "浅井裕子"@ja .

<album/13703#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Taeko Adachi - Loveridge"@en,
        "安達妙子　ラブリッジ"@ja,
        "Taeko Adachi - Loveridge"@ja-latn ;
    mo:composer <artist/3118#subject> ;
    mo:produced_work <album/13703#musicalwork> ;
    schema:name "Taeko Adachi - Loveridge"@en,
        "安達妙子　ラブリッジ"@ja,
        "Taeko Adachi - Loveridge"@ja-latn .

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

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

<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/30/13703/13703-1243649077.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/13703#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/30/13703/13703-1243649077.jpg> ;
    foaf:depicts <album/13703#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/30/13703/13703-1243649077.jpg> .

<https://medium-media.vgm.io/albums/30/13703/13703-1243649077.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/4482#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/13703#performance> ;
    schema:name "Yasuhiro Takato"@en,
        "高戸靖広"@ja ;
    foaf:name "Yasuhiro Takato"@en,
        "高戸靖広"@ja .

<artist/4486#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/13703#performance> ;
    schema:name "Junko Okada"@en,
        "岡田純子"@ja ;
    foaf:name "Junko Okada"@en,
        "岡田純子"@ja .

<album/13703#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Taeko Adachi - Loveridge"@en,
        "安達妙子　ラブリッジ"@ja,
        "Taeko Adachi - Loveridge"@ja-latn ;
    mo:performance_of <album/13703#musicalwork> ;
    mo:performer <artist/4482#subject>,
        <artist/4486#subject> ;
    mo:recorded_as <album/13703#musicalexpression> ;
    schema:byArtist <artist/4482#subject>,
        <artist/4486#subject> ;
    schema:name "Taeko Adachi - Loveridge"@en,
        "安達妙子　ラブリッジ"@ja,
        "Taeko Adachi - Loveridge"@ja-latn ;
    schema:workPerformed <album/13703#musicalwork> .

<album/13703#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-06-20"^^xsd:date ;
    dcterms:title "Taeko Adachi - Loveridge"@en,
        "安達妙子　ラブリッジ"@ja,
        "Taeko Adachi - Loveridge"@ja-latn ;
    mo:catalogue_number "COCC-15070" ;
    mo:media_type "CD" ;
    mo:publication_of <album/13703#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N219cb3f6c3034dbf9f75189ce49ea51f ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Sentimental Graffiti"@en ;
            foaf:name "Sentimental Graffiti"@en ] ;
    schema:byArtist <artist/4482#subject>,
        <artist/4486#subject> ;
    schema:datePublished "1998-06-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/30/13703/13703-1243649077.jpg> ;
    schema:name "Taeko Adachi - Loveridge"@en,
        "安達妙子　ラブリッジ"@ja,
        "Taeko Adachi - Loveridge"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/13703/13703-1243649077.jpg> .

_:N4033dbdf624f4ba18105cab0d312fc4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Loveridge (Remix Version)"@en,
        "ラブリッジ(Remix Version)"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N219cb3f6c3034dbf9f75189ce49ea51f ;
    schema:name "Loveridge (Remix Version)"@en,
        "ラブリッジ(Remix Version)"@ja .

_:N62e9a2a0e72241caa0958f1ba5ac1d80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Loveridge (Male Vocal Off Version)"@en,
        "ラブリッジ（男性Vocal Off Version）"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N219cb3f6c3034dbf9f75189ce49ea51f ;
    schema:name "Loveridge (Male Vocal Off Version)"@en,
        "ラブリッジ（男性Vocal Off Version）"@ja .

_:N898809017dd3455f90dc9784a79be3e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bonus Track: Voice Message"@en,
        "ボーナストラック：ボイスメッセージ"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N219cb3f6c3034dbf9f75189ce49ea51f ;
    schema:name "Bonus Track: Voice Message"@en,
        "ボーナストラック：ボイスメッセージ"@ja .

_:Nbcf560941243415f9b1f43187e7b94a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue Drama"@en,
        "プロローグドラマ"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N219cb3f6c3034dbf9f75189ce49ea51f ;
    schema:name "Prologue Drama"@en,
        "プロローグドラマ"@ja .

_:Ne227e956f66548f39a3827f3346c5012 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Loveridge"@en,
        "ラブリッジ"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N219cb3f6c3034dbf9f75189ce49ea51f ;
    schema:name "Loveridge"@en,
        "ラブリッジ"@ja .

_:N219cb3f6c3034dbf9f75189ce49ea51f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4033dbdf624f4ba18105cab0d312fc4d,
        _:N62e9a2a0e72241caa0958f1ba5ac1d80,
        _:N898809017dd3455f90dc9784a79be3e1,
        _:Nbcf560941243415f9b1f43187e7b94a0,
        _:Ne227e956f66548f39a3827f3346c5012 ;
    mo:track_count 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N4033dbdf624f4ba18105cab0d312fc4d,
        _:N62e9a2a0e72241caa0958f1ba5ac1d80,
        _:N898809017dd3455f90dc9784a79be3e1,
        _:Nbcf560941243415f9b1f43187e7b94a0,
        _:Ne227e956f66548f39a3827f3346c5012 .

