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

<artist/51971#subject> a schema:Person,
        foaf:Person ;
    schema:name "cluppo"@en ;
    foaf:made <album/121573#lyrics>,
        <album/121573#subject>,
        <album/121573#vocals> ;
    foaf:name "cluppo"@en .

<product/11596#subject> a schema:CreativeWork ;
    schema:name "Smile of the Arsnotoria the Animation"@en,
        "咲う アルスノトリア すんっ!"@ja,
        "Warau Arsnotoria Sun!"@ja-latn ;
    foaf:name "Smile of the Arsnotoria the Animation"@en,
        "咲う アルスノトリア すんっ!"@ja,
        "Warau Arsnotoria Sun!"@ja-latn .

<album/121573#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "With you / cluppo"@en,
        "With you / cluppo"@ja,
        "With you / cluppo"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Crow"@en ;
            foaf:made <album/121573#composition> ;
            foaf:name "Crow"@en ] ;
    mo:produced_work <album/121573#musicalwork> ;
    schema:name "With you / cluppo"@en,
        "With you / cluppo"@ja,
        "With you / cluppo"@ja-latn .

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

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

<album/121573#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "With you / cluppo"@en,
        "With you / cluppo"@ja,
        "With you / cluppo"@ja-latn ;
    mo:performance_of <album/121573#musicalwork> ;
    mo:recorded_as <album/121573#musicalexpression> ;
    schema:name "With you / cluppo"@en,
        "With you / cluppo"@ja,
        "With you / cluppo"@ja-latn ;
    schema:workPerformed <album/121573#musicalwork> .

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

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

<https://media.vgm.io/albums/37/121573/121573-25df32147db4.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/121573#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/37/121573/121573-25df32147db4.jpg> ;
    foaf:depicts <album/121573#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/37/121573/121573-25df32147db4.jpg> .

<https://medium-media.vgm.io/albums/37/121573/121573-25df32147db4.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/121573#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-07-07"^^xsd:date ;
    dcterms:title "With you / cluppo"@en,
        "With you / cluppo"@ja,
        "With you / cluppo"@ja-latn ;
    mo:catalogue_number "PCSP-04255" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/121573#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:Ne1ddbb1f7f034c3d884633dfc99463de ;
    mo:record_count 1 ;
    schema:about <product/11596#subject> ;
    schema:datePublished "2022-07-07"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/37/121573/121573-25df32147db4.jpg> ;
    schema:name "With you / cluppo"@en,
        "With you / cluppo"@ja,
        "With you / cluppo"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/37/121573/121573-25df32147db4.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/121573#subject> ;
    schema:name "Crow"@en ;
    foaf:made <album/121573#subject> ;
    foaf:name "Crow"@en .

_:N5726ae09bcb64d58ab0d1d599cf82d81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "With you"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Ne1ddbb1f7f034c3d884633dfc99463de ;
    schema:name "With you"@en .

_:Ne1ddbb1f7f034c3d884633dfc99463de a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5726ae09bcb64d58ab0d1d599cf82d81 ;
    mo:track_count 1 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5726ae09bcb64d58ab0d1d599cf82d81 .

