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

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

<artist/12451#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97816#subject> ;
    schema:name "Takuya Harada"@en,
        "原田卓也"@ja ;
    foaf:made <album/97816#composition>,
        <album/97816#lyrics>,
        <album/97816#subject> ;
    foaf:name "Takuya Harada"@en,
        "原田卓也"@ja .

<artist/1789#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97816#subject> ;
    schema:name "Kazuhiro Hara"@en,
        "原一博"@ja ;
    foaf:made <album/97816#composition>,
        <album/97816#subject> ;
    foaf:name "Kazuhiro Hara"@en,
        "原一博"@ja .

<product/8259#subject> a schema:CreativeWork ;
    schema:name "The Files of Young Kindaichi Neo"@en,
        "金田一少年の事件簿N"@ja,
        "Kindaichi Shounen no Jikenbo neo"@ja-latn ;
    foaf:name "The Files of Young Kindaichi Neo"@en,
        "金田一少年の事件簿N"@ja,
        "Kindaichi Shounen no Jikenbo neo"@ja-latn .

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

<org/1672#subject> schema:name "J Storm Inc."@en,
        "株式会社ジェイ・ストーム"@ja,
        "J Storm Inc."@ja-latn ;
    foaf:name "J Storm Inc."@en,
        "株式会社ジェイ・ストーム"@ja,
        "J Storm Inc."@ja-latn .

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

<https://medium-media.vgm.io/albums/61/97816/97816-1586374028.jpg> a schema:ImageObject,
        foaf:Image .

<album/97816#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@en,
        "ウィークエンダー/明日へのYELL / Hey! Say! JUMP [初回限定盤1]"@ja,
        "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@ja-latn ;
    mo:composer <artist/12451#subject>,
        <artist/1789#subject> ;
    mo:produced_work <album/97816#musicalwork> ;
    schema:name "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@en,
        "ウィークエンダー/明日へのYELL / Hey! Say! JUMP [初回限定盤1]"@ja,
        "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@ja-latn .

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

<album/97816#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@en,
        "ウィークエンダー/明日へのYELL / Hey! Say! JUMP [初回限定盤1]"@ja,
        "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@ja-latn ;
    mo:performance_of <album/97816#musicalwork> ;
    mo:performer <artist/33461#subject> ;
    mo:recorded_as <album/97816#musicalexpression> ;
    schema:byArtist <artist/33461#subject> ;
    schema:name "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@en,
        "ウィークエンダー/明日へのYELL / Hey! Say! JUMP [初回限定盤1]"@ja,
        "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@ja-latn ;
    schema:workPerformed <album/97816#musicalwork> .

<artist/33461#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/97816#performance> ;
    schema:name "Hey! Say! JUMP"@en ;
    foaf:name "Hey! Say! JUMP"@en .

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

<album/97816#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-09-03"^^xsd:date ;
    dcterms:title "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@en,
        "ウィークエンダー/明日へのYELL / Hey! Say! JUMP [初回限定盤1]"@ja,
        "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@ja-latn ;
    mo:catalogue_number "JACA-5437~8" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/97816#musicalexpression> ;
    mo:publisher <org/1672#subject> ;
    mo:record _:N0fb0c2cef5d045dc91b9b4e8ed0e1da4,
        _:Nc199a96503a34162bfee32d7bf0e6d1b ;
    mo:record_count 2 ;
    schema:about <product/8259#subject> ;
    schema:byArtist <artist/33461#subject> ;
    schema:datePublished "2014-09-03"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/61/97816/97816-1586374028.jpg> ;
    schema:name "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@en,
        "ウィークエンダー/明日へのYELL / Hey! Say! JUMP [初回限定盤1]"@ja,
        "Weekender/Asu e no YELL / Hey! Say! JUMP [Limited Edition 1]"@ja-latn ;
    schema:publisher <org/1672#subject> ;
    foaf:depiction <https://media.vgm.io/albums/61/97816/97816-1586374028.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "三井八雲"@en ;
    foaf:made <album/97816#subject> ;
    foaf:name "三井八雲"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Vandrythem"@en ;
    foaf:made <album/97816#lyrics> ;
    foaf:name "Vandrythem"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Vandrythem"@en ;
    foaf:made <album/97816#subject> ;
    foaf:name "Vandrythem"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "三井八雲"@en ;
    foaf:made <album/97816#lyrics> ;
    foaf:name "三井八雲"@en .

_:N0fb0c2cef5d045dc91b9b4e8ed0e1da4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N4831bf436ea043e48bf3d6f4557a2281 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4831bf436ea043e48bf3d6f4557a2281 .

_:N4831bf436ea043e48bf3d6f4557a2281 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「ウィークエンダー」 Video Clip & Making"@ja,
        "\"Asu e no YELL\" Video Clip & Making"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N0fb0c2cef5d045dc91b9b4e8ed0e1da4 ;
    schema:name "「ウィークエンダー」 Video Clip & Making"@ja,
        "\"Asu e no YELL\" Video Clip & Making"@ja-latn .

_:N491db1c6e44b4ba08fd360d2af4b33e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ウィークエンダー"@ja,
        "Weekender"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nc199a96503a34162bfee32d7bf0e6d1b ;
    schema:name "ウィークエンダー"@ja,
        "Weekender"@ja-latn .

_:N5a1fb5327b544fe285ef0576ca7bb4bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "明日へのYELL"@ja,
        "Asu e no YELL"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nc199a96503a34162bfee32d7bf0e6d1b ;
    schema:name "明日へのYELL"@ja,
        "Asu e no YELL"@ja-latn .

_:Nc199a96503a34162bfee32d7bf0e6d1b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N491db1c6e44b4ba08fd360d2af4b33e0,
        _:N5a1fb5327b544fe285ef0576ca7bb4bc ;
    mo:track_count 2 ;
    schema:duration "PT8:20"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N491db1c6e44b4ba08fd360d2af4b33e0,
        _:N5a1fb5327b544fe285ef0576ca7bb4bc .

