@prefix rdf: . @prefix rdfs: . @base . # Define style-parameters to control the representation of resources # in the context-graph. # # see library(semweb/rdf_graphviz) a rdf:Property ; rdfs:comment "Super-property to find GraphViz shape-defining properties" . a rdf:Property ; rdfs:label "shape" ; rdfs:seeAlso ; rdfs:comment "Defines the basic shape of a node" ; rdfs:subPropertyOf .