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

<artist/12455#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mao"@en,
        "マオ"@ja ;
    foaf:made <album/41481#lyrics>,
        <album/41481#subject> ;
    foaf:name "Mao"@en,
        "マオ"@ja .

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

<artist/12459#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41481#subject> ;
    schema:name "Shinji"@en ;
    foaf:made <album/41481#composition>,
        <album/41481#subject> ;
    foaf:name "Shinji"@en .

<artist/12460#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41481#subject> ;
    schema:name "Aki Mimegumi"@en,
        "御恵明希"@ja ;
    foaf:made <album/41481#composition>,
        <album/41481#subject> ;
    foaf:name "Aki Mimegumi"@en,
        "御恵明希"@ja .

<product/1792#subject> a schema:CreativeWork ;
    schema:name "Magi: The Labyrinth of Magic"@en,
        "マギ The labyrinth of magic"@ja,
        "Magi: The Labyrinth of Magic"@ja-latn ;
    foaf:name "Magi: The Labyrinth of Magic"@en,
        "マギ The labyrinth of magic"@ja,
        "Magi: The Labyrinth of Magic"@ja-latn .

<product/2471#subject> a schema:CreativeWork ;
    schema:name "Magi: The Kingdom of Magic"@en,
        "マギ The kingdom of magic"@ja,
        "Magi: The Kingdom of Magic"@ja-latn ;
    foaf:name "Magi: The Kingdom of Magic"@en,
        "マギ The kingdom of magic"@ja,
        "Magi: The Kingdom of Magic"@ja-latn .

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

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

<org/1006#subject> schema:name "Ki/oon"@en,
        "Ki/oon"@ja,
        "Ki/oon"@ja-latn ;
    foaf:name "Ki/oon"@en,
        "Ki/oon"@ja,
        "Ki/oon"@ja-latn .

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

<https://medium-media.vgm.io/albums/18/41481/41481-1383033414.jpg> a schema:ImageObject,
        foaf:Image .

<album/41481#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ANNIVERSARY / SID [Limited Edition]"@en,
        "ANNIVERSARY / シド"@ja,
        "ANNIVERSARY / SID [Limited Edition]"@ja-latn ;
    mo:composer <artist/12459#subject>,
        <artist/12460#subject> ;
    mo:produced_work <album/41481#musicalwork> ;
    schema:name "ANNIVERSARY / SID [Limited Edition]"@en,
        "ANNIVERSARY / シド"@ja,
        "ANNIVERSARY / SID [Limited Edition]"@ja-latn .

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

<album/41481#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ANNIVERSARY / SID [Limited Edition]"@en,
        "ANNIVERSARY / シド"@ja,
        "ANNIVERSARY / SID [Limited Edition]"@ja-latn ;
    mo:performance_of <album/41481#musicalwork> ;
    mo:performer <artist/12453#subject> ;
    mo:recorded_as <album/41481#musicalexpression> ;
    schema:byArtist <artist/12453#subject> ;
    schema:name "ANNIVERSARY / SID [Limited Edition]"@en,
        "ANNIVERSARY / シド"@ja,
        "ANNIVERSARY / SID [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/41481#musicalwork> .

<artist/12453#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/41481#performance> ;
    schema:name "SID"@en,
        "シド"@ja ;
    foaf:name "SID"@en,
        "シド"@ja .

<album/41481#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-11-06"^^xsd:date ;
    dcterms:title "ANNIVERSARY / SID [Limited Edition]"@en,
        "ANNIVERSARY / シド"@ja,
        "ANNIVERSARY / SID [Limited Edition]"@ja-latn ;
    mo:catalogue_number "KSCL-2326~7" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/41481#musicalexpression> ;
    mo:publisher <org/1006#subject> ;
    mo:record _:N096e0072aaae4c278984375ce246cfbc,
        _:Ned20ff33199b4e9195ad0f82f39edc0a ;
    mo:record_count 2 ;
    schema:about <product/1792#subject>,
        <product/2471#subject> ;
    schema:byArtist <artist/12453#subject> ;
    schema:datePublished "2013-11-06"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/18/41481/41481-1383033414.jpg> ;
    schema:name "ANNIVERSARY / SID [Limited Edition]"@en,
        "ANNIVERSARY / シド"@ja,
        "ANNIVERSARY / SID [Limited Edition]"@ja-latn ;
    schema:publisher <org/1006#subject> ;
    foaf:depiction <https://media.vgm.io/albums/18/41481/41481-1383033414.jpg> .

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

_:N814d8ccdbd4543cfbeb36f65f5d1cac3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ANNIVERSARY"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Ned20ff33199b4e9195ad0f82f39edc0a ;
    schema:name "ANNIVERSARY"@ja .

_:Na73de57866454ccdbd27cc7f61df2f4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SID 10th Anniversary TOUR 2013 (ライブ映像 Ver.B)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N096e0072aaae4c278984375ce246cfbc ;
    schema:name "SID 10th Anniversary TOUR 2013 (ライブ映像 Ver.B)"@ja .

_:Nec554a8c6f4049768f809923c67cd6cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "V.I.P (Live from 『SID 10th Anniversary LIVE』)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:Ned20ff33199b4e9195ad0f82f39edc0a ;
    schema:name "V.I.P (Live from 『SID 10th Anniversary LIVE』)"@ja .

_:Nf41ae7e6d8884ec79f5253eb770cc106 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "砂の城"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:Ned20ff33199b4e9195ad0f82f39edc0a ;
    schema:name "砂の城"@ja .

_:Ned20ff33199b4e9195ad0f82f39edc0a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N814d8ccdbd4543cfbeb36f65f5d1cac3,
        _:Nec554a8c6f4049768f809923c67cd6cf,
        _:Nf41ae7e6d8884ec79f5253eb770cc106 ;
    mo:track_count 3 ;
    schema:duration "PT11:18"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N814d8ccdbd4543cfbeb36f65f5d1cac3,
        _:Nec554a8c6f4049768f809923c67cd6cf,
        _:Nf41ae7e6d8884ec79f5253eb770cc106 .

