@prefix rdf: . @prefix olia: . @prefix owl: . olia:hasInflectionType rdf:type owl:ObjectProperty . @prefix rdfs: . @prefix ns4: . olia:hasInflectionType rdfs:subPropertyOf ns4:hasFeature ; rdfs:label "has inflection type"@en . @prefix ns5: . olia:hasInflectionType rdfs:range ns5:InflectionTypeFeature .