@prefix rdf: . @prefix olia: . @prefix owl: . olia:GenitiveCase rdf:type owl:Class . @prefix rdfs: . @prefix ns4: . olia:GenitiveCase rdfs:subClassOf ns4:CaseFeature ; rdfs:label "genitive case"@en ; rdfs:comment "\n\t\t\tGenitive case signals that the referent of the marked noun is the possessor \n\t\t\tof the referent of another noun, e.g. \"the man's foot\". In some languages, \n\t\t\tgenitive case may express an associative relation between the marked noun \n\t\t\tand another noun. \n\t\t\t(http://www.sil.org/linguistics/glossaryoflinguisticterms/WhatIsGenitiveCase.htm 17.11.06)\n\t\t" ; owl:versionInfo "EAGLES-recommended case feature" .