Jump to content

organization record (E4)

From Roovet Data
language codelabeldescriptionaliasesedit
enorganization recordschema for validating Roovet Data organization recordscompany record, legal entity recordedit
PREFIX wd: <https://data.roovet.com/entity/>
PREFIX wdt: <https://data.roovet.com/prop/direct/>

start = @<organizationRecord>

<organizationRecord> {
  wdt:P31 [wd:Q11 wd:Q12] ;      # instance of organization or business
  wdt:P16 . ? ;                  # legal name
  wdt:P856 IRI ? ;               # official website
  wdt:P9 IRI ? ;                 # Roovet Articles page
  wdt:P28 . ? ;                  # Roovet Articles title
  wdt:P749 . ? ;                 # parent organization
  wdt:P13 . ? ;                  # located in
  wdt:P14 . * ;                  # service area
  wdt:P1329 . ? ;                # phone number
  wdt:P15 IRI * ;                # same as
}