@prefix : <http://www.w3.org/2001/11/IsaViz/graphstylesheets#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<#DocumentStyle>
:fill "rgb(238,238,238)";
:shape "{20.0,-30.0;20.0,15.0;5.0,30.0;-30.0,30.0;-30.0,-30.0}";
:stroke "rgb(0,0,0)";
:text-align :Below .
<#ImageStyle>
:icon :Fetch;
:text-align :Below .
<#ccPermitsStyle>
:fill "rgb(221,255,221)";
:stroke "rgb(0,128,0)" .
<#ccProhibitsStyle>
:fill "rgb(255,221,221)";
:stroke "rgb(255,0,0)" .
<#ccRequiresStyle>
:fill "rgb(221,221,255)";
:stroke "rgb(0,0,255)" .
<#dcInfoStyle>
:fill "rgb(251,178,60)" .
<#rssInfoStyle>
:fill "rgb(251,197,110)" .
[ a :Resource;
:style <#ImageStyle>;
:objectOfStatement [ :predicate <http://purl.org/rss/1.0/image> ] ].
[ a :Resource;
:style <#DocumentStyle>;
:subjectOfStatement [
:object [ :value "http://purl.org/rss/1.0/item" ];
:predicate rdf:type ] ].
[ a :Resource;
:style <#ccPermitsStyle>;
:objectOfStatement [ :predicate <http://web.resource.org/cc/permits> ] ].
[ a :Resource;
:style <#ccProhibitsStyle>;
:objectOfStatement [ :predicate <http://web.resource.org/cc/prohibits> ] ].
[ a :Resource;
:style <#ccRequiresStyle>;
:objectOfStatement [ :predicate <http://web.resource.org/cc/requires> ] ].
[ a :Resource;
:display :None;
:objectOfStatement [ :predicate rdf:type ] ].
[ a :Property;
:layout :Table;
:style <#rssInfoStyle>;
:uriStartsWith <http://purl.org/rss/1.0/> ].
[ a :Property;
:layout :Table;
:style <#dcInfoStyle>;
:uriStartsWith <http://purl.org/dc/elements/1.1/> ].