An ontology created for the chakra system, built in December 2020.
Status: incomplete

Used technologies:
-
OWL (Web Ontology Language)
-
XML/RDF
-
Protege
SparQL Query to get all attributes of Muladhara
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX chk: <http://iurianu.rocks/ontology/chakras.owl#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT DISTINCT ?property ?value FROM <http://iurianu.rocks/ontology/chakras.owl#> WHERE { chk:Muladhara ?poperty ?value . }
OWL Ontology for The Chakra System