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

Why are some namespaces splitted ? #383

Closed
tfrancart opened this issue Apr 15, 2020 · 3 comments
Closed

Why are some namespaces splitted ? #383

tfrancart opened this issue Apr 15, 2020 · 3 comments

Comments

@tfrancart
Copy link

Why am I getting this ? see the namespace "05", corresponding to a split of the "skos-xl" namespace :

image

I expect the namespace "05" to disappear.
My config is :

importedOntologyNames=SKOS core;SKOS-XL
importedOntologyURIs=http://www.w3.org/2004/02/skos/core;http://www.w3.org/2008/05/skos-xl
extendedOntologyNames=
extendedOntologyURIs=

Thanks !

@dgarijo
Copy link
Owner

dgarijo commented Apr 15, 2020

This part is extracted from LODE and the OWL API when parsing the ontology. You are not doing anything wrong, it's just that this part has not received much attention so far. As a quick fix you can edit the HTML being produced.

@dgarijo dgarijo added this to the v1.4.15 milestone May 25, 2020
@dgarijo
Copy link
Owner

dgarijo commented Dec 7, 2020

I have dug into this and fixed it (not pushed it yet). When importing skos, this are the ns that will appear:

dct-http://purl.org/dc/terms/
owl-http://www.w3.org/2002/07/owl#
rdf-http://www.w3.org/1999/02/22-rdf-syntax-ns#
xml-http://www.w3.org/XML/1998/namespace
xsd-http://www.w3.org/2001/XMLSchema#
rdfs-http://www.w3.org/2000/01/rdf-schema#
skos-http://www.w3.org/2004/02/skos/core#
skos-xl-http://www.w3.org/2008/05/skos-xl#

dgarijo added a commit that referenced this issue Dec 14, 2020
@dgarijo
Copy link
Owner

dgarijo commented Dec 14, 2020

Fixed in develop branch

@dgarijo dgarijo closed this as completed Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants