@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=hasSuperHeroCharacter> a rdf:Property;
  rdfs:domain <http://localhost:8080/KnowWE/Wiki.jsp?page=Movie>;
  rdfs:range <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero>;
  owl:inverseOf <http://localhost:8080/KnowWE/Wiki.jsp?page=superHeroCharacterIn> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=superHeroCharacterIn> a rdf:Property;
  rdfs:domain <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero>;
  rdfs:range <http://localhost:8080/KnowWE/Wiki.jsp?page=Movie>;
  rdfs:subPropertyOf <http://localhost:8080/KnowWE/Wiki.jsp?page=characterIn> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Movie> a rdfs:Class .

<http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHeroMovie> a rdfs:Class;
  rdfs:subClassOf <http://localhost:8080/KnowWE/Wiki.jsp?page=Movie> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=KickAss_The_Movie> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHeroMovie>;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=hasSuperHeroCharacter> <http://localhost:8080/KnowWE/Wiki.jsp?page=Hit-Girl>,
    <http://localhost:8080/KnowWE/Wiki.jsp?page=KickAss>, <http://localhost:8080/KnowWE/Wiki.jsp?page=Red+Mist> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Night+Bitch> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Hit-Girl> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=characterIn> a rdf:Property;
  rdfs:domain <http://localhost:8080/KnowWE/Wiki.jsp?page=Character>;
  rdfs:range <http://localhost:8080/KnowWE/Wiki.jsp?page=Movie> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=KickAss2_The_Movie> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHeroMovie>;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=hasSuperHeroCharacter> <http://localhost:8080/KnowWE/Wiki.jsp?page=Bad+Ass+Warrior>,
    <http://localhost:8080/KnowWE/Wiki.jsp?page=Black+Death>, <http://localhost:8080/KnowWE/Wiki.jsp?page=Hit-Girl>,
    <http://localhost:8080/KnowWE/Wiki.jsp?page=KickAss>, <http://localhost:8080/KnowWE/Wiki.jsp?page=Mother+Russia>,
    <http://localhost:8080/KnowWE/Wiki.jsp?page=Motherfucker>, <http://localhost:8080/KnowWE/Wiki.jsp?page=Night+Bitch> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> a rdfs:Class;
  rdfs:subClassOf <http://localhost:8080/KnowWE/Wiki.jsp?page=Character> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Mother+Russia> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=KickAss> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Motherfucker> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Red+Mist> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Bad+Ass+Warrior> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Character> a rdfs:Class .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Black+Death> a <http://localhost:8080/KnowWE/Wiki.jsp?page=SuperHero> .
