-
Notifications
You must be signed in to change notification settings - Fork 74
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
Duplicating classes when merging #1116
Comments
Sorry that you're having problems. There isn't enough information here to debug the problem. I suspect that you are using more than one IRI for "country", but I can't tell from the links you provided. |
this is the command I am using: |
and this is the full output ontology: <rdf:RDF xmlns="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"
</rdf:RDF> |
actually that seems to be the case, but I am not doing that in the template (or at least i don't think so), and that is the question. I am indicating Germany is of type Country, no more. |
|
and Germany just exists, thus I wonder if there is another way to create an individual, and relate it to another existing one without producing such unwanted result?. |
With regard to this comment, so it is the modular structure of LCC - OMG spec, if I get your point. And, as you say, lcc-3166-1:Germany has a single rdf:type, but the output produces duplicated references, and that is what I wonder: why?. |
Now I see where the other So I think that this is just how Protege is displaying the fact that the To avoid this, in your template row for |
Hi dear, which is even stranger, given that I do not mention this identifier in this template. The template with German states would be like: CURIE Label Type Comment hasGeometry Geometry Thanks for all your support Luis Ramos |
let me know if you need the full ontology |
Maybe it's because you're using |
I am using the lcc ontology to add geo features to Germany.
I was able to add the corresponding geo feature, but found out that the rdf:type reference is being duplicated, I mean in the source ontology there is only one reference to country, while in the output ontology appear two reference to country to the individual Germany:
Here is the template, and I wonder why the reference should being duplicated?
CURIE Label Type Comment hasGeometry Geometry
ID LABEL TYPE A rdfs:comment AI geosparql:hasGeometry AT geosparql:asWKT^^geosparql:wktLiteral
loc:germany-geometry Germany Geometry sf:MultiPolygon Multipolygon representing the Federal Republic of Germany POINT(2.2945 48.8584)
lcc-3166-1:Germany https://www.omg.org/spec/LCC/Countries/CountryRepresentation/Country http://www.example.com/germany-geometry
Luis Ramos
The text was updated successfully, but these errors were encountered: