relpipe-data/examples/rdf-heathers.ttl
branchv_0
changeset 310 aeda3cb4528d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/relpipe-data/examples/rdf-heathers.ttl	Mon Jul 27 17:51:53 2020 +0200
@@ -0,0 +1,119 @@
+@prefix person:     <tag:heathers.globalcode.info,2020:person:> .
+@prefix predicate:  <tag:heathers.globalcode.info,2020:predicate:> .
+@prefix thing:      <tag:heathers.globalcode.info,2020:thing:> .
+
+person:veronica-sawyer
+	predicate:has-firstname "Veronica";
+	predicate:has-surname   "Sawyer";
+	predicate:says
+		"How very!",
+		"I use my grand IQ to decide what colour gloss to wear",
+		"Are we going to prom or to hell?";
+	predicate:dates person:jason-dean;
+	predicate:is-member-of
+		thing:sharp-shooters,
+	    thing:croquet-team,
+		thing:future-leaders;
+	predicate:is-played-by person:winona-ryder .
+
+person:jason-dean
+	predicate:has-firstname "Jason";
+	predicate:has-surname   "Dean";
+	predicate:says
+		"Greetings and salutations!",
+		"The extreme always seems to make an impression.",
+		"Did you say a cherry or Coke slushie?";
+	predicate:dates person:veronica-sawyer;
+	predicate:is-member-of
+		thing:sharp-shooters,
+		thing:future-leaders;
+	predicate:is-played-by person:christian-slater .
+
+person:heather-duke
+	predicate:has-firstname "Heather";
+	predicate:has-surname   "Duke";
+	predicate:says
+		"Color me stoked!",
+		"Jealous much?",
+		"Veronica, you look like hell.";
+	predicate:is-member-of
+		thing:croquet-team,
+		thing:future-leaders;
+	predicate:is-played-by person:shannen-doherty .
+
+person:heather-mcnamara
+	predicate:has-firstname "Heather";
+	predicate:has-surname   "McNamara";
+	predicate:says
+		"Drool much?",
+		"God, aren't they fed, yet?",
+		"Suicide is a private thing.";
+	predicate:is-member-of
+		thing:croquet-team,
+		thing:future-leaders;
+	predicate:is-played-by person:lisanne-falk .
+
+person:heather-chandler
+	predicate:has-firstname "Heather";
+	predicate:has-surname   "Chandler";
+	predicate:says
+		"What's your damage?",
+		"You're such a pillowcase!",
+		"Grow up Heather, bulimia is so '87.";
+	predicate:is-member-of
+		thing:croquet-team,
+		thing:future-leaders;
+	predicate:is-played-by person:kim-walker .
+
+person:betty-finn
+	predicate:has-firstname "Betty";
+	predicate:has-surname   "Finn";
+	predicate:is-true-friend-of person:veronica-sawyer;
+	predicate:is-played-by person:renee-estevez .
+
+person:martha-dunnstock
+	predicate:has-firstname "Martha";
+	predicate:has-surname   "Dunnstock";
+	predicate:has-nickname  "Martha Dumptruck";
+	predicate:listens-to thing:big-fun;
+	predicate:is-played-by person:carrie-lynn .
+
+thing:sharp-shooters
+	predicate:has-title "Sharp Shooters" .
+
+thing:croquet-team
+	predicate:has-title "Croquet Team" .
+
+thing:future-leaders
+	predicate:has-title "Future Leaders of America" .
+
+thing:big-fun
+	predicate:has-title "Big Fun" .
+
+person:winona-ryder
+	predicate:has-firstname "Winona";
+	predicate:has-surname   "Ryder" .
+
+person:christian-slater
+	predicate:has-firstname "Christian";
+	predicate:has-surname   "Slater" .
+
+person:shannen-doherty
+	predicate:has-firstname "Shannen";
+	predicate:has-surname   "Doherty" .
+
+person:lisanne-falk
+	predicate:has-firstname "Lisanne";
+	predicate:has-surname   "Falk" .
+
+person:kim-walker
+	predicate:has-firstname "Kim";
+	predicate:has-surname   "Walker" .
+
+person:renee-estevez
+	predicate:has-firstname "Renée";
+	predicate:has-surname   "Estevez" .
+
+person:carrie-lynn
+	predicate:has-firstname "Carrie";
+	predicate:has-surname   "Lynn" .