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

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

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

<artist/8998#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33404#subject> ;
    schema:name "LAZ"@en ;
    foaf:made <album/33404#composition>,
        <album/33404#subject> ;
    foaf:name "LAZ"@en .

<album/33404#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Glorious Behavior EP"@en,
        "Glorious Behavior EP"@ja,
        "Glorious Behavior EP"@ja-latn ;
    mo:composer <artist/8998#subject> ;
    mo:produced_work <album/33404#musicalwork> ;
    schema:name "Glorious Behavior EP"@en,
        "Glorious Behavior EP"@ja,
        "Glorious Behavior EP"@ja-latn .

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

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

<org/968#subject> schema:name "pastyle"@en,
        "pastyle"@ja,
        "pastyle"@ja-latn ;
    foaf:name "pastyle"@en,
        "pastyle"@ja,
        "pastyle"@ja-latn .

<https://media.vgm.io/albums/40/33404/33404-1338271947.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/33404#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/40/33404/33404-1338271947.png> ;
    foaf:depicts <album/33404#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/40/33404/33404-1338271947.png> .

<https://medium-media.vgm.io/albums/40/33404/33404-1338271947.png> a schema:ImageObject,
        foaf:Image .

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

<album/33404#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-04-30"^^xsd:date ;
    dcterms:title "Glorious Behavior EP"@en,
        "Glorious Behavior EP"@ja,
        "Glorious Behavior EP"@ja-latn ;
    mo:catalogue_number "PLEP-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/33404#musicalexpression> ;
    mo:publisher <org/968#subject> ;
    mo:record _:N92a39530a34b44508004e35ae73ca703 ;
    mo:record_count 1 ;
    schema:datePublished "2012-04-30"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/40/33404/33404-1338271947.png> ;
    schema:name "Glorious Behavior EP"@en,
        "Glorious Behavior EP"@ja,
        "Glorious Behavior EP"@ja-latn ;
    schema:publisher <org/968#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/33404/33404-1338271947.png> .

_:N0f43612cf21c4106942281cbacede0f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glorious Behavior I"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N92a39530a34b44508004e35ae73ca703 ;
    schema:name "Glorious Behavior I"@en .

_:N6205be519d774a1685d177464b5ce1a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glorious Behavior (VdB Remix)"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N92a39530a34b44508004e35ae73ca703 ;
    schema:name "Glorious Behavior (VdB Remix)"@en .

_:Nfb5c774595cb40709b6c8b4411616661 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glorious Behavior II"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N92a39530a34b44508004e35ae73ca703 ;
    schema:name "Glorious Behavior II"@en .

_:N92a39530a34b44508004e35ae73ca703 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f43612cf21c4106942281cbacede0f2,
        _:N6205be519d774a1685d177464b5ce1a5,
        _:Nfb5c774595cb40709b6c8b4411616661 ;
    mo:track_count 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N0f43612cf21c4106942281cbacede0f2,
        _:N6205be519d774a1685d177464b5ce1a5,
        _:Nfb5c774595cb40709b6c8b4411616661 .

