Support for locations/offices #26
1 changed files with 81 additions and 0 deletions
|
|
@ -106,6 +106,31 @@ slots:
|
||||||
The given (non-inherited) name of the subject.
|
The given (non-inherited) name of the subject.
|
||||||
range: string
|
range: string
|
||||||
|
|
||||||
|
name:
|
||||||
|
description: >-
|
||||||
|
Name of the subject.
|
||||||
|
range: string
|
||||||
|
|
||||||
|
site:
|
||||||
|
description: >-
|
||||||
|
Site where the subject is located.
|
||||||
|
range: Site
|
||||||
|
|
||||||
|
building:
|
||||||
|
description: >-
|
||||||
|
Building where the subject is located.
|
||||||
|
range: Building
|
||||||
|
|
||||||
|
building_level:
|
||||||
|
description: >-
|
||||||
|
Building level where the subject is located.
|
||||||
|
range: BuildingLevel
|
||||||
|
|
||||||
|
room:
|
||||||
|
description: >-
|
||||||
|
Room where the subject is located.
|
||||||
|
range: Room
|
||||||
|
|
||||||
additional_names:
|
additional_names:
|
||||||
description: >-
|
description: >-
|
||||||
Additional name(s) associated with the subject, such as one or more
|
Additional name(s) associated with the subject, such as one or more
|
||||||
|
|
@ -174,6 +199,13 @@ slots:
|
||||||
Name to shown when the record is displayed as an item.
|
Name to shown when the record is displayed as an item.
|
||||||
range: string
|
range: string
|
||||||
|
|
||||||
|
offices:
|
||||||
|
description: >-
|
||||||
|
Room(s) that are the office(s) of the subject.
|
||||||
|
range: Room
|
||||||
|
multivalued: true
|
||||||
|
|
||||||
|
|
||||||
classes:
|
classes:
|
||||||
CurationAid:
|
CurationAid:
|
||||||
class_uri: inm7si:CurationAid
|
class_uri: inm7si:CurationAid
|
||||||
|
|
@ -211,6 +243,7 @@ classes:
|
||||||
- honorific_name_suffix
|
- honorific_name_suffix
|
||||||
- emails
|
- emails
|
||||||
- orcid
|
- orcid
|
||||||
|
- offices
|
||||||
slot_usage:
|
slot_usage:
|
||||||
family_name:
|
family_name:
|
||||||
recommended: true
|
recommended: true
|
||||||
|
|
@ -251,6 +284,11 @@ classes:
|
||||||
sh:name: ORCID
|
sh:name: ORCID
|
||||||
sh:group: inm7si:PersonPropertyGroup
|
sh:group: inm7si:PersonPropertyGroup
|
||||||
sh:order: 7
|
sh:order: 7
|
||||||
|
offices:
|
||||||
|
annotations:
|
||||||
|
sh:name: Office room(s)
|
||||||
|
sh:group: inm7si:PersonPropertyGroup
|
||||||
|
sh:order: 8
|
||||||
|
|
||||||
Journal:
|
Journal:
|
||||||
class_uri: inm7si:Journal
|
class_uri: inm7si:Journal
|
||||||
|
|
@ -323,3 +361,46 @@ classes:
|
||||||
sh:name: Date published
|
sh:name: Date published
|
||||||
sh:group: inm7si:JournalArticlePropertyGroup
|
sh:group: inm7si:JournalArticlePropertyGroup
|
||||||
sh:order: 5
|
sh:order: 5
|
||||||
|
|
||||||
|
Site:
|
||||||
|
class_uri: inm7si:Site
|
||||||
|
is_a: Thing
|
||||||
|
mixins:
|
||||||
|
- CurationAid
|
||||||
|
description: >-
|
||||||
|
A place or region where entities (building, office, etc.) reside.
|
||||||
|
slots:
|
||||||
|
- name
|
||||||
|
|
||||||
|
Building:
|
||||||
|
class_uri: inm7si:Building
|
||||||
|
is_a: Thing
|
||||||
|
mixins:
|
||||||
|
- CurationAid
|
||||||
|
description: >-
|
||||||
|
A structure with a roof and walls.
|
||||||
|
slots:
|
||||||
|
- name
|
||||||
|
- site
|
||||||
|
|
||||||
|
BuildingLevel:
|
||||||
|
class_uri: inm7si:BuildingLevel
|
||||||
|
is_a: Thing
|
||||||
|
mixins:
|
||||||
|
- CurationAid
|
||||||
|
description: >-
|
||||||
|
A single level or floor of a (multilevel) building.
|
||||||
|
slots:
|
||||||
|
- name
|
||||||
|
- building
|
||||||
|
|
||||||
|
Room:
|
||||||
|
class_uri: inm7si:Room
|
||||||
|
is_a: Thing
|
||||||
|
mixins:
|
||||||
|
- CurationAid
|
||||||
|
description: >-
|
||||||
|
An area within a building enclosed by walls and floor and ceiling.
|
||||||
|
slots:
|
||||||
|
- name
|
||||||
|
- building_level
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue