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

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

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

<artist/7666#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/138022#subject> ;
    schema:name "TAG"@en ;
    foaf:made <album/138022#composition>,
        <album/138022#subject> ;
    foaf:name "TAG"@en .

<album/138022#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sunlit Waves / TAG"@en,
        "Sunlit Waves / TAG"@ja,
        "Sunlit Waves / TAG"@ja-latn ;
    mo:composer <artist/7666#subject> ;
    mo:produced_work <album/138022#musicalwork> ;
    schema:name "Sunlit Waves / TAG"@en,
        "Sunlit Waves / TAG"@ja,
        "Sunlit Waves / TAG"@ja-latn .

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

<album/138022#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sunlit Waves / TAG"@en,
        "Sunlit Waves / TAG"@ja,
        "Sunlit Waves / TAG"@ja-latn ;
    mo:performance_of <album/138022#musicalwork> ;
    mo:recorded_as <album/138022#musicalexpression> ;
    schema:name "Sunlit Waves / TAG"@en,
        "Sunlit Waves / TAG"@ja,
        "Sunlit Waves / TAG"@ja-latn ;
    schema:workPerformed <album/138022#musicalwork> .

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

<https://medium-media.vgm.io/albums/22/138022/138022-7289213af046.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/138022#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-08-31"^^xsd:date ;
    dcterms:title "Sunlit Waves / TAG"@en,
        "Sunlit Waves / TAG"@ja,
        "Sunlit Waves / TAG"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/138022#musicalexpression> ;
    mo:publisher _:N81632008cfac4450a95beef628b61762 ;
    mo:record _:N5d1048af6e964ea6bbbc0ba6a330ddee ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "ABEAR CUP VOL.7"@en ;
            foaf:name "ABEAR CUP VOL.7"@en ] ;
    schema:datePublished "2023-08-31"^^xsd:date ;
    schema:genre "Event" ;
    schema:image <https://media.vgm.io/albums/22/138022/138022-7289213af046.jpg> ;
    schema:name "Sunlit Waves / TAG"@en,
        "Sunlit Waves / TAG"@ja,
        "Sunlit Waves / TAG"@ja-latn ;
    schema:publisher _:N81632008cfac4450a95beef628b61762 ;
    foaf:depiction <https://media.vgm.io/albums/22/138022/138022-7289213af046.jpg> .

_:N5d1048af6e964ea6bbbc0ba6a330ddee a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Naa86933900ff4aad9fafb68e3957fad2 ;
    mo:track_count 1 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Naa86933900ff4aad9fafb68e3957fad2 .

_:N81632008cfac4450a95beef628b61762 schema:name "ABEAR"@en,
        "ABEAR"@ja,
        "ABEAR"@ja-latn ;
    foaf:name "ABEAR"@en,
        "ABEAR"@ja,
        "ABEAR"@ja-latn .

_:Naa86933900ff4aad9fafb68e3957fad2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sunlit Waves"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N5d1048af6e964ea6bbbc0ba6a330ddee ;
    schema:name "Sunlit Waves"@en .

