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

<artist/56245#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akira Emoto"@en,
        "柄本明"@ja ;
    foaf:made <album/128102#subject>,
        <album/128102#vocals> ;
    foaf:name "Akira Emoto"@en,
        "柄本明"@ja .

<artist/7306#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shigesato Itoi"@en,
        "糸井重里"@ja ;
    foaf:made <album/128102#lyrics>,
        <album/128102#subject> ;
    foaf:name "Shigesato Itoi"@en,
        "糸井重里"@ja .

<artist/8736#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akira Ito"@en,
        "伊藤アキラ"@ja ;
    foaf:made <album/128102#lyrics>,
        <album/128102#subject> ;
    foaf:name "Akira Ito"@en,
        "伊藤アキラ"@ja .

<artist/9974#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kazuko Sugiyama"@en,
        "杉山佳寿子"@ja ;
    foaf:made <album/128102#subject>,
        <album/128102#vocals> ;
    foaf:name "Kazuko Sugiyama"@en,
        "杉山佳寿子"@ja .

<artist/13375#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/128102#subject> ;
    schema:name "Yoshiaki Furuta"@en,
        "古田喜昭"@ja ;
    foaf:made <album/128102#composition>,
        <album/128102#subject> ;
    foaf:name "Yoshiaki Furuta"@en,
        "古田喜昭"@ja .

<artist/1727#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/128102#subject> ;
    schema:name "Asei Kobayashi"@en,
        "小林亜星"@ja ;
    foaf:made <album/128102#composition>,
        <album/128102#subject> ;
    foaf:name "Asei Kobayashi"@en,
        "小林亜星"@ja .

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

<album/128102#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sand 1!2!3! / Namakemono"@en,
        "サンド1!2!3! / ナマケモノ"@ja,
        "Sand 1!2!3! / Namakemono"@ja-latn ;
    mo:performance_of <album/128102#musicalwork> ;
    mo:recorded_as <album/128102#musicalexpression> ;
    schema:name "Sand 1!2!3! / Namakemono"@en,
        "サンド1!2!3! / ナマケモノ"@ja,
        "Sand 1!2!3! / Namakemono"@ja-latn ;
    schema:workPerformed <album/128102#musicalwork> .

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

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

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

<album/128102#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sand 1!2!3! / Namakemono"@en,
        "サンド1!2!3! / ナマケモノ"@ja,
        "Sand 1!2!3! / Namakemono"@ja-latn ;
    mo:composer <artist/13375#subject>,
        <artist/1727#subject> ;
    mo:produced_work <album/128102#musicalwork> ;
    schema:name "Sand 1!2!3! / Namakemono"@en,
        "サンド1!2!3! / ナマケモノ"@ja,
        "Sand 1!2!3! / Namakemono"@ja-latn .

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

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

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

<album/128102#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1984-05-01"^^xsd:date ;
    dcterms:title "Sand 1!2!3! / Namakemono"@en,
        "サンド1!2!3! / ナマケモノ"@ja,
        "Sand 1!2!3! / Namakemono"@ja-latn ;
    mo:catalogue_number "6G-0045" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/128102#musicalexpression> ;
    mo:publisher <org/2268#subject> ;
    mo:record _:Nc4c1fea883c74920b7d610635847f033 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Hirake! Ponkikki"@en ;
            foaf:name "Hirake! Ponkikki"@en ] ;
    schema:datePublished "1984-05-01"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/20/128102/128102-08fd9d5c825b.jpg> ;
    schema:name "Sand 1!2!3! / Namakemono"@en,
        "サンド1!2!3! / ナマケモノ"@ja,
        "Sand 1!2!3! / Namakemono"@ja-latn ;
    schema:publisher <org/2268#subject> ;
    foaf:depiction <https://media.vgm.io/albums/20/128102/128102-08fd9d5c825b.jpg> .

_:N1ffb12f594f244d5a86ed72772ceb9c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ナマケモノ"@ja,
        "Namakemono"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc4c1fea883c74920b7d610635847f033 ;
    schema:name "ナマケモノ"@ja,
        "Namakemono"@ja-latn .

_:N5df4fb1a681f452f8125bbe936bb117a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サンド1!2!3!"@ja,
        "Sand 1!2!3!"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc4c1fea883c74920b7d610635847f033 ;
    schema:name "サンド1!2!3!"@ja,
        "Sand 1!2!3!"@ja-latn .

_:Nc4c1fea883c74920b7d610635847f033 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1ffb12f594f244d5a86ed72772ceb9c4,
        _:N5df4fb1a681f452f8125bbe936bb117a ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N1ffb12f594f244d5a86ed72772ceb9c4,
        _:N5df4fb1a681f452f8125bbe936bb117a .

