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

<album/120047#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Another Chips"@en,
        "Another Chips"@ja,
        "Another Chips"@ja-latn ;
    mo:produced_work <album/120047#musicalwork> ;
    schema:name "Another Chips"@en,
        "Another Chips"@ja,
        "Another Chips"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/74/120047/120047-86c7710d8178.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/120047#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/74/120047/120047-86c7710d8178.jpg> ;
    foaf:depicts <album/120047#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/74/120047/120047-86c7710d8178.jpg> .

<https://medium-media.vgm.io/albums/74/120047/120047-86c7710d8178.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/120047#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-04-06"^^xsd:date ;
    dcterms:title "Another Chips"@en,
        "Another Chips"@ja,
        "Another Chips"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/120047#musicalexpression> ;
    mo:publisher _:N24f4ac07a21c47b9af7a71084e95d4c0 ;
    mo:record _:N12feb6dc25f5480da0f3ada0513ed02c ;
    mo:record_count 1 ;
    schema:datePublished "2022-04-06"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/74/120047/120047-86c7710d8178.jpg> ;
    schema:name "Another Chips"@en,
        "Another Chips"@ja,
        "Another Chips"@ja-latn ;
    schema:publisher _:N24f4ac07a21c47b9af7a71084e95d4c0 ;
    foaf:depiction <https://media.vgm.io/albums/74/120047/120047-86c7710d8178.jpg> .

_:N12feb6dc25f5480da0f3ada0513ed02c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na128df0e30594f0b9096cfbf53d5c4fa ;
    mo:track_count 1 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Na128df0e30594f0b9096cfbf53d5c4fa .

_:N24f4ac07a21c47b9af7a71084e95d4c0 schema:name "Tadahiro Nitta"@en,
        "Tadahiro Nitta"@ja,
        "Tadahiro Nitta"@ja-latn ;
    foaf:name "Tadahiro Nitta"@en,
        "Tadahiro Nitta"@ja,
        "Tadahiro Nitta"@ja-latn .

_:Na128df0e30594f0b9096cfbf53d5c4fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another chips"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N12feb6dc25f5480da0f3ada0513ed02c ;
    schema:name "Another chips"@en .

