@prefix rdf: . @prefix olia: . @prefix owl: . olia:Collective rdf:type owl:Class . @prefix rdfs: . olia:Collective rdfs:subClassOf olia:Derivation . @prefix ns4: . olia:Collective rdfs:subClassOf ns4:NumberFeature ; rdfs:label "collective"@en , "collective" ; rdfs:comment "\n A collective number is a number referring to 'a set of things'. Languages that have this feature can use it to get a phrase like 'flock of sheeps' by using 'sheep' in collective number.\n (en2.wikipedia.org/wiki/Collective_number; http://www.isocat.org/datcat/DC-1254)\n " ; owl:versionInfo "subClassOf grammaticalNumber (dcif:conceptualDomain)" , "Normally realized by derivation rather than inflection, unless other evidence is provided, OLiA follows *both* the modelling of EAGLES (Collective rdf:type Number) and the modelling of the MTE ontology (Collective rdf:type MorphologicalDerivation, cf. http://purl.org/olia/mte/multext-east.owl#Collective)" , "http://www.isocat.org/datcat/DC-1254" , "rename to CollectiveNumber" .