skos/commit

remove copy pasted nodeshapes that generated errors

authorJacco van Ossenbruggen
Mon Nov 29 22:26:57 2010 +0100
committerJacco van Ossenbruggen
Mon Nov 29 22:26:57 2010 +0100
commit0c4307192409146d023eb515338787fb668c83c6
tree8cf6da70f030dc736ddfafc8cb8ade3964c847ea
parent8a94c71f0b94527874bde3b257451b21c2925b11
Diff style: patch stat
diff --git a/components/skos/graph.pl b/components/skos/graph.pl
index ab939e4..6da2358 100644
--- a/components/skos/graph.pl
+++ b/components/skos/graph.pl
@@ -104,17 +104,3 @@ skos_node_shape(URI, Shape, Options) :-
 node_shape(URI, Shape, Options) :-
 	memberchk(start(URI), Options),
 	Shape = [shape(tripleoctagon),style(filled),fillcolor('#ff85fd')].
-node_shape(URI, Shape, _Options) :-
-	rdf_has(URI, rdf:type, ens:'WebResource'),
-	page_content_type(URI, Type),
-	sub_atom(Type, 0, _, _, 'image/'),
-	Shape = [img([src(URI)])].
-node_shape(URI, Shape, _Options) :-
-	rdf_has(URI, rdf:type, ore:'Aggregation'),
-	Shape = [shape(box3d),style(filled),fillcolor('#85fff7')].
-node_shape(URI, Shape, _Options) :-
-	rdf_has(URI, rdf:type, ore:'Proxy'),
-	Shape = [shape(diamond),style('rounded,filled'),fillcolor('#ffb785')].
-node_shape(URI, Shape, _Options) :-
-	rdf_has(URI, rdf:type, ens:'PhysicalThing'),
-	Shape = [shape(house),style('filled'),fillcolor('#ff8585')].