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

add DefinedTerm as expected type to learningResourceType#2764

Closed
sroertgen opened this issue Nov 11, 2020 · 4 comments
Closed

add DefinedTerm as expected type to learningResourceType #2764

sroertgen opened this issue Nov 11, 2020 · 4 comments

Comments

@sroertgen
Copy link
Contributor

Hello 👋
is it possible to add DefinedTerm as an expected type to http://schema.org/learningResourceType?

Background is this:
My project is working as a metadata-hub for educational resources in Germany. We gather material from many different sources and some of them use different vocabularies for defining their learning resource types. We connect the different content sources in our hub, so they can interchange their material.

Problem is:
They will only accept material with metadata they can understand. Thus we are thinking of drawing relations between the vocabs in the background and give each player what they understand. Therefore we are handling learningResourceType entries as a http://schema.org/DefinedTerm. I guess that this could be a use case for other people as well, at least it is quite common to have controlled vocabularies for this property.

An exemplary entry would look like this:

"learningResourceType": {
    "type": "DefinedTerm",
    "name": "Experiment",
    "url": "http://w3id.org/openeduhub/vocabs/learningResourceType/experiment",
    "inDefinedTermSet": "http://w3id.org/openeduhub/vocabs/learningResourceType/"
    },

Thank you and looking forward to discussion!

@philbarker
Copy link
Contributor

Looks good to me. I would make a similar change to educationalUse

@stuartasutton
Copy link

+1 to adding DefinedTerm as an expected type to both learningResourceType and educationalUse.

@jmarks
Copy link

jmarks commented Nov 11, 2020 via email

@RichardWallis
Copy link
Contributor

Fixed in V11.0 release.

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

5 participants