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

<artist/10410#subject> a schema:Person,
        foaf:Person ;
    schema:name "Suzy"@en ;
    foaf:made <album/150322#subject>,
        <album/150322#vocals> ;
    foaf:name "Suzy"@en .

<artist/25518#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ayumi Date"@en,
        "伊達歩"@ja ;
    foaf:made <album/150322#lyrics>,
        <album/150322#subject> ;
    foaf:name "Ayumi Date"@en,
        "伊達歩"@ja .

<artist/42#subject> a schema:Person,
        foaf:Person ;
    schema:name "Michell"@en ;
    foaf:made <album/150322#subject>,
        <album/150322#vocals> ;
    foaf:name "Michell"@en .

<artist/11630#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150322#subject> ;
    schema:name "Kimio Mizutani"@en,
        "水谷公生"@ja ;
    foaf:made <album/150322#composition>,
        <album/150322#subject> ;
    foaf:name "Kimio Mizutani"@en,
        "水谷公生"@ja .

<album/150322#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kanjite Night / LAZY"@en,
        "感じてナイト / レイジー"@ja,
        "Kanjite Night / LAZY"@ja-latn ;
    mo:composer <artist/11630#subject> ;
    mo:produced_work <album/150322#musicalwork> ;
    schema:name "Kanjite Night / LAZY"@en,
        "感じてナイト / レイジー"@ja,
        "Kanjite Night / LAZY"@ja-latn .

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

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

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

<https://media.vgm.io/albums/22/150322/150322-315360c78950.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/150322#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/22/150322/150322-315360c78950.jpg> ;
    foaf:depicts <album/150322#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/22/150322/150322-315360c78950.jpg> .

<https://medium-media.vgm.io/albums/22/150322/150322-315360c78950.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/150322#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kanjite Night / LAZY"@en,
        "感じてナイト / レイジー"@ja,
        "Kanjite Night / LAZY"@ja-latn ;
    mo:performance_of <album/150322#musicalwork> ;
    mo:performer <artist/1060#subject> ;
    mo:recorded_as <album/150322#musicalexpression> ;
    schema:byArtist <artist/1060#subject> ;
    schema:name "Kanjite Night / LAZY"@en,
        "感じてナイト / レイジー"@ja,
        "Kanjite Night / LAZY"@ja-latn ;
    schema:workPerformed <album/150322#musicalwork> .

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

<artist/1060#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/150322#performance> ;
    schema:name "LAZY"@en,
        "レイジー"@ja ;
    foaf:name "LAZY"@en,
        "レイジー"@ja .

<album/150322#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1980-08-02"^^xsd:date ;
    dcterms:title "Kanjite Night / LAZY"@en,
        "感じてナイト / レイジー"@ja,
        "Kanjite Night / LAZY"@ja-latn ;
    mo:catalogue_number "RHS-2" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/150322#musicalexpression> ;
    mo:publisher <org/1414#subject> ;
    mo:record _:Nb9a0997f6c564b168afe1c72a7d7a994 ;
    mo:record_count 1 ;
    schema:byArtist <artist/1060#subject> ;
    schema:datePublished "1980-08-02"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/22/150322/150322-315360c78950.jpg> ;
    schema:name "Kanjite Night / LAZY"@en,
        "感じてナイト / レイジー"@ja,
        "Kanjite Night / LAZY"@ja-latn ;
    schema:publisher <org/1414#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/150322/150322-315360c78950.jpg> .

_:N86ab2964003f46f4bb0f8ea6d3414f19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "感じてナイト"@ja,
        "Kanjite Night"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:Nb9a0997f6c564b168afe1c72a7d7a994 ;
    schema:name "感じてナイト"@ja,
        "Kanjite Night"@ja-latn .

_:N8f4b5ccddea9474cbd14590028bc40eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドリーミー エクスプレス トリップ"@ja,
        "Dreamy Express Trip"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:Nb9a0997f6c564b168afe1c72a7d7a994 ;
    schema:name "ドリーミー エクスプレス トリップ"@ja,
        "Dreamy Express Trip"@ja-latn .

_:Nb9a0997f6c564b168afe1c72a7d7a994 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N86ab2964003f46f4bb0f8ea6d3414f19,
        _:N8f4b5ccddea9474cbd14590028bc40eb ;
    mo:track_count 2 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N86ab2964003f46f4bb0f8ea6d3414f19,
        _:N8f4b5ccddea9474cbd14590028bc40eb .

