philbarker / transcript_jsonld

PESC College transcript in JSON(-LD)
1 stars 0 forks source link

Remove school information from Student shape & add link to Organization #8

Closed philbarker closed 11 months ago

philbarker commented 1 year ago

We currently have pesc:organizationName in the StudentShape. The example data has a "HighSchool" property (with OrgName and CEEBACT,)

Should there be a link from Student shape to Organization indicating the High School attended?

graph LR
P(Student) -- attendedHighSchool --> O(Organization)
4pins commented 1 year ago

Organization is one of the keys to CEDS that it is too late for SIF to adjust our model to. I'd highly recommend trying to align with them here. This should lead to significantly less pain when building the bridge between secondary and higher education going into the future.

philbarker commented 1 year ago

Should be a link to High School as it is information about which high school the student attended.

Need to check how CEDS handles this.

philbarker commented 1 year ago

I can't find this in the CEDS draft ontology.

@4pins could you describe how it is currently handled in CEDS / what you would like to see in PESC Transcript?

4pins commented 1 year ago

My understanding is in CEDS a High School is an Organization. While is SIF it is a School. I think it would be in PESC's best interest to adopt CEDS concept of an Organization.

Screenshot 2023-10-13 at 11 15 08 AM
philbarker commented 12 months ago

@4pins @AEMDuaneBrown @aemnathanclinton do you know how CEDS connects a person (student) to a school that they attend or attended? Is there a property akin to attendedHighSchool shown above?

aemnathanclinton commented 12 months ago

@philbarker The CEDS Ontology follows the WC3 Organization model, leveraging a "Membership" object to connect a person to an organization for a range in time in a particular role.

image

The relationships I think you're looking for are "isMember," "isMemberOf," and "performsRole" in the CEDS Ontology.

philbarker commented 11 months ago

Transferred to new repo & closed here.