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

<artist/18284#subject> a schema:Person,
        foaf:Person ;
    schema:name "YORKE."@en ;
    foaf:made <album/45721#lyrics>,
        <album/45721#subject> ;
    foaf:name "YORKE."@en .

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

<artist/15589#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45721#subject> ;
    schema:name "Hajime Kato"@en,
        "加藤肇"@ja ;
    foaf:made <album/45721#composition>,
        <album/45721#subject> ;
    foaf:name "Hajime Kato"@en,
        "加藤肇"@ja .

<artist/36146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45721#subject> ;
    schema:name "Ta_2"@en ;
    foaf:made <album/45721#composition>,
        <album/45721#subject> ;
    foaf:name "Ta_2"@en .

<product/2804#subject> a schema:CreativeWork ;
    schema:name "Free! -Eternal Summer-"@en,
        "Free! -Eternal Summer-"@ja,
        "Free! -Eternal Summer-"@ja-latn ;
    foaf:name "Free! -Eternal Summer-"@en,
        "Free! -Eternal Summer-"@ja,
        "Free! -Eternal Summer-"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/12/45721/45721-1404752517.jpg> a schema:ImageObject,
        foaf:Image .

<album/45721#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@en,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja-latn ;
    mo:composer <artist/15589#subject>,
        <artist/36146#subject> ;
    mo:produced_work <album/45721#musicalwork> ;
    schema:name "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@en,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja-latn .

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

<artist/14361#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45721#performance> ;
    schema:name "OLDCODEX"@en ;
    foaf:name "OLDCODEX"@en .

<artist/17300#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45721#performance> ;
    schema:name "Ryo Yamagata"@en,
        "山縣亮"@ja ;
    foaf:name "Ryo Yamagata"@en,
        "山縣亮"@ja .

<artist/20141#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45721#performance> ;
    schema:name "Taizo Nakamura"@en,
        "中村泰造"@ja ;
    foaf:name "Taizo Nakamura"@en,
        "中村泰造"@ja .

<artist/7305#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45721#performance> ;
    schema:name "Masanori Mine"@en,
        "峰正典"@ja ;
    foaf:name "Masanori Mine"@en,
        "峰正典"@ja .

<album/45721#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@en,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja-latn ;
    mo:performance_of <album/45721#musicalwork> ;
    mo:performer <artist/14361#subject>,
        <artist/17300#subject>,
        <artist/20141#subject>,
        <artist/7305#subject> ;
    mo:recorded_as <album/45721#musicalexpression> ;
    schema:byArtist <artist/14361#subject>,
        <artist/17300#subject>,
        <artist/20141#subject>,
        <artist/7305#subject> ;
    schema:name "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@en,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/45721#musicalwork> .

<album/45721#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-07-30"^^xsd:date ;
    dcterms:title "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@en,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja-latn ;
    mo:catalogue_number "LACM-34248" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/45721#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N09e13c7cb1e8451d8bd6e2bca353bede,
        _:N7f35fad2213f4389bf2b69ce10642268 ;
    mo:record_count 2 ;
    schema:about <product/2804#subject> ;
    schema:byArtist <artist/14361#subject>,
        <artist/17300#subject>,
        <artist/20141#subject>,
        <artist/7305#subject> ;
    schema:datePublished "2014-07-30"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/12/45721/45721-1404752517.jpg> ;
    schema:name "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@en,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja,
        "Dried Up Youthful Fame / OLDCODEX [Limited Edition]"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/45721/45721-1404752517.jpg> .

_:N10ef979114454291b90d98de26e7e848 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dried Up Youthful Fame (Music Video)"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7f35fad2213f4389bf2b69ce10642268 ;
    schema:name "Dried Up Youthful Fame (Music Video)"@en .

_:N53ef67a9f3de4c949d81618f9fcdff33 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Steal Mine"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N09e13c7cb1e8451d8bd6e2bca353bede ;
    schema:name "Steal Mine"@en .

_:N7ae5098afa024d509052e39d1bc1d901 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dried Up Youthful Fame"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N09e13c7cb1e8451d8bd6e2bca353bede ;
    schema:name "Dried Up Youthful Fame"@en .

_:Nf3ee85eb488148e8a8f9125afebf93e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Making of \"Dried Up Youthful Fame\" Music Video"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7f35fad2213f4389bf2b69ce10642268 ;
    schema:name "Making of \"Dried Up Youthful Fame\" Music Video"@en .

_:Nfbce717d4f6d4782b1c20c9ad2b279d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Massive Act"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N09e13c7cb1e8451d8bd6e2bca353bede ;
    schema:name "Massive Act"@en .

_:N7f35fad2213f4389bf2b69ce10642268 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N10ef979114454291b90d98de26e7e848,
        _:Nf3ee85eb488148e8a8f9125afebf93e1 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N10ef979114454291b90d98de26e7e848,
        _:Nf3ee85eb488148e8a8f9125afebf93e1 .

_:N09e13c7cb1e8451d8bd6e2bca353bede a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N53ef67a9f3de4c949d81618f9fcdff33,
        _:N7ae5098afa024d509052e39d1bc1d901,
        _:Nfbce717d4f6d4782b1c20c9ad2b279d9 ;
    mo:track_count 3 ;
    schema:duration "PT10:55"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N53ef67a9f3de4c949d81618f9fcdff33,
        _:N7ae5098afa024d509052e39d1bc1d901,
        _:Nfbce717d4f6d4782b1c20c9ad2b279d9 .

