pesc-org / json-ld-transcript

Creating a machine readable, semantic PESC transcript
https://www.pesc.org/college-transcript.html
1 stars 0 forks source link

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

Open philbarker opened 10 months ago

philbarker commented 10 months 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)

Transfered here from https://github.com/philbarker/transcript_jsonld/issues/8

philbarker commented 10 months ago

Comment from Nathan on CEDS / W3C Organization model:

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.