Skip to content

irwansyahrmd/music-ontology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Music Ontology

owlviz img

SPARKL Query

Examples :

  1. PREFIX owl: http://www.w3.org/2002/07/owl# PREFIX mo: http://www.semanticweb.org/irwansyah/ontologies/2015/4/MusicOntology# SELECT ?superclass WHERE { mo:Artist rdfs:subClassOf ?superclass . }
  2. PREFIX owl: http://www.w3.org/2002/07/owl# PREFIX mo: http://www.semanticweb.org/irwansyah/ontologies/2015/4/MusicOntology# SELECT ?subclass WHERE { ?subclass rdfs:subClassOf mo:Person . }
  3. PREFIX owl: http://www.w3.org/2002/07/owl# SELECT ?subject ?object WHERE { ?subject rdfs:subClassOf ?object }

About

Music Web Ontology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published