AIDAVA-DEV / AIDAVA-Reference-Ontology

AIDAVA Reference Ontology
1 stars 0 forks source link

Add cardinality to Patient properties #50

Closed KateSerafimova closed 3 months ago

KateSerafimova commented 4 months ago

The new properties introduced for aidava:Patient need to have cardinality defined.

KateSerafimova commented 3 months ago

The following cardinality constraints were added:

('has administrative gender' min 0 owl:Thing) and ('has administrative gender' max 1 owl:Thing)
'has adress' min 0 rdfs:Literal
('has birth date' min 1 owl:Thing) and ('has birth date' max 1 owl:Thing)
'has identifier' min 0 rdfs:Literal
'has subject name' min 1 owl:Thing

'has given name' min 0 rdfs:Literal
('has family name' min 0 rdfs:Literal) and ('has coding datetime' max 1 rdfs:Literal)