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

Near duplicate PESC Award Level types #59

Open
philbarker opened this issue Dec 12, 2024 · 2 comments
Open

Near duplicate PESC Award Level types #59

philbarker opened this issue Dec 12, 2024 · 2 comments
Assignees

Comments

@philbarker
Copy link
Collaborator

There are several members of PESC Award Level Type that are near identical. For example:

<owl:NamedIndividual rdf:about="http://ceds.ed.gov/terms#NI001668151668">
		<rdf:type rdf:resource="http://ceds.ed.gov/terms#C001668"/>
		<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
		<dc:creator>Common Education Data Standards</dc:creator>
		<rdfs:label>Master\'s Degree</rdfs:label>
		<skos:inScheme rdf:resource="http://ceds.ed.gov/terms#C001668"/>
		<skos:prefLabel>Master\'s Degree</skos:prefLabel>
		<skos:notation>4.2</skos:notation>
		<skos:definition>Master\'s Degree</skos:definition>
		<dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#token">001668151668</dc:identifier>
		<dc:description>Master\'s Degree</dc:description>
	</owl:NamedIndividual>

and

	<owl:NamedIndividual rdf:about="http://ceds.ed.gov/terms#NI001668151678">
		<rdf:type rdf:resource="http://ceds.ed.gov/terms#C001668"/>
		<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
		<dc:creator>Common Education Data Standards</dc:creator>
		<rdfs:label>Master\'s Degree</rdfs:label>
		<skos:inScheme rdf:resource="http://ceds.ed.gov/terms#C001668"/>
		<skos:prefLabel>Master\'s Degree</skos:prefLabel>
		<skos:notation>IPEDS7</skos:notation>
		<skos:definition>Master\'s Degree</skos:definition>
		<dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#token">001668151678</dc:identifier>
		<dc:description>Master\'s Degree</dc:description>
	</owl:NamedIndividual>

I can recognize from the codes used for skos:notation that the former comes from PESC and the latter from IPEDS, but this isn't explicit.

It seems wrong to put IPEDS codes in a values space called after PESC.

If you need both you could have an IPEDS Award Level Type and allow values from either it or or the PESC scheme.

(I won't comment on listing CEDS as the creator of either PESC or IPEDS classification schemes)

@AEMDuaneBrown
Copy link
Contributor

This would require a change in the CEDS element directly since the element PESC Award Level Type element contains both of those codes. If PESC lists both sets in their element, then CEDS would replicate that. If they have removed one, then CEDS can make the change to remove one as well. And you are correct, we do need to review the "creator" section for elements that are pulled from other standards.

@philbarker
Copy link
Collaborator Author

Thank you @AEMDuaneBrown I will check with my friends at PESC on this, but the documentation that I have does not suggest that they use the IPEDs terms. It's possible though that they use them somewhere else.

Either way, I still don't think it is a good idea for CEDS to publish IPEDS levels in a scheme called PESC Award Level Types. It would be better to separate them from the PESC levels and say that the PESC property can take values from both schemes.

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

2 participants