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

<artist/43381#subject> a schema:Person,
        foaf:Person ;
    schema:name "Makoto Abe"@en,
        "阿部史"@ja ;
    foaf:made <album/99001#lyrics>,
        <album/99001#subject> ;
    foaf:name "Makoto Abe"@en,
        "阿部史"@ja .

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

<artist/17724#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99001#subject> ;
    schema:name "Yugo Ichikawa"@en ;
    foaf:made <album/99001#composition>,
        <album/99001#lyrics>,
        <album/99001#subject> ;
    foaf:name "Yugo Ichikawa"@en .

<artist/29438#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99001#subject> ;
    schema:name "Hiro Tazunoki"@en,
        "尋木ヒロ"@ja ;
    foaf:made <album/99001#composition>,
        <album/99001#subject> ;
    foaf:name "Hiro Tazunoki"@en,
        "尋木ヒロ"@ja .

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

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

<https://medium-media.vgm.io/albums/10/99001/99001-1589682642.jpg> a schema:ImageObject,
        foaf:Image .

<album/99001#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lovely Lovely Strawberry / Yurika Kubo"@en,
        "Lovely Lovely Strawberry / 久保ユリカ"@ja,
        "Lovely Lovely Strawberry / Yurika Kubo"@ja-latn ;
    mo:composer <artist/17724#subject>,
        <artist/29438#subject> ;
    mo:produced_work <album/99001#musicalwork> ;
    schema:name "Lovely Lovely Strawberry / Yurika Kubo"@en,
        "Lovely Lovely Strawberry / 久保ユリカ"@ja,
        "Lovely Lovely Strawberry / Yurika Kubo"@ja-latn .

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

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

<album/99001#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lovely Lovely Strawberry / Yurika Kubo"@en,
        "Lovely Lovely Strawberry / 久保ユリカ"@ja,
        "Lovely Lovely Strawberry / Yurika Kubo"@ja-latn ;
    mo:performance_of <album/99001#musicalwork> ;
    mo:performer <artist/14124#subject> ;
    mo:recorded_as <album/99001#musicalexpression> ;
    schema:byArtist <artist/14124#subject> ;
    schema:name "Lovely Lovely Strawberry / Yurika Kubo"@en,
        "Lovely Lovely Strawberry / 久保ユリカ"@ja,
        "Lovely Lovely Strawberry / Yurika Kubo"@ja-latn ;
    schema:workPerformed <album/99001#musicalwork> .

<artist/14124#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99001#performance> ;
    schema:name "Yurika Kubo"@en,
        "久保ユリカ"@ja ;
    foaf:name "Yurika Kubo"@en,
        "久保ユリカ"@ja .

<album/99001#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-02-17"^^xsd:date ;
    dcterms:title "Lovely Lovely Strawberry / Yurika Kubo"@en,
        "Lovely Lovely Strawberry / 久保ユリカ"@ja,
        "Lovely Lovely Strawberry / Yurika Kubo"@ja-latn ;
    mo:catalogue_number "PCCG-70310" ;
    mo:media_type "CD" ;
    mo:publication_of <album/99001#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:Nada2e35c25db4f3998f6d90442da1dae ;
    mo:record_count 1 ;
    schema:byArtist <artist/14124#subject> ;
    schema:datePublished "2016-02-17"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/10/99001/99001-1589682642.jpg> ;
    schema:name "Lovely Lovely Strawberry / Yurika Kubo"@en,
        "Lovely Lovely Strawberry / 久保ユリカ"@ja,
        "Lovely Lovely Strawberry / Yurika Kubo"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/99001/99001-1589682642.jpg> .

_:N2e16a8a4e5c644d38d31b02c55b78519 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lovely Lovely Strawberry"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nada2e35c25db4f3998f6d90442da1dae ;
    schema:name "Lovely Lovely Strawberry"@en .

_:N77628ba3b0d34b43aae516fcf1f96482 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You Lyrical (Instrumental)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:Nada2e35c25db4f3998f6d90442da1dae ;
    schema:name "You Lyrical (Instrumental)"@en .

_:Nd9476adbecb14053a927ed9ab1808074 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You Lyrical"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:Nada2e35c25db4f3998f6d90442da1dae ;
    schema:name "You Lyrical"@en .

_:Ne8471389c95d43db8d35eec8dfdd21cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lovely Lovely Strawberry (Instrumental)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nada2e35c25db4f3998f6d90442da1dae ;
    schema:name "Lovely Lovely Strawberry (Instrumental)"@en .

_:Nada2e35c25db4f3998f6d90442da1dae a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2e16a8a4e5c644d38d31b02c55b78519,
        _:N77628ba3b0d34b43aae516fcf1f96482,
        _:Nd9476adbecb14053a927ed9ab1808074,
        _:Ne8471389c95d43db8d35eec8dfdd21cf ;
    mo:track_count 4 ;
    schema:duration "PT16:44"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N2e16a8a4e5c644d38d31b02c55b78519,
        _:N77628ba3b0d34b43aae516fcf1f96482,
        _:Nd9476adbecb14053a927ed9ab1808074,
        _:Ne8471389c95d43db8d35eec8dfdd21cf .

