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

URIs for Classification Simple and Complete #4

Open
elcioabrahao opened this issue Oct 25, 2017 · 1 comment
Open

URIs for Classification Simple and Complete #4

elcioabrahao opened this issue Oct 25, 2017 · 1 comment
Assignees

Comments

@elcioabrahao
Copy link
Contributor

For this ones:
<skos:inScheme rdf:resource=URI_ClassifSimple />
<skos:inScheme rdf:resource=URI_ClassifComplete />
<skos:topConceptOf rdf:resource=URI_ClassifSimple />
<skos:topConceptOf rdf:resource=URI_ClassifComplete />
Can I use ?
<skos:inScheme rdf:resource="http://cladimed.com/cladimed#ClassifSimple" />
<skos:inScheme rdf:resource="http://cladimed.com/cladimed#ClassifComplete" />
<skos:topConceptOf rdf:resource="http://cladimed.com/cladimed#ClassifSimple" />
<skos:topConceptOf rdf:resource="http://cladimed.com/cladimed#ClassifComplete" />

@jonquet
Copy link
Member

jonquet commented Oct 26, 2017

I would do this indeed.

elcioabrahao pushed a commit that referenced this issue Oct 26, 2017
After last namespace declaration use > instead of /> and at the end of
the file include </rdf:RDF> FIXED
Missing NS:
xmlns:foaf=http://xmlns.com/foaf/0.1/
xmlns:cc="http://creativecommons.org/ns#"    FIXED
xmlns:vann="http://purl.org/vocab/vann/"
I would recommend to include EOL and classic XML indentation to allow
reading the actual output file in text reader  WORKING WITH OWL API
Use the .rdf extension for your file, it’s preferred.  FIXED
You should better use rdf:about rather than rdf:ID … my mistake
actually. Check
https://www.ibm.com/developerworks/library/x-tiprdfai/index.html for
tips on how to declare base NS accordingly  FIXED 
prefLabels and hiddenLabels are currently defined after the skos:Concept
FIXED
Of course change skos:inScheme as per GitHub issue #4 WAITING FOR URIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants