Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Instance of ICO #17

Open
nicholsn opened this issue Jul 23, 2018 · 0 comments
Open

Example Instance of ICO #17

nicholsn opened this issue Jul 23, 2018 · 0 comments

Comments

@nicholsn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant