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

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

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

<artist/11464#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149966#subject> ;
    schema:name "SASH"@en,
        "さっし"@ja ;
    foaf:made <album/149966#composition>,
        <album/149966#subject> ;
    foaf:name "SASH"@en,
        "さっし"@ja .

<artist/11466#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149966#subject> ;
    schema:name "RICE"@en ;
    foaf:made <album/149966#composition>,
        <album/149966#subject> ;
    foaf:name "RICE"@en .

<artist/11902#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149966#subject> ;
    schema:name "Megumi Iseebi"@en,
        "伊勢海老めぐみ"@ja ;
    foaf:made <album/149966#composition>,
        <album/149966#subject> ;
    foaf:name "Megumi Iseebi"@en,
        "伊勢海老めぐみ"@ja .

<artist/11903#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149966#subject> ;
    schema:name "charlie"@en ;
    foaf:made <album/149966#composition>,
        <album/149966#subject> ;
    foaf:name "charlie"@en .

<artist/11907#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149966#subject> ;
    schema:name "Akt"@en ;
    foaf:made <album/149966#composition>,
        <album/149966#subject> ;
    foaf:name "Akt"@en .

<artist/15715#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149966#subject> ;
    schema:name "qwert"@en,
        "くべると"@ja ;
    foaf:made <album/149966#composition>,
        <album/149966#subject> ;
    foaf:name "qwert"@en,
        "くべると"@ja .

<event/19> a mo:Release ;
    schema:name "Released at Comic Market 63 (Dec 28, 2002 to Dec 30, 2002)" .

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

<album/149966#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "R.F.D."@en,
        "R.F.D."@ja,
        "R.F.D."@ja-latn ;
    mo:performance_of <album/149966#musicalwork> ;
    mo:recorded_as <album/149966#musicalexpression> ;
    schema:name "R.F.D."@en,
        "R.F.D."@ja,
        "R.F.D."@ja-latn ;
    schema:workPerformed <album/149966#musicalwork> .

<https://media.vgm.io/albums/66/149966/149966-6f3ce8418d26.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/149966#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/66/149966/149966-6f3ce8418d26.jpg> ;
    foaf:depicts <album/149966#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/66/149966/149966-6f3ce8418d26.jpg> .

<https://medium-media.vgm.io/albums/66/149966/149966-6f3ce8418d26.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/149966#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "R.F.D."@en,
        "R.F.D."@ja,
        "R.F.D."@ja-latn ;
    mo:composer <artist/11464#subject>,
        <artist/11466#subject>,
        <artist/11902#subject>,
        <artist/11903#subject>,
        <artist/11907#subject>,
        <artist/15715#subject> ;
    mo:produced_work <album/149966#musicalwork> ;
    schema:name "R.F.D."@en,
        "R.F.D."@ja,
        "R.F.D."@ja-latn .

<album/149966#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-12-30"^^xsd:date ;
    dcterms:title "R.F.D."@en,
        "R.F.D."@ja,
        "R.F.D."@ja-latn ;
    mo:catalogue_number "GFCD-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/149966#musicalexpression> ;
    mo:publisher _:N2bac421949274dedba6fad341c2a352b ;
    mo:record _:N80ea494ca77b4d239f97da0678ba0e8c ;
    mo:record_count 1 ;
    mo:release <event/19> ;
    schema:datePublished "2002-12-30"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/66/149966/149966-6f3ce8418d26.jpg> ;
    schema:name "R.F.D."@en,
        "R.F.D."@ja,
        "R.F.D."@ja-latn ;
    schema:publisher _:N2bac421949274dedba6fad341c2a352b ;
    foaf:depiction <https://media.vgm.io/albums/66/149966/149966-6f3ce8418d26.jpg> .

_:N2bac421949274dedba6fad341c2a352b schema:name "G-Greats & Friends"@en,
        "G-Greats & Friends"@ja,
        "G-Greats & Friends"@ja-latn ;
    foaf:name "G-Greats & Friends"@en,
        "G-Greats & Friends"@ja,
        "G-Greats & Friends"@ja-latn .

_:N381a2782ea1344a0a948759c1cd163b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Block-ade"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Block-ade"@ja .

_:N62117a264b8e47e288fd1c9dd6efce9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Seaside Crusing"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Seaside Crusing"@ja .

_:N953d294ce6f7442db7234fc108fca2ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chase"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Chase"@ja .

_:N97d2f63c948e4b3aaf327a1ccf6f3788 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Go!! Out!!!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Go!! Out!!!"@ja .

_:Nb68d9a5aa16544bbbdae044990d5fee2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sensitive Age - 恋するレーサー -"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Sensitive Age - 恋するレーサー -"@ja .

_:Ne1a38cf2820542089889569332aba3c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BanG!"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "BanG!"@ja .

_:Ne32a75f7c06f43039b0721c8af00d86c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sentimental DRIVING"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Sentimental DRIVING"@ja .

_:Nec9b75b4675c460fb244d4480c1a378c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Twilight Shadow"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Twilight Shadow"@ja .

_:Nf2d6f3ce6d40438985d13682fd44fe31 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "4way"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "4way"@ja .

_:Nfd93f0409dd94f8aaf593c5aedd893a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Run"@ja ;
    mo:track_number 3 ;
    schema:duration "PT10:06"^^xsd:interval ;
    schema:inPlaylist _:N80ea494ca77b4d239f97da0678ba0e8c ;
    schema:name "Run"@ja .

_:N80ea494ca77b4d239f97da0678ba0e8c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N381a2782ea1344a0a948759c1cd163b2,
        _:N62117a264b8e47e288fd1c9dd6efce9c,
        _:N953d294ce6f7442db7234fc108fca2ac,
        _:N97d2f63c948e4b3aaf327a1ccf6f3788,
        _:Nb68d9a5aa16544bbbdae044990d5fee2,
        _:Ne1a38cf2820542089889569332aba3c6,
        _:Ne32a75f7c06f43039b0721c8af00d86c,
        _:Nec9b75b4675c460fb244d4480c1a378c,
        _:Nf2d6f3ce6d40438985d13682fd44fe31,
        _:Nfd93f0409dd94f8aaf593c5aedd893a0 ;
    mo:track_count 10 ;
    schema:duration "PT50:09"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N381a2782ea1344a0a948759c1cd163b2,
        _:N62117a264b8e47e288fd1c9dd6efce9c,
        _:N953d294ce6f7442db7234fc108fca2ac,
        _:N97d2f63c948e4b3aaf327a1ccf6f3788,
        _:Nb68d9a5aa16544bbbdae044990d5fee2,
        _:Ne1a38cf2820542089889569332aba3c6,
        _:Ne32a75f7c06f43039b0721c8af00d86c,
        _:Nec9b75b4675c460fb244d4480c1a378c,
        _:Nf2d6f3ce6d40438985d13682fd44fe31,
        _:Nfd93f0409dd94f8aaf593c5aedd893a0 .

