Jump to content

business record (E1)

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

start = @<businessRecord>

<businessRecord> {
  wdt:P31 [wd:Q12 wd:Q13] ;      # instance of business or moving company
  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:P24 . ? ;                  # MC number
  wdt:P32 . ? ;                  # Florida mover registration number
  wdt:P33 . ? ;                  # federal motor carrier registration number
}