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

Syntactically wrong altLabels in knowledge graph? #2

Open
FNieschalk opened this issue Jan 14, 2019 · 1 comment
Open

Syntactically wrong altLabels in knowledge graph? #2

FNieschalk opened this issue Jan 14, 2019 · 1 comment

Comments

@FNieschalk
Copy link

FNieschalk commented Jan 14, 2019

I noticed that in https://github.com/Cognonto/kbpedia/blob/master/versions/1.60/kbpedia_reference_concepts_linkage_inferrence_extended.zip there are some altLabels stored in one literal, each seperated by ||, e.g.:

skos:altLabel "Your Paintings collection identifier||BBC Your Paintings collection identifier||Art UK collection identifier"@en ;

Whereas others are written in statements with multiple objects (literals):

skos:altLabel "apartments"@en , "flat"@en , "flats"@en ;

As far as I know, only the second statement is valid N3, right? At least Apache Jena, into which I am reading the file, will only parse the second statement correctly (as 3 independent triples) but not the first.

This may also be some issue with Apache Jena... if so I am sorry to have bothered you.

@fgiasson
Copy link
Contributor

@FranzNieschalk that is right. This is probably due to some issue in the generation code that doesn't extend those labels in the second form that you put in this issue (and which should). I will take a look at that a bit later, thanks for reporting!

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