@prefix rdf: . @prefix owl: . @prefix rdfs: . owl:Restriction rdf:type rdfs:Class ; rdfs:subClassOf owl:Class ; rdfs:comment "The class of property restrictions." ; rdfs:isDefinedBy owl: ; rdfs:label "Restriction" . @prefix pwdr: . @prefix ns4: . owl:Restriction pwdr:describedby ns4:owl .