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

<artist/413#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aki Hata"@en,
        "畑亜貴"@ja ;
    foaf:made <album/8102#lyrics>,
        <album/8102#subject> ;
    foaf:name "Aki Hata"@en,
        "畑亜貴"@ja .

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

<artist/126#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8102#subject> ;
    schema:name "Satoru Kosaki"@en,
        "神前暁"@ja ;
    foaf:made <album/8102#composition>,
        <album/8102#subject> ;
    foaf:name "Satoru Kosaki"@en,
        "神前暁"@ja .

<artist/36190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8102#subject> ;
    schema:name "nishi-ken"@en ;
    foaf:made <album/8102#composition>,
        <album/8102#subject> ;
    foaf:name "nishi-ken"@en .

<product/2110#subject> a schema:CreativeWork ;
    schema:name "Lucky Star ~Ryou-ou Gakuen Outousai~"@en,
        "らき☆すた ～陵桜学園 桜藤祭～"@ja,
        "Lucky☆Star ~Ryou-ou Gakuen Outousai~"@ja-latn ;
    foaf:name "Lucky Star ~Ryou-ou Gakuen Outousai~"@en,
        "らき☆すた ～陵桜学園 桜藤祭～"@ja,
        "Lucky☆Star ~Ryou-ou Gakuen Outousai~"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/20/8102/8102-1208723137.jpg> a schema:ImageObject,
        foaf:Image .

<album/8102#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hamatte Sabotte Oh My God!"@en,
        "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn ;
    mo:composer <artist/126#subject>,
        <artist/36190#subject> ;
    mo:produced_work <album/8102#musicalwork> ;
    schema:name "Hamatte Sabotte Oh My God!"@en,
        "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn .

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

<artist/10383#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8102#performance> ;
    schema:name "Kaori Fukuhara"@en,
        "福原香織"@ja ;
    foaf:name "Kaori Fukuhara"@en,
        "福原香織"@ja .

<artist/3022#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8102#performance> ;
    schema:name "Aya Hirano"@en,
        "平野綾"@ja ;
    foaf:name "Aya Hirano"@en,
        "平野綾"@ja .

<artist/6494#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8102#performance> ;
    schema:name "Aya Endo"@en,
        "遠藤綾"@ja ;
    foaf:name "Aya Endo"@en,
        "遠藤綾"@ja .

<artist/6711#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8102#performance> ;
    schema:name "Emiri Kato"@en,
        "加藤英美里"@ja ;
    foaf:name "Emiri Kato"@en,
        "加藤英美里"@ja .

<album/8102#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hamatte Sabotte Oh My God!"@en,
        "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn ;
    mo:performance_of <album/8102#musicalwork> ;
    mo:performer <artist/10383#subject>,
        <artist/3022#subject>,
        <artist/6494#subject>,
        <artist/6711#subject> ;
    mo:recorded_as <album/8102#musicalexpression> ;
    schema:byArtist <artist/10383#subject>,
        <artist/3022#subject>,
        <artist/6494#subject>,
        <artist/6711#subject> ;
    schema:name "Hamatte Sabotte Oh My God!"@en,
        "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn ;
    schema:workPerformed <album/8102#musicalwork> .

<album/8102#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-03-05"^^xsd:date ;
    dcterms:title "Hamatte Sabotte Oh My God!"@en,
        "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn ;
    mo:catalogue_number "LACM-4465" ;
    mo:media_type "CD" ;
    mo:publication_of <album/8102#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:Nf07a369d1841457d9c0f95c7084016c3 ;
    mo:record_count 1 ;
    schema:about <product/2110#subject> ;
    schema:byArtist <artist/10383#subject>,
        <artist/3022#subject>,
        <artist/6494#subject>,
        <artist/6711#subject> ;
    schema:datePublished "2008-03-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/20/8102/8102-1208723137.jpg> ;
    schema:name "Hamatte Sabotte Oh My God!"@en,
        "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/20/8102/8102-1208723137.jpg> .

_:N5d86f83c96464437b7e0bcc2bb4f30ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "なんてったって☆伝説"@ja,
        "Nantettatte☆Densetsu"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Nf07a369d1841457d9c0f95c7084016c3 ;
    schema:name "なんてったって☆伝説"@ja,
        "Nantettatte☆Densetsu"@ja-latn .

_:N95cc25ff82ee407dbfd246b729e222d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "なんてったって☆伝説(off vocal)"@ja,
        "Nantettatte☆Densetsu (off vocal)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:Nf07a369d1841457d9c0f95c7084016c3 ;
    schema:name "なんてったって☆伝説(off vocal)"@ja,
        "Nantettatte☆Densetsu (off vocal)"@ja-latn .

_:Nae86282ead6145e2926390353591bfe8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:Nf07a369d1841457d9c0f95c7084016c3 ;
    schema:name "ハマってサボっておーまいがっ!"@ja,
        "Hamatte Sabotte Oh My God!"@ja-latn .

_:Nec6cad690128420aa1ebea7dcd89b066 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハマってサボっておーまいがっ!(off vocal)"@ja,
        "Hamatte Sabotte Oh My God! (off vocal)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:Nf07a369d1841457d9c0f95c7084016c3 ;
    schema:name "ハマってサボっておーまいがっ!(off vocal)"@ja,
        "Hamatte Sabotte Oh My God! (off vocal)"@ja-latn .

_:Nf07a369d1841457d9c0f95c7084016c3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5d86f83c96464437b7e0bcc2bb4f30ed,
        _:N95cc25ff82ee407dbfd246b729e222d1,
        _:Nae86282ead6145e2926390353591bfe8,
        _:Nec6cad690128420aa1ebea7dcd89b066 ;
    mo:track_count 4 ;
    schema:duration "PT17:31"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N5d86f83c96464437b7e0bcc2bb4f30ed,
        _:N95cc25ff82ee407dbfd246b729e222d1,
        _:Nae86282ead6145e2926390353591bfe8,
        _:Nec6cad690128420aa1ebea7dcd89b066 .

