Upload 7 files
Browse files- artificial_fewrel_inverse.json +0 -0
- artificial_tekgen_inverse.json +0 -0
- croissant/inverse_relations_croissant.json +214 -0
- fewrel_inverse_relations.json +42 -0
- original_fewrel_inverse.json +0 -0
- original_tekgen_inverse.json +0 -0
- tekgen_relations.json +147 -0
artificial_fewrel_inverse.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
artificial_tekgen_inverse.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
croissant/inverse_relations_croissant.json
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"citeas": "cr:citeAs",
|
| 6 |
+
"column": "cr:column",
|
| 7 |
+
"conformsTo": "cr:conformsTo",
|
| 8 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 9 |
+
"data": { "@id": "cr:data", "@type": "@json" },
|
| 10 |
+
"dataType": { "@id": "cr:dataType", "@type": "@vocab" },
|
| 11 |
+
"extract": "cr:extract",
|
| 12 |
+
"field": "cr:field",
|
| 13 |
+
"fileObject": "cr:fileObject",
|
| 14 |
+
"fileSet": "cr:fileSet",
|
| 15 |
+
"format": "cr:format",
|
| 16 |
+
"includes": "cr:includes",
|
| 17 |
+
"isLiveDataset": "cr:isLiveDataset",
|
| 18 |
+
"jsonPath": "cr:jsonPath",
|
| 19 |
+
"key": "cr:key",
|
| 20 |
+
"md5": "cr:md5",
|
| 21 |
+
"parentField": "cr:parentField",
|
| 22 |
+
"path": "cr:path",
|
| 23 |
+
"recordSet": "cr:recordSet",
|
| 24 |
+
"references": "cr:references",
|
| 25 |
+
"reltype": "cr:reltype",
|
| 26 |
+
"sc": "https://schema.org/",
|
| 27 |
+
"source": "cr:source",
|
| 28 |
+
"structure": "cr:structure",
|
| 29 |
+
"variable": "cr:variable"
|
| 30 |
+
},
|
| 31 |
+
"@type": "sc:Dataset",
|
| 32 |
+
"name": "InverseRelationsBenchmark",
|
| 33 |
+
"description": "Comprehensive benchmark including FewRel and TekGen datasets with original entity mentions and artificial substitutions for robustness testing.",
|
| 34 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
| 35 |
+
"distribution": [
|
| 36 |
+
{
|
| 37 |
+
"@type": "cr:FileObject",
|
| 38 |
+
"@id": "original_fewrel",
|
| 39 |
+
"name": "original_fewrel_inverse.json",
|
| 40 |
+
"contentUrl": "original_fewrel_inverse.json",
|
| 41 |
+
"encodingFormat": "application/json"
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"@type": "cr:FileObject",
|
| 45 |
+
"@id": "artificial_fewrel",
|
| 46 |
+
"name": "artificial_fewrel_inverse.json",
|
| 47 |
+
"contentUrl": "artificial_fewrel_inverse.json",
|
| 48 |
+
"encodingFormat": "application/json"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"@type": "cr:FileObject",
|
| 52 |
+
"@id": "original_tekgen",
|
| 53 |
+
"name": "original_tekgen_inverse.json",
|
| 54 |
+
"contentUrl": "original_tekgen_inverse.json",
|
| 55 |
+
"encodingFormat": "application/json"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"@type": "cr:FileObject",
|
| 59 |
+
"@id": "artificial_tekgen",
|
| 60 |
+
"name": "artificial_tekgen_inverse.json",
|
| 61 |
+
"contentUrl": "artificial_tekgen_inverse.json",
|
| 62 |
+
"encodingFormat": "application/json"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"@type": "cr:FileObject",
|
| 66 |
+
"@id": "fewrel_meta",
|
| 67 |
+
"name": "fewrel_inverse_relations.json",
|
| 68 |
+
"contentUrl": "fewrel_inverse_relations.json",
|
| 69 |
+
"encodingFormat": "application/json"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"@type": "cr:FileObject",
|
| 73 |
+
"@id": "tekgen_meta",
|
| 74 |
+
"name": "tekgen_relations.json",
|
| 75 |
+
"contentUrl": "tekgen_relations.json",
|
| 76 |
+
"encodingFormat": "application/json"
|
| 77 |
+
}
|
| 78 |
+
],
|
| 79 |
+
"recordSet": [
|
| 80 |
+
{
|
| 81 |
+
"@type": "cr:RecordSet",
|
| 82 |
+
"name": "fewrel_records",
|
| 83 |
+
"description": "Records from the FewRel dataset distribution.",
|
| 84 |
+
"field": [
|
| 85 |
+
{
|
| 86 |
+
"@type": "cr:Field",
|
| 87 |
+
"name": "head_to_tail",
|
| 88 |
+
"description": "The relation ID from head to tail.",
|
| 89 |
+
"dataType": "sc:Text",
|
| 90 |
+
"source": { "fileObject": { "@id": "original_fewrel" }, "extract": { "jsonPath": "$[*].head_to_tail" } }
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"@type": "cr:Field",
|
| 94 |
+
"name": "tail_to_head",
|
| 95 |
+
"description": "The inverse relation ID.",
|
| 96 |
+
"dataType": "sc:Text",
|
| 97 |
+
"source": { "fileObject": { "@id": "original_fewrel" }, "extract": { "jsonPath": "$[*].tail_to_head" } }
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"@type": "cr:Field",
|
| 101 |
+
"name": "tokens",
|
| 102 |
+
"description": "Tokenized sentence representation.",
|
| 103 |
+
"dataType": "sc:Text",
|
| 104 |
+
"source": { "fileObject": { "@id": "original_fewrel" }, "extract": { "jsonPath": "$[*].tokens" } }
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"@type": "cr:Field",
|
| 108 |
+
"name": "head",
|
| 109 |
+
"description": "Array containing [label, Wikidata ID, token indices] for the head entity.",
|
| 110 |
+
"dataType": "sc:Text",
|
| 111 |
+
"source": { "fileObject": { "@id": "original_fewrel" }, "extract": { "jsonPath": "$[*].head" } }
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"@type": "cr:Field",
|
| 115 |
+
"name": "tail",
|
| 116 |
+
"description": "Array containing [label, Wikidata ID, token indices] for the tail entity.",
|
| 117 |
+
"dataType": "sc:Text",
|
| 118 |
+
"source": { "fileObject": { "@id": "original_fewrel" }, "extract": { "jsonPath": "$[*].tail" } }
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"@type": "cr:Field",
|
| 122 |
+
"name": "relation_prop_wiki",
|
| 123 |
+
"description": "Full Wikidata URI properties for the relation.",
|
| 124 |
+
"dataType": "sc:Text",
|
| 125 |
+
"source": { "fileObject": { "@id": "original_fewrel" }, "extract": { "jsonPath": "$[*].relation_prop_wiki" } }
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"@type": "cr:Field",
|
| 129 |
+
"name": "artificial_data",
|
| 130 |
+
"description": "Mapping of Original to Artifical entity names.",
|
| 131 |
+
"dataType": "sc:Text",
|
| 132 |
+
"source": { "fileObject": { "@id": "artificial_fewrel" }, "extract": { "jsonPath": "$[*].artificial_data" } }
|
| 133 |
+
}
|
| 134 |
+
]
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"@type": "cr:RecordSet",
|
| 138 |
+
"name": "tekgen_records",
|
| 139 |
+
"description": "Records from the TekGen dataset distribution.",
|
| 140 |
+
"field": [
|
| 141 |
+
{
|
| 142 |
+
"@type": "cr:Field",
|
| 143 |
+
"name": "id",
|
| 144 |
+
"description": "Unique record identifier.",
|
| 145 |
+
"dataType": "sc:Text",
|
| 146 |
+
"source": { "fileObject": { "@id": "original_tekgen" }, "extract": { "jsonPath": "$[*].id" } }
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"@type": "cr:Field",
|
| 150 |
+
"name": "head_to_tail",
|
| 151 |
+
"description": "Relation string (e.g., 'creator').",
|
| 152 |
+
"dataType": "sc:Text",
|
| 153 |
+
"source": { "fileObject": { "@id": "original_tekgen" }, "extract": { "jsonPath": "$[*].head_to_tail" } }
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"@type": "cr:Field",
|
| 157 |
+
"name": "tail_to_head",
|
| 158 |
+
"description": "Inverse relation string.",
|
| 159 |
+
"dataType": "sc:Text",
|
| 160 |
+
"source": { "fileObject": { "@id": "original_tekgen" }, "extract": { "jsonPath": "$[*].tail_to_head" } }
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"@type": "cr:Field",
|
| 164 |
+
"name": "sent",
|
| 165 |
+
"description": "Full sentence string.",
|
| 166 |
+
"dataType": "sc:Text",
|
| 167 |
+
"source": { "fileObject": { "@id": "original_tekgen" }, "extract": { "jsonPath": "$[*].sent" } }
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"@type": "cr:Field",
|
| 171 |
+
"name": "head",
|
| 172 |
+
"description": "Head entity name.",
|
| 173 |
+
"dataType": "sc:Text",
|
| 174 |
+
"source": { "fileObject": { "@id": "original_tekgen" }, "extract": { "jsonPath": "$[*].head" } }
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"@type": "cr:Field",
|
| 178 |
+
"name": "tail",
|
| 179 |
+
"description": "Tail entity name.",
|
| 180 |
+
"dataType": "sc:Text",
|
| 181 |
+
"source": { "fileObject": { "@id": "original_tekgen" }, "extract": { "jsonPath": "$[*].tail" } }
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"@type": "cr:Field",
|
| 185 |
+
"name": "artificial_data",
|
| 186 |
+
"description": "Substituted entity names for TekGen.",
|
| 187 |
+
"dataType": "sc:Text",
|
| 188 |
+
"source": { "fileObject": { "@id": "artificial_tekgen" }, "extract": { "jsonPath": "$[*].artificial_data" } }
|
| 189 |
+
}
|
| 190 |
+
]
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"@type": "cr:RecordSet",
|
| 194 |
+
"name": "relation_metadata",
|
| 195 |
+
"description": "Merged metadata for FewRel property IDs and TekGen relation strings.",
|
| 196 |
+
"field": [
|
| 197 |
+
{
|
| 198 |
+
"@type": "cr:Field",
|
| 199 |
+
"name": "relation_identifier",
|
| 200 |
+
"description": "The P-ID for FewRel or the name for TekGen.",
|
| 201 |
+
"dataType": "sc:Text",
|
| 202 |
+
"source": { "fileObject": { "@id": "fewrel_meta" }, "extract": { "jsonPath": "$[*].pid" } }
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"@type": "cr:Field",
|
| 206 |
+
"name": "description",
|
| 207 |
+
"description": "Semantic definition of the relation.",
|
| 208 |
+
"dataType": "sc:Text",
|
| 209 |
+
"source": { "fileObject": { "@id": "tekgen_meta" }, "extract": { "jsonPath": "$.*.[inverse].description" } }
|
| 210 |
+
}
|
| 211 |
+
]
|
| 212 |
+
}
|
| 213 |
+
]
|
| 214 |
+
}
|
fewrel_inverse_relations.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"pid":"P25",
|
| 4 |
+
"name":"mother",
|
| 5 |
+
"definition":"female parent of the subject. For stepmother, use \"stepparent\" (P3448)"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"pid":"P22",
|
| 9 |
+
"name":"father",
|
| 10 |
+
"definition":"male parent of the subject. For stepfather, use \"stepparent\" (P3448)"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"pid":"P156",
|
| 14 |
+
"name":"followed by",
|
| 15 |
+
"definition":"immediately following item in a series of which the subject is a part [if the subject has been replaced, e.g. political offices, use \"replaced by\" (P1366)]"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"pid":"P155",
|
| 19 |
+
"name":"follows",
|
| 20 |
+
"definition":"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)]"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"pid":"P527",
|
| 24 |
+
"name":"has part",
|
| 25 |
+
"definition":"part of this subject; inverse property of \"part of\" (P361). See also \"has parts of the class\" (P2670)."
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"pid":"P3373",
|
| 29 |
+
"name":"sibling",
|
| 30 |
+
"definition":"the subject has the object as their sibling (brother, sister, etc.). Use \"relative\" (P1038) for siblings-in-law (brother-in-law, sister-in-law, etc.) and step-siblings (step-brothers, step-sisters, etc.)"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"pid":"P40",
|
| 34 |
+
"name":"child",
|
| 35 |
+
"definition":"subject has object as biological, foster, and\/or adoptive child"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"pid":"P361",
|
| 39 |
+
"name":"part of",
|
| 40 |
+
"definition":"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))."
|
| 41 |
+
}
|
| 42 |
+
]
|
original_fewrel_inverse.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
original_tekgen_inverse.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tekgen_relations.json
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"astronaut mission":
|
| 3 |
+
{
|
| 4 |
+
"inverse":
|
| 5 |
+
{
|
| 6 |
+
"name":"crew member",
|
| 7 |
+
"description":"person that participated operating or serving aboard this vehicle"
|
| 8 |
+
},
|
| 9 |
+
"description":"space mission that the subject is or has been a member of (do not include future missions)"
|
| 10 |
+
},
|
| 11 |
+
|
| 12 |
+
"next higher rank":
|
| 13 |
+
{
|
| 14 |
+
"inverse":
|
| 15 |
+
{
|
| 16 |
+
"name":"next lower rank",
|
| 17 |
+
"description":"lower rank or level in a ranked hierarchy like sport league, military ranks. If there are several possible, list each one and qualify with criterion used, avoid using ranks and date qualifiers. For sports leagues/taxa, use specific properties instead."
|
| 18 |
+
},
|
| 19 |
+
"description":"higher rank or level in a ranked hierarchy like sport league, military ranks. If there are several possible, list each one and qualify with criterion used, avoid using ranks and date qualifiers. For sports leagues/taxa, use specific properties instead"
|
| 20 |
+
},
|
| 21 |
+
"candidacy in election":
|
| 22 |
+
{
|
| 23 |
+
"inverse":
|
| 24 |
+
{
|
| 25 |
+
"name":"candidate",
|
| 26 |
+
"description":"person or party that is an option for an office in this election"
|
| 27 |
+
},
|
| 28 |
+
"description":"election where the subject is a candidate"
|
| 29 |
+
},
|
| 30 |
+
"taxon synonym":
|
| 31 |
+
{
|
| 32 |
+
"inverse":
|
| 33 |
+
{
|
| 34 |
+
"name":"taxon synonym of",
|
| 35 |
+
"description":"name considered a preferred name, of which this item's taxon name is a synonym"
|
| 36 |
+
},
|
| 37 |
+
"description":"name listed as synonym of this item's taxon name"
|
| 38 |
+
},
|
| 39 |
+
"characters":
|
| 40 |
+
{
|
| 41 |
+
"inverse":
|
| 42 |
+
{
|
| 43 |
+
"name":"present in work",
|
| 44 |
+
"description":"this (fictional or fictionalized) entity, place, or person appears in that work as part of the narration (use P2860 for works citing other works, P361/P1433 for works being part of other works, P1343 for entities described in non-fictional accounts)"
|
| 45 |
+
},
|
| 46 |
+
"description":"characters which appear in this item (like plays, operas, operettas, books, comics, films, TV series, video games)"
|
| 47 |
+
},
|
| 48 |
+
"creator":
|
| 49 |
+
{
|
| 50 |
+
"inverse":
|
| 51 |
+
{
|
| 52 |
+
"name":"notable work",
|
| 53 |
+
"description":"notable scientific, artistic or literary work, or other work of significance among subject's works"
|
| 54 |
+
},
|
| 55 |
+
"description":"maker of this creative work or other object (where no more specific property exists)"
|
| 56 |
+
},
|
| 57 |
+
"coach of sports team":
|
| 58 |
+
{
|
| 59 |
+
"inverse":
|
| 60 |
+
{
|
| 61 |
+
"name":"head coach",
|
| 62 |
+
"description":"on-field manager or head coach of a sports club (not to be confused with a general manager P505, which is not a coaching position) or person"
|
| 63 |
+
},
|
| 64 |
+
"description":"sports club or team for which this person is or was on-field manager or coach"
|
| 65 |
+
},
|
| 66 |
+
"depicts":
|
| 67 |
+
{
|
| 68 |
+
"inverse":
|
| 69 |
+
{
|
| 70 |
+
"name":"depicted by",
|
| 71 |
+
"description":"object depicting this subject (object being creative works such as books, films, paintings)"
|
| 72 |
+
},
|
| 73 |
+
"description":"entity visually depicted in an image, literarily described in a work, or otherwise incorporated into an audiovisual or other medium; see also P921, 'main subject'"
|
| 74 |
+
},
|
| 75 |
+
"part of":
|
| 76 |
+
{
|
| 77 |
+
"inverse":
|
| 78 |
+
{
|
| 79 |
+
"name":"has part",
|
| 80 |
+
"description":"part of this subject; inverse property of part of (P361). See also has parts of the class (P2670)."
|
| 81 |
+
},
|
| 82 |
+
"description":"object of which the subject is a part (if this subject is already part of object A which is a part of object B, then please only make the subject part of object A), inverse property of has part (P527, see also has parts of the class (P2670))"
|
| 83 |
+
},
|
| 84 |
+
"position held":
|
| 85 |
+
{
|
| 86 |
+
"inverse":
|
| 87 |
+
{
|
| 88 |
+
"name":"officeholder",
|
| 89 |
+
"description":"persons who hold and/or held the position"
|
| 90 |
+
},
|
| 91 |
+
"description":"subject currently or formerly holds the object position or public office"
|
| 92 |
+
},
|
| 93 |
+
"cast member":
|
| 94 |
+
{
|
| 95 |
+
"inverse":
|
| 96 |
+
{
|
| 97 |
+
"name":"character role",
|
| 98 |
+
"description":"specific role played or filled by subject -- use only as qualifier of cast member (P161), voice actor (P725)"
|
| 99 |
+
},
|
| 100 |
+
"description":"actor in the subject production [use character role (P453) and/or name of the character role (P4633) as qualifiers] [use voice actor (P725) for voice-only role] - [use recorded participant (P11108) for non-fiction productions]"
|
| 101 |
+
},
|
| 102 |
+
"followed by":
|
| 103 |
+
{
|
| 104 |
+
"inverse":
|
| 105 |
+
{
|
| 106 |
+
"name":"follows",
|
| 107 |
+
"description":"immediately prior item in a series of which the subject is a part, preferably use as qualifier of P179 [if the subject has replaced the preceding item, e.g. political offices, use replaces (P1365)]"
|
| 108 |
+
},
|
| 109 |
+
"description":"immediately following item in a series of which the subject is a part, preferably use as qualifier of P179 [if the subject has been replaced, e.g. political offices, use replaced by (P1366)]"
|
| 110 |
+
},
|
| 111 |
+
"based on":
|
| 112 |
+
{
|
| 113 |
+
"inverse":
|
| 114 |
+
{
|
| 115 |
+
"name":"derivative work",
|
| 116 |
+
"description":"new work of art (film, book, software, etc.) derived from major part of this work"
|
| 117 |
+
},
|
| 118 |
+
"description":"the work(s) or inputs used as the basis for subject item; for fictional analog use P1074"
|
| 119 |
+
},
|
| 120 |
+
"commanded by":
|
| 121 |
+
{
|
| 122 |
+
"inverse":
|
| 123 |
+
{
|
| 124 |
+
"name":"commander of",
|
| 125 |
+
"description":"for persons who are notable as commanding officers, the units they commanded"
|
| 126 |
+
},
|
| 127 |
+
"description":"commander of a military unit/army/security service, operation, etc."
|
| 128 |
+
},
|
| 129 |
+
"reservoir created":
|
| 130 |
+
{
|
| 131 |
+
"inverse":
|
| 132 |
+
{
|
| 133 |
+
"name":"dam",
|
| 134 |
+
"description":"construction impounding this watercourse or creating this reservoir"
|
| 135 |
+
},
|
| 136 |
+
"description":"reservoir created upstream of a dam by this dam"
|
| 137 |
+
},
|
| 138 |
+
"Habitat":
|
| 139 |
+
{
|
| 140 |
+
"inverse":
|
| 141 |
+
{
|
| 142 |
+
"name":"taxon found at location",
|
| 143 |
+
"description":"plant or animals taxon described as present in location, not countries or first-level subnational entities. Requires reference. Ref should cover a limited number of taxa for specific location."
|
| 144 |
+
},
|
| 145 |
+
"description":"the natural environment in which an organism lives, or the physical environment that surrounds a species population"
|
| 146 |
+
}
|
| 147 |
+
}
|