User contributions
From Music Ontology Wiki
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).
- 16:03, 8 January 2008 (hist) (diff) Examples (→Level 2)
- 16:03, 8 January 2008 (hist) (diff) Examples (→Level 3)
- 16:01, 8 January 2008 (hist) (diff) Examples (→Level 3)
- 16:00, 8 January 2008 (hist) (diff) Examples (→Level 2)
- 15:59, 8 January 2008 (hist) (diff) Examples (→Level 1)
- 14:56, 14 August 2007 (hist) (diff) Class Schemas (→moGenre schema)
- 14:56, 14 August 2007 (hist) (diff) Class Schemas (→mo:Instrument schema)
- 17:40, 7 June 2007 (hist) (diff) Todo list (→Music Ontology)
- 19:03, 1 June 2007 (hist) (diff) Todo list
- 19:53, 22 May 2007 (hist) (diff) Class Schemas
- 19:50, 22 May 2007 (hist) (diff) Todo list
- 14:38, 14 May 2007 (hist) (diff) Todo list
- 14:36, 14 May 2007 (hist) (diff) Todo list
- 17:30, 20 April 2007 (hist) (diff) Main Page (→Getting Started)
- 01:23, 19 April 2007 (hist) (diff) Main Page (→Welcome on the Music Ontology Wiki)
- 01:17, 19 April 2007 (hist) (diff) Main Page (→Welcome on the Music Ontology Wiki)
- 01:15, 19 April 2007 (hist) (diff) Image:Mo-logo-big.jpg (top)
- 15:21, 18 April 2007 (hist) (diff) Musicbrainz Relation Database in RDF via Virtuoso RDF View (→Testing the view) (top)
- 15:20, 18 April 2007 (hist) (diff) Musicbrainz Relation Database in RDF via Virtuoso RDF View (→Testing the view)
- 15:19, 18 April 2007 (hist) (diff) Musicbrainz Relation Database in RDF via Virtuoso RDF View
- 15:19, 18 April 2007 (hist) (diff) Musicbrainz Relation Database in RDF via Virtuoso RDF View (New page: <div style="border:1px solid #ffcc00; background:#FFFDDF; padding:10px; '''Note''': this section came from Frederick Giasson's blog. [http://fgiasson.com/blog/index.php/2007/04/17/musicbra...)
- 15:12, 18 April 2007 (hist) (diff) Musicbrainz (→Converted Data Source)
- 20:14, 14 April 2007 (hist) (diff) m Community (Reverted edits by Fgiasson (Talk); changed back to last version by YvesRaimond)
- 20:13, 14 April 2007 (hist) (diff) Community
- 19:55, 14 April 2007 (hist) (diff) User:Fgiasson (top)
- 20:12, 13 April 2007 (hist) (diff) Todo list (New page: This is the list of things to do for the development of the Music Ontology. Please add items if needed. * Cleaning-up classes, properties and instances definition. Particularly the mo...)
- 20:08, 13 April 2007 (hist) (diff) MediaWiki:Sidebar (top)
- 20:05, 13 April 2007 (hist) (diff) Describes the change of the key over time (same thing for bpm/chords) (New page: =RDF/XML= <pre> 1 <rdf:Description rdf:about="http://music.org/bach#emersonperf"> 2 <event:hasSubEvent rdf:resource="http://example.com/test#subperf1"/> 3 ...) (top)
- 20:05, 13 April 2007 (hist) (diff) Examples (→Level 3)
- 20:04, 13 April 2007 (hist) (diff) Description of the The Emerson Quartet, 2003, string quartet: the performance (New page: =RDF/XML= <pre> 1 <mo:Performance rdf:about="http://music.org/bach#emersonperf"> 2 <time:event rdf:resource="http://music.org/bach#emersonperfti" /> 3 <ev...) (top)
- 20:04, 13 April 2007 (hist) (diff) Examples (→Level 3)
- 20:03, 13 April 2007 (hist) (diff) Description of Bach, die Kunst der Fuge: the performance (New page: =RDF/XML= <pre> 1 <foaf:Person rdf:about="http://music.org/bach#bach"> 2 <foaf:name>Johann Sebastian Bach</foaf:name> 3 <mo:wikipedia...) (top)
- 20:03, 13 April 2007 (hist) (diff) Examples (→Level 3)
- 20:03, 13 April 2007 (hist) (diff) Description of Bach, die Kunst der Fuge (New page: =RDF/XML= <pre> 1 <foaf:Person rdf:about="http://music.org/bach#bach"> 2 <foaf:name>Johann Sebastian Bach</foaf:name> 3 <mo:wikipedia...)
- 20:02, 13 April 2007 (hist) (diff) Examples (→Level 3)
- 20:02, 13 April 2007 (hist) (diff) The purpose of this example is to express "who plaid what?" It uses "event decomposition" (New page: =RDF/N3= <pre> 1 @prefix dc: <http://purl.org/dc/elements/1.1/> . 2 @prefix mo: <http://purl.org/ontology/mo/> . 3 @prefix foaf: <http://xmlns.com/foaf/0.1...)
- 20:01, 13 April 2007 (hist) (diff) Examples (→Level 2)
- 20:00, 13 April 2007 (hist) (diff) Two people, phil and mary, went to the same gig see their favorite band and recorded it using their cell phone They made the audio files available on their blog and want to describe them (New page: =RDF/XML= <pre> 1 <mo:MusicalGroup rdf:about="http://music.org/needles#theneedles"> 2 <dc:title>The Needles</dc:title> 3 <foaf:homepage rdf:r...)
- 20:00, 13 April 2007 (hist) (diff) Examples (→Level 2)
- 19:59, 13 April 2007 (hist) (diff) This example shows how to describe a musical show that is happening at some time, at some place where some artist gives a musical performance (New page: =RDF/XML= <pre> 1 <mo:Show rdf:about="http://shome-show-uri"> 2 <dc:title>Some show title</dc:title> 3 <dc:description>Description of the mu...) (top)
- 19:58, 13 April 2007 (hist) (diff) Examples (→Level 1)
- 19:58, 13 April 2007 (hist) (diff) Yet another basic example (New page: =RDF/XML= <pre> 1 <mo:MusicGroup rdf:about="http://music.org/all#all"> 2 <foaf:name>ALL</foaf:name> 3 <foaf:homepage rdf:resource="http://ww...)
- 19:57, 13 April 2007 (hist) (diff) Examples (→Level 1)
- 19:57, 13 April 2007 (hist) (diff) Here is a basic document describing how a foaf:Person could trade its musical item (CD, MD, DVD-A, etc.) using the music ontology (New page: =RDF/XML= <pre> 1 <foaf:Person rdf:about="http://www.talkdigger.com/foaf/fgiasson"> 2 <foaf:nick>fgiasson</foaf:nick> 3 <foaf:name>Frederick...) (top)
- 19:56, 13 April 2007 (hist) (diff) Examples (→Level 1)
- 19:56, 13 April 2007 (hist) (diff) Here is a basic document describing an Album that is a Sample and another Album that is a tribute to another Album (New page: =RDF/XML= <pre> 1 <mo:Record rdf:about="http://zitgist.com/music/record/65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"> 2 <dc:title>Harvester of Sorrow</dc:tit...) (top)
- 19:55, 13 April 2007 (hist) (diff) Examples (→Level 1)
- 19:55, 13 April 2007 (hist) (diff) Here is a basic document describing an Album and its Tracks (New page: =RDF/XML= <pre> 1 <mo:Record rdf:about="http://zitgist.com/music/record/a89e1d92-5381-4dab-ba51-733137d0e431"> 2 <dc:title>Kill 'em All</dc:title> 3 ...)
- 19:54, 13 April 2007 (hist) (diff) Examples (→Level 1)
- 19:54, 13 April 2007 (hist) (diff) Here is a basic document describing the personal relationship between two Artists (New page: =RDF/XML= <pre> 1 <mo:MusicArtist rdf:about="http://zitgist.com/music/artist/45a663b5-b1cb-4a91-bff6-2bef7bbfdd76"> 2 <foaf:name>Britney Spears</foaf:name>...) (top)
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).

