Star Wars Ontology

IRI:
https://nickdrummond.github.io/star-wars-ontology/ontologies/all.owl.ttl
Authors :
Nick Drummond
Imported Ontologies :
https://nickdrummond.github.io/star-wars-ontology/ontologies/behind-the-scenes.owl.ttl (visualise it with LODE )
https://nickdrummond.github.io/star-wars-ontology/ontologies/in-universe.owl.ttl (visualise it with LODE )
Other visualisation :
Ontology source - WebVowl

Abstract

This work is not sanctioned or otherwise connected to Lucasfilm, Disney or it’s affiliates. It is an unpaid experiment in representing an interesting, complex domain of storytelling. All names and references are Trademark and/or copyright of Disney and affiliates or their respective owners or creators. There is no assertion of correctness or completeness by myself - content has been created referencing publicly available, free content created by fans (ie Wookipedia).

Table of Content

  1. Introduction
  2. Namespace Declarations

Introduction

The Star Wars Ontology is a hand-crafted OWL ontology, focusing primarily on the events that have taken place in the Star Wars Universe, in canon TV and film. These events are related to one another in the timeline and are supported by descriptions of the places, people and things that describe them. The ontology is relatively compact and simple at the class level, wiht the majority of the detail and complexity at the individual level.

Namespace Declarations back to ToC

default namespace
https://nickdrummond.github.io/star-wars-ontology/ontologies/all.owl.ttl#
dc
http://purl.org/dc/elements/1.1/
ontologies
https://nickdrummond.github.io/star-wars-ontology/ontologies#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
terms
http://purl.org/dc/terms/
util
https://nickdrummond.github.io/star-wars-ontology/util#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .