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

<artist/31067#subject> a schema:Person,
        foaf:Person ;
    schema:name "Maki Ishido"@en,
        "石渡マキ"@ja ;
    foaf:made <album/85033#subject>,
        <album/85033#vocals> ;
    foaf:name "Maki Ishido"@en,
        "石渡マキ"@ja .

<artist/31068#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akiko Yusa"@en,
        "遊佐明子"@ja ;
    foaf:made <album/85033#subject>,
        <album/85033#vocals> ;
    foaf:name "Akiko Yusa"@en,
        "遊佐明子"@ja .

<artist/31069#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nobuo Akiyama"@en,
        "秋山信雄"@ja ;
    foaf:made <album/85033#subject>,
        <album/85033#vocals> ;
    foaf:name "Nobuo Akiyama"@en,
        "秋山信雄"@ja .

<artist/31070#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yumi Hirasawa"@en,
        "平沢由美"@ja ;
    foaf:made <album/85033#subject>,
        <album/85033#vocals> ;
    foaf:name "Yumi Hirasawa"@en,
        "平沢由美"@ja .

<album/85032> a mo:Release ;
    mo:catalogue_number "CX-7505" .

<artist/30009#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85033#subject> ;
    schema:name "Kazuhiko Saito"@en,
        "斉藤和彦"@ja ;
    foaf:made <album/85033#composition>,
        <album/85033#subject> ;
    foaf:name "Kazuhiko Saito"@en,
        "斉藤和彦"@ja .

<artist/30010#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85033#subject> ;
    schema:name "Rumi Maruyama"@en,
        "丸山るみ"@ja ;
    foaf:made <album/85033#composition>,
        <album/85033#subject> ;
    foaf:name "Rumi Maruyama"@en,
        "丸山るみ"@ja .

<artist/30016#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85033#subject> ;
    schema:name "Yoshikazu Miura"@en,
        "三浦義和"@ja ;
    foaf:made <album/85033#composition>,
        <album/85033#lyrics>,
        <album/85033#subject> ;
    foaf:name "Yoshikazu Miura"@en,
        "三浦義和"@ja .

<artist/30017#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85033#subject> ;
    schema:name "Yoshimi Hamada"@en,
        "浜田良美"@ja ;
    foaf:made <album/85033#composition>,
        <album/85033#lyrics>,
        <album/85033#subject>,
        <album/85033#vocals> ;
    foaf:name "Yoshimi Hamada"@en,
        "浜田良美"@ja .

<artist/4640#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85033#subject> ;
    schema:name "Kunio Kubota"@en,
        "久保田邦夫"@ja ;
    foaf:made <album/85033#composition>,
        <album/85033#subject> ;
    foaf:name "Kunio Kubota"@en,
        "久保田邦夫"@ja .

<artist/8562#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85033#subject> ;
    schema:name "Akihisa Matsuura"@en,
        "松浦晃久"@ja ;
    foaf:made <album/85033#composition>,
        <album/85033#subject> ;
    foaf:name "Akihisa Matsuura"@en,
        "松浦晃久"@ja .

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

<album/85033#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Family! II"@en,
        "ファミリー!II"@ja,
        "Family! II"@ja-latn ;
    mo:performance_of <album/85033#musicalwork> ;
    mo:recorded_as <album/85033#musicalexpression> ;
    schema:name "Family! II"@en,
        "ファミリー!II"@ja,
        "Family! II"@ja-latn ;
    schema:workPerformed <album/85033#musicalwork> .

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

<https://media.vgm.io/albums/33/85033/85033-73f24277f4a8.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/85033#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/33/85033/85033-73f24277f4a8.jpg> ;
    foaf:depicts <album/85033#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/33/85033/85033-73f24277f4a8.jpg> .

<https://medium-media.vgm.io/albums/33/85033/85033-73f24277f4a8.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/85033#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Family! II"@en,
        "ファミリー!II"@ja,
        "Family! II"@ja-latn ;
    mo:composer <artist/30009#subject>,
        <artist/30010#subject>,
        <artist/30016#subject>,
        <artist/30017#subject>,
        <artist/4640#subject>,
        <artist/8562#subject> ;
    mo:produced_work <album/85033#musicalwork> ;
    schema:name "Family! II"@en,
        "ファミリー!II"@ja,
        "Family! II"@ja-latn .

