@prefix eg: . @prefix owl: . @prefix rdf: . @prefix rdfs: . eg:child rdfs:label "child" ; a owl:ObjectProperty . eg:s eg:child "literal" .