@prefix : <https://nickdrummond.github.io/star-wars-ontology/ontologies#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://nickdrummond.github.io/star-wars-ontology/ontologies#> .

<https://nickdrummond.github.io/star-wars-ontology/ontologies/in-universe.owl.ttl> rdf:type owl:Ontology ;
 owl:imports <https://nickdrummond.github.io/star-wars-ontology/ontologies/events.owl.ttl> ,
  <https://nickdrummond.github.io/star-wars-ontology/ontologies/manufacturers.owl.ttl> ,
  <https://nickdrummond.github.io/star-wars-ontology/ontologies/species.owl.ttl> ;
 dc:creator "Nick Drummond" ;
 dct:license <https://creativecommons.org/licenses/by-nc/4.0/> ;
 rdfs:comment """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).""" ;
 rdfs:label "In Universe" ;
 rdfs:seeAlso "https://nickdrummond.github.io/star-wars-ontology/"^^xsd:anyURI .

###  Generated by the OWL API (version 5.5.1.2024-09-07T21:41:32Z) https://github.com/owlcs/owlapi/