<album/85033#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1985-08-01"^^xsd:date ;
    dcterms:title "Family! II"@en,
        "ファミリー!II"@ja,
        "Family! II"@ja-latn ;
    mo:catalogue_number "CAY-738" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/85032> ;
    mo:publication_of <album/85033#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:Na35392e71f6b41febaa42aca753337aa ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Family!"@en ;
            foaf:name "Family!"@en ] ;
    schema:datePublished "1985-08-01"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/33/85033/85033-73f24277f4a8.jpg> ;
    schema:name "Family! II"@en,
        "ファミリー!II"@ja,
        "Family! II"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/33/85033/85033-73f24277f4a8.jpg> .

_:N266916ef1cd247f6b5887240d8330b85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jumping Up To The Sky"@en,
        "ジャンピング・アップ・トゥ・ザ・スカイ"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Jumping Up To The Sky"@en,
        "ジャンピング・アップ・トゥ・ザ・スカイ"@ja .

_:N30b7978597aa45838cd7f93e60335e16 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Somewhere"@en,
        "サムホエァー"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Somewhere"@en,
        "サムホエァー"@ja .

_:N36eb9299fe7c40b3b0bccfd5b90f1dae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Leave Me Alone"@en,
        "リーヴ・ミー・アローン"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Leave Me Alone"@en,
        "リーヴ・ミー・アローン"@ja .

_:N607303b83ce343e9b1b33f04ebc732b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Come On Everybody"@en,
        "カモン・エブリバディー"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Come On Everybody"@en,
        "カモン・エブリバディー"@ja .

_:N62954bd918b04f26b0891908fffc00cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Won’t You Be My Friend"@en,
        "ウォント・ユー・ビー・マイ・フレンド"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Won’t You Be My Friend"@en,
        "ウォント・ユー・ビー・マイ・フレンド"@ja .

_:N6e175cf6b31f4749a3b6d58deba864ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fried Egg"@en,
        "フライド・エッグ"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Fried Egg"@en,
        "フライド・エッグ"@ja .

_:Nb0e6bac7dede479b90855542047e16dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Poetry"@en,
        "ポエトリー"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Poetry"@en,
        "ポエトリー"@ja .

_:Nc9ddef71c698493abc3402b7f05bec1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Party Is Over"@en,
        "パーティー・イズ・オーバー"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Party Is Over"@en,
        "パーティー・イズ・オーバー"@ja .

_:Nd1ed0a65ebf14cdaabe76d2f7db524de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Photograph"@en,
        "フォトグラフ"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Photograph"@en,
        "フォトグラフ"@ja .

_:Ned4124f3339b42ad8c09e4fb627cd13c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Take Over"@en,
        "ティク・オーバー"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na35392e71f6b41febaa42aca753337aa ;
    schema:name "Take Over"@en,
        "ティク・オーバー"@ja .

_:Na35392e71f6b41febaa42aca753337aa a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N266916ef1cd247f6b5887240d8330b85,
        _:N30b7978597aa45838cd7f93e60335e16,
        _:N36eb9299fe7c40b3b0bccfd5b90f1dae,
        _:N607303b83ce343e9b1b33f04ebc732b1,
        _:N62954bd918b04f26b0891908fffc00cd,
        _:N6e175cf6b31f4749a3b6d58deba864ee,
        _:Nb0e6bac7dede479b90855542047e16dc,
        _:Nc9ddef71c698493abc3402b7f05bec1d,
        _:Nd1ed0a65ebf14cdaabe76d2f7db524de,
        _:Ned4124f3339b42ad8c09e4fb627cd13c ;
    mo:track_count 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N266916ef1cd247f6b5887240d8330b85,
        _:N30b7978597aa45838cd7f93e60335e16,
        _:N36eb9299fe7c40b3b0bccfd5b90f1dae,
        _:N607303b83ce343e9b1b33f04ebc732b1,
        _:N62954bd918b04f26b0891908fffc00cd,
        _:N6e175cf6b31f4749a3b6d58deba864ee,
        _:Nb0e6bac7dede479b90855542047e16dc,
        _:Nc9ddef71c698493abc3402b7f05bec1d,
        _:Nd1ed0a65ebf14cdaabe76d2f7db524de,
        _:Ned4124f3339b42ad8c09e4fb627cd13c .

