FrameNet (semtypes)
semtypes
semtype's supertype
SELECT t.semtype, s.semtype AS supersemtype FROM fn_semtypes_supers LEFT JOIN fn_semtypes AS t USING (semtypeid) LEFT JOIN fn_semtypes AS s ON (supersemtypeid = s.semtypeid) ORDER BY t.semtype LIMIT 20
semtypesupersemtype
Absolute_direction_orientationAxis_specified
AccomplishmentEvent
AchievementEvent
ActivityEvent
Affect_describingPragmatic_function
AfterBack
Agentive_nounBiframal_LU
AheadFront
Animate_beingLiving_thing
ArtifactPhysical_object
AttributeOntological_type
Auditory_modalitySensory_modality
Axis_specifiedLU_with_FE_specified
BackFront_back
Biframal_LULexical_type
Body_of_waterRegion
Body_partPhysical_object
BottomLandmark_based_orientation
Bound_dependent_LUBound_LU
Bound_LULexical_type
semtype's subtypes
SELECT s.semtype, GROUP_CONCAT(t.semtype) AS subsemtypes FROM fn_semtypes_supers LEFT JOIN fn_semtypes AS t USING (semtypeid) LEFT JOIN fn_semtypes AS s ON (supersemtypeid = s.semtypeid) GROUP BY s.semtype ORDER BY s.semtype LIMIT 20
semtypesubsemtypes
Absolute_direction_orientationDownward,Upward,Not_up_or_down,Cardinal
Affect_describingNegative_judgment,Positive_judgment
Animate_beingSentient
ArtifactStructure
AttributeManner,Temperature,Speed,Quantity,Degree,Duration,Shape
Axis_specifiedMotion_based_orientation,Absolute_direction_orientation,Near_absolute_orientation,Viewpoint_based_orientation,Flexible_orientation
BackLandmark_back,After
Biframal_LUTendency_grading_LU,Agentive_noun,Guest_LU,Participating_entity,End_state_LU
Body_of_waterRunning-water
Bound_LUSupport,Bound_dependent_LU
CardinalNorth,South,East,West
EventAccomplishment,Intentional_act,Achievement,Activity
Flexible_orientationLandmark_based_orientation,Front_back,Vertical,Lateral
Framal_typeNon-Lexical Frame,Non-perspectivalized_frame
FrontLandmark_front,Ahead
Front_backBack,Front
GroupOrganization
Intentional_actHuman_act
Landmark_based_orientationBottom
LateralRightish,Leftish
frame semtypes distribution
SELECT semtype, COUNT(*) FROM fn_frames_semtypes LEFT JOIN fn_semtypes USING (semtypeid) GROUP BY semtypeid ORDER BY semtype
semtypeCOUNT(*)
Activity1
Artifact5
End_of_scale1
Event1
Human1
Locative_relation8
Negative3
Non-Lexical Frame135
Non-perspectivalized_frame38
Physical_object1
State2
Transparent Noun16
Visual_modality1
frame semtypes
SELECT frame,GROUP_CONCAT(semtype) FROM fn_frames_semtypes LEFT JOIN fn_frames USING (frameid) LEFT JOIN fn_semtypes USING (semtypeid) WHERE semtypeid IS NOT NULL GROUP BY frame ORDER BY frame LIMIT 32,20
frameGROUP_CONCAT(semtype)
ChattingHuman
Chemical_potencyNon-Lexical Frame
ClothingArtifact
Clothing_partsArtifact
Collocation_image_schemaNon-Lexical Frame
Commerce_goods-transferNon-Lexical Frame
Commerce_money-transferNon-Lexical Frame
Commerce_scenarioNon-perspectivalized_frame
Condition_symptom_relationNon-perspectivalized_frame
Conditional_scenarioNon-Lexical Frame
Connecting_architectureTransparent Noun
ConnectorsArtifact
Contact_image_schemaNon-Lexical Frame
Container_focused_placingNon-Lexical Frame
Container_focused_removingNon-Lexical Frame
ContainersArtifact
Containment_scenarioNon-Lexical Frame,Non-perspectivalized_frame
Crime_scenarioNon-Lexical Frame
Criminal_processNon-Lexical Frame
Cycle_of_existence_scenarioNon-Lexical Frame
fe semtypes distribution
SELECT semtype, COUNT(*) FROM fn_fes_semtypes LEFT JOIN fn_semtypes USING (semtypeid) GROUP BY semtypeid ORDER BY semtype
semtypeCOUNT(*)
Activity1
Animate_being1
Artifact23
Body_part21
Container3
Content26
Degree375
Duration186
Event10
Goal93
Group8
Human53
Human_act14
Living_thing4
Location68
Locative_relation577
Manner543
Message23
Organization1
Path5
Physical_entity118
Physical_object81
Quantity13
Sentient612
Source108
Speed50
State5
State_of_affairs975
Temperature6
Time626
frame elements for "Causation"
SELECT frame,fetype,semtype FROM fn_frames LEFT JOIN fn_fes USING (frameid) LEFT JOIN fn_fetypes USING (fetypeid) LEFT JOIN fn_fes_semtypes USING (feid) LEFT JOIN fn_semtypes USING (semtypeid) WHERE frame='Causation' ORDER BY feid
framefetypesemtype
CausationCause
CausationAffected
CausationEffect
CausationPlaceLocative_relation
CausationTimeTime
CausationActorSentient
CausationCircumstances
CausationManner
CausationExplanationState_of_affairs
CausationMeans
CausationFrequency
CausationConcessive
frame elements with multiple semtypes
SELECT frame,fetype,GROUP_CONCAT(semtype) FROM fn_fes LEFT JOIN fn_frames USING(frameid) LEFT JOIN fn_fetypes USING(fetypeid) LEFT JOIN fn_fes_semtypes USING(feid) LEFT JOIN fn_semtypes USING (semtypeid) WHERE feid IN (SELECT feid FROM fn_fes_semtypes GROUP BY feid HAVING COUNT(*) > 1) GROUP BY frameid,feid
framefetypeGROUP_CONCAT(semtype)
ArrangingLocationLocation,Goal
DefendingAssailantSentient,Source
frame elements of "Sentient" semtype
SELECT frame,fetype,semtype FROM fn_fes LEFT JOIN fn_frames USING(frameid) LEFT JOIN fn_fetypes USING(fetypeid) LEFT JOIN fn_fes_semtypes USING(feid) LEFT JOIN fn_semtypes USING (semtypeid) WHERE semtype = 'Sentient' LIMIT 20
framefetypesemtype
CommunicationCommunicatorSentient
CommunicationAddresseeSentient
PerceptionPerceiverSentient
Transitive_actionAgentSentient
DuplicationCreatorSentient
FeigningAgentSentient
Cause_to_amalgamateAgentSentient
SeparatingAgentSentient
Body_movementAgentSentient
Body_movementAddresseeSentient
ManipulationAgentSentient
PostureAgentSentient
AwarenessCognizerSentient
Becoming_awareCognizerSentient
CategorizationCognizerSentient
CogitationCognizerSentient
Coming_to_believeCognizerSentient
DifferentiationCognizerSentient
ExpectationCognizerSentient
Coming_up_withCognizerSentient
frame elements of "Sentient" semtype
SELECT frame,fetype,semtype FROM fn_fes LEFT JOIN fn_frames USING(frameid) LEFT JOIN fn_fetypes USING(fetypeid) LEFT JOIN fn_fes_semtypes USING(feid) LEFT JOIN fn_semtypes USING (semtypeid) WHERE semtype = 'Human' LIMIT 20
framefetypesemtype
WealthinessPersonHuman
ExaminationExaminerHuman
Body_description_holisticIndividualHuman
PeoplePersonHuman
Body_decorationDecorated_individualHuman
Body_description_partIndividualHuman
Employment_scenarioEmployeeHuman
Social_interaction_evaluationEvalueeHuman
Social_behavior_evaluationIndividualHuman
CollaborationPartner_1Human
CollaborationPartner_2Human
CollaborationPartnersHuman
Forming_relationshipsPartner_1Human
Forming_relationshipsPartner_2Human
Forming_relationshipsPartnersHuman
People_by_agePersonHuman
People_by_originPersonHuman
People_by_religionPersonHuman
People_by_jurisdictionPersonHuman
HeraldingIndividualHuman