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

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

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

<artist/64596#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/141158#subject> ;
    schema:name "Daniel Ingram"@en ;
    foaf:made <album/141158#composition>,
        <album/141158#subject> ;
    foaf:name "Daniel Ingram"@en .

<album/141158#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "I've Had Enough of You (Instrumental)"@en,
        "I've Had Enough of You (Instrumental)"@ja,
        "I've Had Enough of You (Instrumental)"@ja-latn ;
    mo:composer <artist/64596#subject> ;
    mo:produced_work <album/141158#musicalwork> ;
    schema:name "I've Had Enough of You (Instrumental)"@en,
        "I've Had Enough of You (Instrumental)"@ja,
        "I've Had Enough of You (Instrumental)"@ja-latn .

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

<album/141158#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "I've Had Enough of You (Instrumental)"@en,
        "I've Had Enough of You (Instrumental)"@ja,
        "I've Had Enough of You (Instrumental)"@ja-latn ;
    mo:performance_of <album/141158#musicalwork> ;
    mo:recorded_as <album/141158#musicalexpression> ;
    schema:name "I've Had Enough of You (Instrumental)"@en,
        "I've Had Enough of You (Instrumental)"@ja,
        "I've Had Enough of You (Instrumental)"@ja-latn ;
    schema:workPerformed <album/141158#musicalwork> .

<https://media.vgm.io/albums/85/141158/141158-6f4ab9a60e68.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/141158#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/85/141158/141158-6f4ab9a60e68.jpg> ;
    foaf:depicts <album/141158#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/85/141158/141158-6f4ab9a60e68.jpg> .

<https://medium-media.vgm.io/albums/85/141158/141158-6f4ab9a60e68.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/141158#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-12-11"^^xsd:date ;
    dcterms:title "I've Had Enough of You (Instrumental)"@en,
        "I've Had Enough of You (Instrumental)"@ja,
        "I've Had Enough of You (Instrumental)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/141158#musicalexpression> ;
    mo:publisher _:N6d514cf5c5e6453da9b68fc0b57e86e3 ;
    mo:record _:N0b284a3c54e144f78b2d5d3544e2b78b ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Billie Bust Up"@en ;
            foaf:name "Billie Bust Up"@en ] ;
    schema:datePublished "2020-12-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/85/141158/141158-6f4ab9a60e68.jpg> ;
    schema:name "I've Had Enough of You (Instrumental)"@en,
        "I've Had Enough of You (Instrumental)"@ja,
        "I've Had Enough of You (Instrumental)"@ja-latn ;
    schema:publisher _:N6d514cf5c5e6453da9b68fc0b57e86e3 ;
    foaf:depiction <https://media.vgm.io/albums/85/141158/141158-6f4ab9a60e68.jpg> .

_:N0b284a3c54e144f78b2d5d3544e2b78b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf15b5d57de1a4780ae2afe8312422831 ;
    mo:track_count 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf15b5d57de1a4780ae2afe8312422831 .

_:N6d514cf5c5e6453da9b68fc0b57e86e3 schema:name "Billie Bust Up"@en,
        "Billie Bust Up"@ja,
        "Billie Bust Up"@ja-latn ;
    foaf:name "Billie Bust Up"@en,
        "Billie Bust Up"@ja,
        "Billie Bust Up"@ja-latn .

_:Nf15b5d57de1a4780ae2afe8312422831 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I've Had Enough of You (Instrumental)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N0b284a3c54e144f78b2d5d3544e2b78b ;
    schema:name "I've Had Enough of You (Instrumental)"@en .

