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

owl:ObjectProperty subclass not being found? #118

Open
mcc513 opened this issue Jul 12, 2022 · 0 comments
Open

owl:ObjectProperty subclass not being found? #118

mcc513 opened this issue Jul 12, 2022 · 0 comments

Comments

@mcc513
Copy link

mcc513 commented Jul 12, 2022

I am curious why when exploring the brick ontology (https://brickschema.org/schema/1.2.1/Brick.ttl) I am unable to see references to the things defined as entity properties in that ontology. brick:tilt is an example - (https://brickschema.org/ontology/1.2/entity_properties/tilt).
I've not tried using the recent alpha release of Ontospy, and also, I'm pretty new to all this so apologies in advance if it is a poorly posed or ill-informed question.

Relevant snippets from the brick turtle file:

brick:EntityProperty a owl:Class ;
rdfs:subClassOf owl:ObjectProperty .

brick:tilt a brick:EntityProperty ;
rdfs:range brick:TiltShape ;
skos:definition "The direction an entity is facing in degrees above the horizon" .

brick:TiltShape a owl:Class,
sh:NodeShape ;
sh:property [ a sh:PropertyShape ;
sh:minCount 1 ;
sh:or bsh:NumericValue ;
sh:path brick:value ],
[ a sh:PropertyShape ;
sh:in ( unit:ARCMIN unit:ARCSEC unit:DEG unit:GON unit:GRAD unit:MIL unit:MIN_Angle unit:MicroRAD unit:MilliARCSEC unit:MilliRAD unit:RAD unit:REV ) ;
sh:minCount 1 ;
sh:path brick:hasUnit ] .

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

1 participant