PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Just a minor niggle that led to someone asking a related question on StackOverflow.com...In [ProjectName]AppDelegate.m file, lines 25-27...GLViewController *theController = [[GLViewController alloc] init];self.controller = theController;[theController release];These could be reduced to a single, simpler line:self.controller = [[[GLViewController alloc] init] autorelease];If the controller were a t
http://www.w3.org/ns/prov#wasQuotedFrom
  • blogspot.com