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

<artist/31117#subject> a schema:Person,
        foaf:Person ;
    schema:name "Satomi Amano"@en,
        "天野聡美"@ja ;
    foaf:made <album/123361#subject>,
        <album/123361#vocals> ;
    foaf:name "Satomi Amano"@en,
        "天野聡美"@ja .

<artist/33743#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ichika Tachibana"@en,
        "橘一花"@ja ;
    foaf:made <album/123361#subject>,
        <album/123361#vocals> ;
    foaf:name "Ichika Tachibana"@en,
        "橘一花"@ja .

<artist/33783#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rena Hasegawa"@en,
        "長谷川玲奈"@ja ;
    foaf:made <album/123361#subject>,
        <album/123361#vocals> ;
    foaf:name "Rena Hasegawa"@en,
        "長谷川玲奈"@ja .

<artist/25008#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123361#subject> ;
    schema:name "Yuichi Harada"@en,
        "原田雄一"@ja ;
    foaf:made <album/123361#composition>,
        <album/123361#lyrics>,
        <album/123361#subject> ;
    foaf:name "Yuichi Harada"@en,
        "原田雄一"@ja .

<product/4197#subject> a schema:CreativeWork ;
    schema:name "Tokyo 7th Sisters"@en,
        "Tokyo 7th シスターズ"@ja,
        "Tokyo 7th Sisters"@ja-latn ;
    foaf:name "Tokyo 7th Sisters"@en,
        "Tokyo 7th シスターズ"@ja,
        "Tokyo 7th Sisters"@ja-latn .

<album/123361#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "New Age / Roots."@en,
        "New Age / Roots."@ja,
        "New Age / Roots."@ja-latn ;
    mo:composer <artist/25008#subject> ;
    mo:produced_work <album/123361#musicalwork> ;
    schema:name "New Age / Roots."@en,
        "New Age / Roots."@ja,
        "New Age / Roots."@ja-latn .

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

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

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

<org/3354#subject> schema:name "THREE SEVEN RECORDS"@en,
        "THREE SEVEN RECORDS"@ja,
        "THREE SEVEN RECORDS"@ja-latn ;
    foaf:name "THREE SEVEN RECORDS"@en,
        "THREE SEVEN RECORDS"@ja,
        "THREE SEVEN RECORDS"@ja-latn .

<https://media.vgm.io/albums/16/123361/123361-8a3ef9aa7f8f.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123361#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/16/123361/123361-8a3ef9aa7f8f.jpg> ;
    foaf:depicts <album/123361#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/16/123361/123361-8a3ef9aa7f8f.jpg> .

<https://medium-media.vgm.io/albums/16/123361/123361-8a3ef9aa7f8f.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/123361#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-09-13"^^xsd:date ;
    dcterms:title "New Age / Roots."@en,
        "New Age / Roots."@ja,
        "New Age / Roots."@ja-latn ;
    mo:catalogue_number "DN-152340" ;
    mo:media_type "CD" ;
    mo:publication_of <album/123361#musicalexpression> ;
    mo:publisher <org/3354#subject> ;
    mo:record _:Nc12a29cab1a74408999243d4fd27b546 ;
    mo:record_count 1 ;
    schema:about <product/4197#subject> ;
    schema:datePublished "2022-09-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/16/123361/123361-8a3ef9aa7f8f.jpg> ;
    schema:name "New Age / Roots."@en,
        "New Age / Roots."@ja,
        "New Age / Roots."@ja-latn ;
    schema:publisher <org/3354#subject> ;
    foaf:depiction <https://media.vgm.io/albums/16/123361/123361-8a3ef9aa7f8f.jpg> .

_:Nb8a7494d668d40979e03a56a18dd90e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "New Age"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:Nc12a29cab1a74408999243d4fd27b546 ;
    schema:name "New Age"@en .

_:Nd7c7bd209184415389c29df438933d3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "New Age -OFF VOCAL-"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:Nc12a29cab1a74408999243d4fd27b546 ;
    schema:name "New Age -OFF VOCAL-"@en .

_:Nc12a29cab1a74408999243d4fd27b546 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nb8a7494d668d40979e03a56a18dd90e0,
        _:Nd7c7bd209184415389c29df438933d3d ;
    mo:track_count 2 ;
    schema:duration "PT7:30"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Nb8a7494d668d40979e03a56a18dd90e0,
        _:Nd7c7bd209184415389c29df438933d3d .

