bstds commited on
Commit
39d9009
·
1 Parent(s): 4878584

Update relations.json

Browse files
Files changed (1) hide show
  1. relations.json +16 -16
relations.json CHANGED
@@ -1,16 +1,16 @@
1
- {"name": "original language of film or TV show", "description": "language in which a film or a performance work was originally created. Deprecated for written works; use P407 (\"language of work or name\") instead."}
2
- {"name": "crosses", "description": "obstacle (body of water, road, ...) which this bridge crosses over or this tunnel goes under"}
3
- {"name": "part of", "description": "object of which the subject is a part (it's not useful to link objects which are themselves parts of other objects already listed as parts of the subject). Inverse property of \"has part\" (P527, see also \"has parts of the class\" (P2670))."}
4
- {"name": "constellation", "description": "the area of the celestial sphere of which the subject is a part (from a scientific standpoint, not an astrological one)"}
5
- {"name": "follows", "description": "immediately prior item in a series of which the subject is a part [if the subject has replaced the preceding item, e.g. political offices, use \"replaces\" (P1365)]"}
6
- {"name": "military rank", "description": "military rank achieved by a person (should usually have a \"start time\" qualifier), or military rank associated with a position"}
7
- {"name": "competition class", "description": "official classification by a regulating body under which the subject (events, teams, participants, or equipment) qualifies for inclusion"}
8
- {"name": "located in or next to body of water", "description": "sea, lake or river"}
9
- {"name": "sport", "description": "sport in which the subject participates or belongs to"}
10
- {"name": "voice type", "description": "person's voice type. expected values: soprano, mezzo-soprano, contralto, countertenor, tenor, baritone, bass (and derivatives)"}
11
- {"name": "position played on team / speciality", "description": "position or specialism of a player on a team, e.g. Small Forward"}
12
- {"name": "child", "description": "subject has object as biological, foster, and/or adoptive child"}
13
- {"name": "main subject", "description": "primary topic of a work (see also P180: depicts)"}
14
- {"name": "mother", "description": "female parent of the subject. For stepmother, use \"stepparent\" (P3448)"}
15
- {"name": "spouse", "description": "the subject has the object as their spouse (husband, wife, partner, etc.). Use \"partner\" (P451) for non-married companions"}
16
- {"name": "member of", "description": "organization or club to which the subject belongs. Do not use for membership in ethnic or social groups, nor for holding a position such as a member of parliament (use P39 for that)."}
 
1
+ {"name": "sport", "description": "sport in which the subject participates or belongs to", "relation_type": "P641"}
2
+ {"name": "member of", "description": "organization or club to which the subject belongs. Do not use for membership in ethnic or social groups, nor for holding a position such as a member of parliament (use P39 for that).", "relation_type": "P463"}
3
+ {"name": "constellation", "description": "the area of the celestial sphere of which the subject is a part (from a scientific standpoint, not an astrological one)", "relation_type": "P59"}
4
+ {"name": "follows", "description": "immediately prior item in a series of which the subject is a part [if the subject has replaced the preceding item, e.g. political offices, use \"replaces\" (P1365)]", "relation_type": "P155"}
5
+ {"name": "spouse", "description": "the subject has the object as their spouse (husband, wife, partner, etc.). Use \"partner\" (P451) for non-married companions", "relation_type": "P26"}
6
+ {"name": "military rank", "description": "military rank achieved by a person (should usually have a \"start time\" qualifier), or military rank associated with a position", "relation_type": "P410"}
7
+ {"name": "crosses", "description": "obstacle (body of water, road, ...) which this bridge crosses over or this tunnel goes under", "relation_type": "P177"}
8
+ {"name": "competition class", "description": "official classification by a regulating body under which the subject (events, teams, participants, or equipment) qualifies for inclusion", "relation_type": "P2094"}
9
+ {"name": "located in or next to body of water", "description": "sea, lake or river", "relation_type": "P206"}
10
+ {"name": "voice type", "description": "person's voice type. expected values: soprano, mezzo-soprano, contralto, countertenor, tenor, baritone, bass (and derivatives)", "relation_type": "P412"}
11
+ {"name": "child", "description": "subject has object as biological, foster, and/or adoptive child", "relation_type": "P40"}
12
+ {"name": "mother", "description": "female parent of the subject. For stepmother, use \"stepparent\" (P3448)", "relation_type": "P25"}
13
+ {"name": "main subject", "description": "primary topic of a work (see also P180: depicts)", "relation_type": "P921"}
14
+ {"name": "position played on team / speciality", "description": "position or specialism of a player on a team, e.g. Small Forward", "relation_type": "P413"}
15
+ {"name": "part of", "description": "object of which the subject is a part (it's not useful to link objects which are themselves parts of other objects already listed as parts of the subject). Inverse property of \"has part\" (P527, see also \"has parts of the class\" (P2670)).", "relation_type": "P361"}
16
+ {"name": "original language of film or TV show", "description": "language in which a film or a performance work was originally created. Deprecated for written works; use P407 (\"language of work or name\") instead.", "relation_type": "P364"}