{ <> a schema:CreativeWork, schema:WebPage ; schema:description "Translating Conceptual Graph Notation: [Black]<-(Attr)<-[Cat: Yojo]->(On)->[Mat]->(Attr)->[Red] to RDF-Turtle" ; schema:about [ a <#Cat> ; schema:name "Yojo" ; schema:identifier <#thisYojo> ; schema:image ; schema:color [ <#rgbCode> "#000000"^^xsd:hexBinary ; schema:name "Black" ] ; <#on> [ a ; schema:identifier <#thisMat> ; schema:color [ <#rgbCode> "#FF0000"^^xsd:hexBinary ; schema:name "Red" ] ] ] . <#on> a owl:ObjectProperty ; schema:name "on" ; schema:description "two perceived items in vertical juxtapostion." ; rdfs:domain owl:Thing ; rdfs:range owl:Thing . }