@prefix dc:   <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix game: <http://purl.org/NET/game#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

@prefix : <http://fortytwo.net/2010/11/game/> .

:wowbagger1
	a game:Node ;
	foaf:name "insulting Aaron Depew in Albuquerque"@en ;
	dc:description "Your name is Wowbagger (the Infinitely Prolonged).  Immortal and bored, you have come up with a way to keep yourself eternally busy: to insult everyone in the universe... individually, and IN ALPHABETICAL ORDER.  You have been on Earth since you entered the Basic Latin block of your Intergalactic UltraUnicode itinerary, which is subject to frequent change. At the moment, you are on a ranch near Albuquerque, New Mexico, where you have just insulted Mr. Aaron Depew, calling him a 'stupid dumb idiot'.  From here, you can go north to downtown Albuquerque or east to your next objective, the elderly Adriane Depew of Kaiserslautern, Germany."@en ;
	game:north :wowbagger2 ;
	game:east :wowbagger3 ;
	geo:location <http://dbpedia.org/resource/Albuquerque,_New_Mexico> .

