@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://localhost:8080/KnowWE/Wiki.jsp?page=ElizabethTaylor> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Woman>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=Giant>;
  rdfs:label "Elizabeth Taylor" .

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

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

<http://localhost:8080/KnowWE/Wiki.jsp?page=NatalieWood> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Woman>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=RebelWithoutaCause>;
  rdfs:label "Natalie Wood " .

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

<http://localhost:8080/KnowWE/Wiki.jsp?page=JoVanFleet> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Woman>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=EastOfEden>;
  rdfs:label "JoVan Fleet" .

<http://localhost:8080/KnowWE/Wiki.jsp?page=Giant> a owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=directedBy> <http://localhost:8080/KnowWE/Wiki.jsp?page=FredGuiol>,
    <http://localhost:8080/KnowWE/Wiki.jsp?page=GeorgeStevens>;
  rdfs:label "Giant"@en, "Giganten"@de .

<http://localhost:8080/KnowWE/Wiki.jsp?page=JulieHarris> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Woman>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=EastOfEden>;
  rdfs:label "Julie Harris" .

<http://localhost:8080/KnowWE/Wiki.jsp?page=EliaKazan> a owl:Thing .

<http://localhost:8080/KnowWE/Wiki.jsp?page=AnnDoran> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Woman>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=RebelWithoutaCause>;
  rdfs:label "Ann Doran" .

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

<http://localhost:8080/KnowWE/Wiki.jsp?page=RebelWithoutaCause> a owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=directedBy> <http://localhost:8080/KnowWE/Wiki.jsp?page=NicholasRay>;
  rdfs:label "Denn sie wissen nicht, was sie tun"@de, "Rebel Without a Cause"@en .

<http://localhost:8080/KnowWE/Wiki.jsp?page=JamesDean> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Man>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=EastOfEden>,
    <http://localhost:8080/KnowWE/Wiki.jsp?page=Giant>, <http://localhost:8080/KnowWE/Wiki.jsp?page=RebelWithoutaCause>;
  rdfs:label "James Dean" .

<http://localhost:8080/KnowWE/Wiki.jsp?page=EastOfEden> a owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=directedBy> <http://localhost:8080/KnowWE/Wiki.jsp?page=EliaKazan>;
  rdfs:label "East Of Eden"@en, "Jenseits von Eden"@de .

<http://localhost:8080/KnowWE/Wiki.jsp?page=MercedesMcCambridge> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Woman>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=Giant>;
  rdfs:label "Mercedes McCambridge" .

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

<http://localhost:8080/KnowWE/Wiki.jsp?page=CarrollBaker> a <http://localhost:8080/KnowWE/Wiki.jsp?page=Woman>,
    owl:Thing;
  <http://localhost:8080/KnowWE/Wiki.jsp?page=playedIn> <http://localhost:8080/KnowWE/Wiki.jsp?page=Giant>;
  rdfs:label "Carroll Baker" .

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

<http://localhost:8080/KnowWE/Wiki.jsp?page=GeorgeStevens> a owl:Thing .

<http://localhost:8080/KnowWE/Wiki.jsp?page=FredGuiol> a owl:Thing .

<http://localhost:8080/KnowWE/Wiki.jsp?page=NicholasRay> a owl:Thing .
