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

<album/7234#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Trash double-o-one"@en,
        "Trash double-o-one"@ja,
        "Trash double-o-one"@ja-latn ;
    mo:produced_work <album/7234#musicalwork> ;
    schema:name "Trash double-o-one"@en,
        "Trash double-o-one"@ja,
        "Trash double-o-one"@ja-latn .

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

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

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

<album/7234#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Trash double-o-one"@en,
        "Trash double-o-one"@ja,
        "Trash double-o-one"@ja-latn ;
    mo:performance_of <album/7234#musicalwork> ;
    mo:recorded_as <album/7234#musicalexpression> ;
    schema:name "Trash double-o-one"@en,
        "Trash double-o-one"@ja,
        "Trash double-o-one"@ja-latn ;
    schema:workPerformed <album/7234#musicalwork> .

<org/81#subject> schema:name "SuperSweep co., ltd."@en,
        "株式会社スーパースィープ"@ja,
        "SuperSweep co., ltd."@ja-latn ;
    foaf:name "SuperSweep co., ltd."@en,
        "株式会社スーパースィープ"@ja,
        "SuperSweep co., ltd."@ja-latn .

<https://media.vgm.io/albums/43/7234/7234-1218379328.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/7234#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/43/7234/7234-1218379328.jpg> ;
    foaf:depicts <album/7234#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/43/7234/7234-1218379328.jpg> .

<https://medium-media.vgm.io/albums/43/7234/7234-1218379328.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/7234#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-08-12"^^xsd:date ;
    dcterms:title "Trash double-o-one"@en,
        "Trash double-o-one"@ja,
        "Trash double-o-one"@ja-latn ;
    mo:catalogue_number "SRES-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/7234#musicalexpression> ;
    mo:publisher <org/81#subject> ;
    mo:record _:N143f7599ade344e396b228589ee87d19 ;
    mo:record_count 1 ;
    schema:datePublished "2002-08-12"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/43/7234/7234-1218379328.jpg> ;
    schema:name "Trash double-o-one"@en,
        "Trash double-o-one"@ja,
        "Trash double-o-one"@ja-latn ;
    schema:publisher <org/81#subject> ;
    foaf:depiction <https://media.vgm.io/albums/43/7234/7234-1218379328.jpg> .

_:N51533c4e5f71465c902fcdc00a9f9294 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "fortune to a thing not much"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:43"^^xsd:interval ;
    schema:inPlaylist _:N143f7599ade344e396b228589ee87d19 ;
    schema:name "fortune to a thing not much"@en .

_:Nc0c1d3ee9bb841e08e8afe8a78846997 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Garbage light"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N143f7599ade344e396b228589ee87d19 ;
    schema:name "Garbage light"@en .

_:N143f7599ade344e396b228589ee87d19 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N51533c4e5f71465c902fcdc00a9f9294,
        _:Nc0c1d3ee9bb841e08e8afe8a78846997 ;
    mo:track_count 2 ;
    schema:duration "PT9:59"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N51533c4e5f71465c902fcdc00a9f9294,
        _:Nc0c1d3ee9bb841e08e8afe8a78846997 .

