1
0
forked from GitHub/gf-core

linearizations for few class names in SUMO

This commit is contained in:
krasimir
2010-08-08 10:38:31 +00:00
parent 71ea541765
commit 70297c5691
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,8 @@ concrete EngineeringEng of Engineering = MidLevelOntologyEng ** open DictLangEng
lin
Battery = UseN battery_N ;
Method = UseN method_N ;
Model = UseN model_N ;
Rotor = UseN rotor_N ;
}

View File

@@ -95,7 +95,7 @@ lin
-- subclass declarations :
AbnormalAnatomicalStructure = AdjCN (PositA abnormal_A) (AdjCN (PositA anatomical_A) (UseN structure_N)) ;
Abstract = UseN abstract_N ;
Abstract = AdjCN (PositA abstract_A) (UseN entity_N) ;
Adjective = UseN adjective_N ;
Adverb = UseN adverb_N ;
Advertising = UseN2 (VerbToNounV2 advertise_V2) ;
@@ -191,8 +191,9 @@ lin
ConsciousnessAttribute = ApposCN (UseN consciousness_N) (MassNP (UseN attribute_N)) ;
ConstantQuantity = AdjCN (PositA constant_A) (UseN quantity_N) ;
Constructing = UseN2 (VerbToNounV2 construct_V2) ;
ContentBearingObject = AdjCN (PositA content_A) (AdjCN (PositA (VerbToGerundA bear_V2)) (UseN object_N)) ;
ContentBearingProcess = AdjCN (PositA content_A) (AdjCN (PositA (VerbToGerundA bear_V)) (UseN process_N)) ;
ContentBearingObject = AdjCN (PositA (mkA "content-bearing")) (UseN object_N) ;
ContentBearingPhysical = AdjCN (PositA (mkA "content-bearing")) (AdjCN (PositA physical_A) (UseN entity_N)) ;
ContentBearingProcess = AdjCN (PositA (mkA "content-bearing")) (UseN process_N) ;
ContentDevelopment = AdjCN (PositA content_A) (UseN development_N) ;
Contest = UseN contest_N ;
ContestAttribute = ApposCN (UseN contest_N) (MassNP (UseN attribute_N)) ;
@@ -445,6 +446,7 @@ lin
Periodical = UseN periodical_N ;
PermanentResidence = AdjCN (PositA permanent_A) (UseN residence_N) ;
Phrase = UseN phrase_N ;
Physical = AdjCN (PositA physical_A) (UseN entity_N) ;
PhysicalAttribute = AdjCN (PositA physical_A) (UseN attribute_N) ;
PhysicalQuantity = AdjCN (PositA physical_A) (UseN quantity_N) ;
PhysicalState = AdjCN (PositA physical_A) (UseN state_N) ;