Graphviz Visualization#
digraph claasfunctions {
# size="6,6";
rankdir = LR;
node [color=darkolivegreen2, style="rounded, filled, solid", shape="box"];
...
}
| triple |
|---|
| "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" -> "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" -> "http://www.w3.org/2002/07/owl#ObjectProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" -> "http://www.w3.org/2000/01/rdf-schema#Class" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#Class" -> "http://www.w3.org/2000/01/rdf-schema#Class" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" -> "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" -> "http://www.w3.org/2002/07/owl#TransitiveProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" -> "http://www.w3.org/2002/07/owl#ObjectProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#subClassOf" -> "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#subClassOf" -> "http://www.w3.org/2002/07/owl#TransitiveProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#subClassOf" -> "http://www.w3.org/2002/07/owl#ObjectProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#domain" -> "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#domain" -> "http://www.w3.org/2002/07/owl#ObjectProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#range" -> "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2000/01/rdf-schema#range" -> "http://www.w3.org/2002/07/owl#ObjectProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2002/07/owl#SymmetricProperty" -> "http://www.w3.org/2000/01/rdf-schema#Class" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2002/07/owl#TransitiveProperty" -> "http://www.w3.org/2000/01/rdf-schema#Class" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2002/07/owl#equivalentProperty" -> "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2002/07/owl#equivalentProperty" -> "http://www.w3.org/2002/07/owl#SymmetricProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2002/07/owl#equivalentProperty" -> "http://www.w3.org/2002/07/owl#TransitiveProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |
| "http://www.w3.org/2002/07/owl#equivalentProperty" -> "http://www.w3.org/2002/07/owl#ObjectProperty" [ label="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ] |

