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

Reading collections yields extra type "owl:Thing" #152

Open
cwygoda opened this issue Jan 11, 2013 · 2 comments
Open

Reading collections yields extra type "owl:Thing" #152

cwygoda opened this issue Jan 11, 2013 · 2 comments

Comments

@cwygoda
Copy link

cwygoda commented Jan 11, 2013

Reading collections yields an extra type "owl:Thing" for the children and the parent entities.
The children are inserted into the main collection with subject only first (https://github.com/bergie/VIE/blob/master/src/service/RdfaService.js#L178), yielding the "owl:Thing" type and then later fully blown up when they are read themselves (https://github.com/bergie/VIE/blob/master/src/service/RdfaService.js#L188).

This for example breaks create.js' Type-based editor setup: If in the with-type example one quote is already put into the HTML file, the citation property is given the full editor instead of the simple one.

Or is it me having an great misunderstanding?

@LaKrue
Copy link

LaKrue commented Apr 17, 2013

maybe related my issue 156 (Deep relations: wrong type behavior).
Both have a different behavior between initial HTML source and generated DOM by createjs in common.

Did you find a solution or workaround @arsgeografica ?

@bergie
Copy link
Owner

bergie commented Apr 26, 2013

If you have the time, would be great to get some unit tests to demonstrate this. Makes fixing easier :-)

@cwygoda cwygoda closed this as completed May 31, 2013
@cwygoda cwygoda reopened this May 31, 2013
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

3 participants