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

<artist/1067#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ryoko Shintani"@en,
        "新谷良子"@ja ;
    foaf:made <album/20878#subject>,
        <album/20878#vocals> ;
    foaf:name "Ryoko Shintani"@en,
        "新谷良子"@ja .

<artist/2265#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuuko Gotou"@en,
        "後藤邑子"@ja ;
    foaf:made <album/20878#subject>,
        <album/20878#vocals> ;
    foaf:name "Yuuko Gotou"@en,
        "後藤邑子"@ja .

<artist/31286#subject> a schema:Person,
        foaf:Person ;
    schema:name "Reito Akino"@en,
        "秋乃零斗"@ja ;
    foaf:made <album/20878#lyrics>,
        <album/20878#subject> ;
    foaf:name "Reito Akino"@en,
        "秋乃零斗"@ja .

<artist/4557#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kana Asumi"@en,
        "阿澄佳奈"@ja ;
    foaf:made <album/20878#subject>,
        <album/20878#vocals> ;
    foaf:name "Kana Asumi"@en,
        "阿澄佳奈"@ja .

<artist/902#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kaori Mizuhashi"@en,
        "水橋かおり"@ja ;
    foaf:made <album/20878#subject>,
        <album/20878#vocals> ;
    foaf:name "Kaori Mizuhashi"@en,
        "水橋かおり"@ja .

<artist/1611#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20878#subject> ;
    schema:name "Hiroyuki Maezawa"@en,
        "前澤寛之"@ja ;
    foaf:made <album/20878#composition>,
        <album/20878#subject> ;
    foaf:name "Hiroyuki Maezawa"@en,
        "前澤寛之"@ja .

<artist/3100#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20878#subject> ;
    schema:name "Tomokazu Tashiro"@en,
        "田代智一"@ja ;
    foaf:made <album/20878#composition>,
        <album/20878#subject> ;
    foaf:name "Tomokazu Tashiro"@en,
        "田代智一"@ja .

<product/2795#subject> a schema:CreativeWork ;
    schema:name "Hidamari Sketch"@en,
        "ひだまりスケッチ"@ja,
        "Hidamari Sketch"@ja-latn ;
    foaf:name "Hidamari Sketch"@en,
        "ひだまりスケッチ"@ja,
        "Hidamari Sketch"@ja-latn .

<product/2810#subject> a schema:CreativeWork ;
    schema:name "Hidamari Radio"@en,
        "ひだまりラジオ"@ja,
        "Hidamari Radio"@ja-latn ;
    foaf:name "Hidamari Radio"@en,
        "ひだまりラジオ"@ja,
        "Hidamari Radio"@ja-latn .

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

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

<album/20878#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sketch Switch"@en,
        "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn ;
    mo:performance_of <album/20878#musicalwork> ;
    mo:recorded_as <album/20878#musicalexpression> ;
    schema:name "Sketch Switch"@en,
        "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn ;
    schema:workPerformed <album/20878#musicalwork> .

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

<https://medium-media.vgm.io/albums/87/20878/20878-1283033949.jpg> a schema:ImageObject,
        foaf:Image .

<album/20878#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sketch Switch"@en,
        "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn ;
    mo:composer <artist/1611#subject>,
        <artist/3100#subject> ;
    mo:produced_work <album/20878#musicalwork> ;
    schema:name "Sketch Switch"@en,
        "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn .

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

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

<album/20878#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-01-24"^^xsd:date ;
    dcterms:title "Sketch Switch"@en,
        "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn ;
    mo:catalogue_number "LACM-4338" ;
    mo:media_type "CD" ;
    mo:publication_of <album/20878#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N35a522bce094426687bfd445d76e520a ;
    mo:record_count 1 ;
    schema:about <product/2795#subject>,
        <product/2810#subject> ;
    schema:datePublished "2007-01-24"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/87/20878/20878-1283033949.jpg> ;
    schema:name "Sketch Switch"@en,
        "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/87/20878/20878-1283033949.jpg> .

_:N0313694f135e4ed6beb70ce48c36057a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おんなのこパズル（off vocal）"@ja,
        "Onnanoko Puzzle (off vocal)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N35a522bce094426687bfd445d76e520a ;
    schema:name "おんなのこパズル（off vocal）"@ja,
        "Onnanoko Puzzle (off vocal)"@ja-latn .

_:N158b90f843f5414990547ad8fbc329e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おんなのこパズル"@ja,
        "Onnanoko Puzzle"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N35a522bce094426687bfd445d76e520a ;
    schema:name "おんなのこパズル"@ja,
        "Onnanoko Puzzle"@ja-latn .

_:N177587cfb7ee4e0da31896d7845079b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N35a522bce094426687bfd445d76e520a ;
    schema:name "スケッチスイッチ"@ja,
        "Sketch Switch"@ja-latn .

_:Na5a1080d27a245d0ae58ccd20cae02d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スケッチスイッチ（off vocal）"@ja,
        "Sketch Switch (off vocal)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N35a522bce094426687bfd445d76e520a ;
    schema:name "スケッチスイッチ（off vocal）"@ja,
        "Sketch Switch (off vocal)"@ja-latn .

_:N35a522bce094426687bfd445d76e520a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0313694f135e4ed6beb70ce48c36057a,
        _:N158b90f843f5414990547ad8fbc329e3,
        _:N177587cfb7ee4e0da31896d7845079b6,
        _:Na5a1080d27a245d0ae58ccd20cae02d4 ;
    mo:track_count 4 ;
    schema:duration "PT17:14"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0313694f135e4ed6beb70ce48c36057a,
        _:N158b90f843f5414990547ad8fbc329e3,
        _:N177587cfb7ee4e0da31896d7845079b6,
        _:Na5a1080d27a245d0ae58ccd20cae02d4 .

