Skip to content

Example Instance of ICO #17

Description

@nicholsn

Hello,

I'm interested in creating an example instance of ICO that represents a signed informed consent form on a given date for a patient in a study.

Does anyone already have such an example?

Here is my shot at starting to mock one up, please do let me know what I am missing to make this valid (e.g., how do I link to the id for a patient that signed the consent form?):

:instance-signing
    a owl:NamedIndividual ;
    a ico:00000018 ; #"informed consent form signed by human subject" 
    bfo:00000051 :instance-signing-date; # "has part"
    
:instance-signing-date 
    a owl:NamedIndividual ; 
    a ico:0000036 ; # "informed consent form signing date"
    obi:0001938 :instance-signing-date-value-specification ;

:instance-signing-date-value-specification 
    a owl:NamedIndividual ;
    a obi:0001933 ; # "value specification"
    obi:0001937 "2012-09-24"^^xsd:date .

Cheers,

Nolan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions