Add classes
This commit is contained in:
parent
bad20cc769
commit
03bc062684
1 changed files with 24 additions and 1 deletions
25
src/as2.lisp
25
src/as2.lisp
|
@ -334,11 +334,34 @@
|
|||
event
|
||||
place
|
||||
profile
|
||||
note
|
||||
tombstone)
|
||||
|
||||
(define-property-methods place
|
||||
subject
|
||||
object
|
||||
relationship)
|
||||
|
||||
(define-property-methods place
|
||||
accuracy
|
||||
altitude
|
||||
latitude
|
||||
longitude
|
||||
radius
|
||||
units)
|
||||
|
||||
(define-property-methods tombstone
|
||||
former-type
|
||||
deleted)
|
||||
|
||||
(define-property-methods profile
|
||||
describes)
|
||||
|
||||
(define-extend-classes document
|
||||
audio
|
||||
image
|
||||
video
|
||||
note
|
||||
page)
|
||||
|
||||
(define-extend-class link
|
||||
mention)
|
||||
|
|
Loading…
Add table
Reference in a new issue