Organization (E2)

From geokb
Revision as of 15:45, 26 May 2023 by Sky (talk | contribs) (Updated Schema text)
language codelabeldescriptionaliasesedit
enOrganizationschema for describing an organizationedit
prefix wd: <https://geokb.wikibase.cloud/entity/>
prefix wdt: <https://geokb.wikibase.cloud/prop/direct/>

START = @<Organization>

<Organization> EXTRA wdt:P1 {
	# Must be instance of an organization and any subclasses
	wdt:P1 @<OrgClass> * ;

  	# Part of another organization
	wdt:P62 @<OrgClass> * ;  
  	
  	# Has another organization part
	wdt:P63 @<OrgClass> * ;
  
  	# Operating area
  	wdt:P111 IRI ? ;

	# Reference URL
  	wdt:P31 . ? ;
}

<OrgClass> EXTRA wdt:P2 {
  wdt:P2 [ wd:Q4 ] * ;
}