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

<artist/29048#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/151752#subject> ;
    schema:name "Emi Noda"@en,
        "野田愛実"@ja ;
    foaf:made <album/151752#composition>,
        <album/151752#lyrics>,
        <album/151752#subject>,
        <album/151752#vocals> ;
    foaf:name "Emi Noda"@en,
        "野田愛実"@ja .

<album/151752#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ties / Emi Noda"@en,
        "ties / 野田愛実"@ja,
        "ties / Emi Noda"@ja-latn ;
    mo:composer <artist/29048#subject> ;
    mo:produced_work <album/151752#musicalwork> ;
    schema:name "ties / Emi Noda"@en,
        "ties / 野田愛実"@ja,
        "ties / Emi Noda"@ja-latn .

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

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

<album/151752#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ties / Emi Noda"@en,
        "ties / 野田愛実"@ja,
        "ties / Emi Noda"@ja-latn ;
    mo:performance_of <album/151752#musicalwork> ;
    mo:recorded_as <album/151752#musicalexpression> ;
    schema:name "ties / Emi Noda"@en,
        "ties / 野田愛実"@ja,
        "ties / Emi Noda"@ja-latn ;
    schema:workPerformed <album/151752#musicalwork> .

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

<org/222#subject> schema:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn ;
    foaf:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn .

<https://media.vgm.io/albums/25/151752/151752-72ac4e65e719.webp> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/151752#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/25/151752/151752-72ac4e65e719.webp> ;
    foaf:depicts <album/151752#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/25/151752/151752-72ac4e65e719.webp> .

<https://medium-media.vgm.io/albums/25/151752/151752-72ac4e65e719.webp> a schema:ImageObject,
        foaf:Image .

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

<album/151752#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-10-14"^^xsd:date ;
    dcterms:title "ties / Emi Noda"@en,
        "ties / 野田愛実"@ja,
        "ties / Emi Noda"@ja-latn ;
    mo:catalogue_number "ANTCD-A0000014635" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/151752#musicalexpression> ;
    mo:publisher <org/222#subject> ;
    mo:record _:N3dbbd17a9f944dfbb44e61ee951a4bc2 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Fairy Tail: 100 Years Quest"@en ;
            foaf:name "Fairy Tail: 100 Years Quest"@en ] ;
    schema:datePublished "2024-10-14"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/25/151752/151752-72ac4e65e719.webp> ;
    schema:name "ties / Emi Noda"@en,
        "ties / 野田愛実"@ja,
        "ties / Emi Noda"@ja-latn ;
    schema:publisher <org/222#subject> ;
    foaf:depiction <https://media.vgm.io/albums/25/151752/151752-72ac4e65e719.webp> .

_:N3dbbd17a9f944dfbb44e61ee951a4bc2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nda0b575c00d14bb78714c4eec7cf0317 ;
    mo:track_count 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nda0b575c00d14bb78714c4eec7cf0317 .

_:Nda0b575c00d14bb78714c4eec7cf0317 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ties"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N3dbbd17a9f944dfbb44e61ee951a4bc2 ;
    schema:name "ties"@en .

