PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Below is an example using a highly modified version of Ian's code:<?phpclass ExampleSuperclass{ static $className; static function showClassName() { echo self::$className . \n; }}class ExampleSubclassOne extends ExampleSuperclass{ static function setClassName() { self::$className = "subclassOne; }}class ExampleSubclassTwo extends ExampleSuperClass{ static function setClassName() { self::$classN
http://www.w3.org/ns/prov#wasQuotedFrom
  • php.net