CEDStandards / CEDS-Ontology

The CEDS Ontology is draft project to express the Common Education Data Standards (CEDS) in Web Ontology Language (OWL).
Apache License 2.0
6 stars 0 forks source link

what hasMembership? #42

Open philbarker opened 1 month ago

philbarker commented 1 month ago

How is membership supposed to work?

Currently the domainIncludes and rangeincludes of P600514 Has Membership are both C200257 Membership

    <rdf:Property rdf:about="http://ceds.ed.gov/terms#P600514">
        <rdfs:label>Has Membership</rdfs:label>
        <skos:notation>hasMembership</skos:notation>
        <schema:domainIncludes rdf:resource="http://ceds.ed.gov/terms#C200257"/>
        <schema:rangeIncludes rdf:resource="http://ceds.ed.gov/terms#C200257"/>

I can't find any other property pointing to Membership, so how would I say that someone has membership?

aemnathanclinton commented 2 weeks ago

I am going to set the domainIncludes to Person.