this repo has no description
at main 185 B view raw
1package wikidata 2 3type Entity struct { 4 Entity string `json:"entity"` 5 Property string `json:"property"` 6 InstanceOf string `json:"instanceOf"` 7} 8 9const ( 10 EntityIdHuman = "Q5" 11)