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

<artist/16697#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuichiro Umehara"@en,
        "梅原裕一郎"@ja ;
    foaf:made <album/100739#lyrics>,
        <album/100739#subject>,
        <album/100739#vocals> ;
    foaf:name "Yuichiro Umehara"@en,
        "梅原裕一郎"@ja .

<artist/21158#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoshiki Nakajima"@en,
        "中島ヨシキ"@ja ;
    foaf:made <album/100739#lyrics>,
        <album/100739#subject>,
        <album/100739#vocals> ;
    foaf:name "Yoshiki Nakajima"@en,
        "中島ヨシキ"@ja .

<artist/6777#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100739#subject> ;
    schema:name "Satoru Kuwabara"@en,
        "桑原聖"@ja ;
    foaf:made <album/100739#composition>,
        <album/100739#subject> ;
    foaf:name "Satoru Kuwabara"@en,
        "桑原聖"@ja .

<album/100739#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Vanity/Haruka / Sir Vanity"@en,
        "Vanity/悠 / Sir Vanity"@ja,
        "Vanity/Haruka / Sir Vanity"@ja-latn ;
    mo:composer <artist/6777#subject> ;
    mo:produced_work <album/100739#musicalwork> ;
    schema:name "Vanity/Haruka / Sir Vanity"@en,
        "Vanity/悠 / Sir Vanity"@ja,
        "Vanity/Haruka / Sir Vanity"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/93/100739/100739-1593107887.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/100739#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Vanity/Haruka / Sir Vanity"@en,
        "Vanity/悠 / Sir Vanity"@ja,
        "Vanity/Haruka / Sir Vanity"@ja-latn ;
    mo:performance_of <album/100739#musicalwork> ;
    mo:performer <artist/34231#subject> ;
    mo:recorded_as <album/100739#musicalexpression> ;
    schema:byArtist <artist/34231#subject> ;
    schema:name "Vanity/Haruka / Sir Vanity"@en,
        "Vanity/悠 / Sir Vanity"@ja,
        "Vanity/Haruka / Sir Vanity"@ja-latn ;
    schema:workPerformed <album/100739#musicalwork> .

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

<artist/34231#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/100739#performance> ;
    schema:name "Sir Vanity"@en ;
    foaf:name "Sir Vanity"@en .

<album/100739#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-06-26"^^xsd:date ;
    dcterms:title "Vanity/Haruka / Sir Vanity"@en,
        "Vanity/悠 / Sir Vanity"@ja,
        "Vanity/Haruka / Sir Vanity"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/100739#musicalexpression> ;
    mo:publisher _:N2e90932caf4643c6a14db23b15788ad8 ;
    mo:record _:Nd19122fc709741d993e72761080a0a11 ;
    mo:record_count 1 ;
    schema:byArtist <artist/34231#subject> ;
    schema:datePublished "2020-06-26"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/93/100739/100739-1593107887.jpg> ;
    schema:name "Vanity/Haruka / Sir Vanity"@en,
        "Vanity/悠 / Sir Vanity"@ja,
        "Vanity/Haruka / Sir Vanity"@ja-latn ;
    schema:publisher _:N2e90932caf4643c6a14db23b15788ad8 ;
    foaf:depiction <https://media.vgm.io/albums/93/100739/100739-1593107887.jpg> .

_:N2e90932caf4643c6a14db23b15788ad8 schema:name "Vanity Records"@en,
        "Vanity Records"@ja,
        "Vanity Records"@ja-latn ;
    foaf:name "Vanity Records"@en,
        "Vanity Records"@ja,
        "Vanity Records"@ja-latn .

_:N6d7a7659dd934621a6fd3463dafbc014 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悠"@ja,
        "Haruka"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:Nd19122fc709741d993e72761080a0a11 ;
    schema:name "悠"@ja,
        "Haruka"@ja-latn .

_:Ne325d63072344e6497ce9a3db2e18bc8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vanity"@ja,
        "Vanity"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Nd19122fc709741d993e72761080a0a11 ;
    schema:name "Vanity"@ja,
        "Vanity"@ja-latn .

_:Nd19122fc709741d993e72761080a0a11 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6d7a7659dd934621a6fd3463dafbc014,
        _:Ne325d63072344e6497ce9a3db2e18bc8 ;
    mo:track_count 2 ;
    schema:duration "PT7:42"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N6d7a7659dd934621a6fd3463dafbc014,
        _:Ne325d63072344e6497ce9a3db2e18bc8 .

