organization record (E4)
Appearance
| language code | label | description | aliases | edit |
|---|---|---|---|---|
| en | organization record | schema for validating Roovet Data organization records | company record, legal entity record | edit |
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
}