@prefix eg: . @prefix owl: . @prefix rdf: . @prefix rdfs: . eg:stuff a rdf:Property ; owl:deprecated true ; rdfs:label "stuff" . eg:s eg:stuff eg:o .