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

Geofeature defs #187

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/realmGeol.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ soreag:Inlier rdf:type owl:Class ;

### http://sweetontology.net/realmGeol/InnerCore
soreag:InnerCore rdf:type owl:Class ;
rdfs:subClassOf soreag:Mantle ;
rdfs:subClassOf soreag:Core ;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like InnerCore and OuterCore are subclasses of GeosphereLayer, with a partOf Relation to Core, not a subclass relation.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not one of our mistakes- we haven't touched properties like this.

I actually do have another PR waiting in the wings for a tidy-up of the Solid Earth, Hydrosphere & Atmosphere and their layers (all using isPartOf relations) but I will wait for this PR to get through before lodging that one.

owl:disjointWith soreag:OuterCore ;
rdfs:label "inner core"@en .

Expand Down Expand Up @@ -1294,7 +1294,7 @@ soreag:NappeComplex rdf:type owl:Class ;

### http://sweetontology.net/realmGeol/OuterCore
soreag:OuterCore rdf:type owl:Class ;
rdfs:subClassOf soreag:Mantle ;
rdfs:subClassOf soreag:Core ;
rdfs:label "outer core"@en .


Expand Down