Javad Chamanara

Results 6 issues of Javad Chamanara

When I download an ontology from the system, it creates two prefix entries for oboe-core: `@prefix oboe-core: .` `@prefix : .` - [ ] It is not clear why OBOE...

Having this statement in my ontology: `:hasRawValue rdf:type owl:DataTypeProperty; ` ` owl:equivalentProperty oboe:hasCode ; ` ` rdfs:domain oboe:MeasuredValue .` I would expect that the `MeauredValue` class is shown as an...

I upload and visualize an ontology that only contains the following: `:Observer rdf:type owl:Class; ` ` rdfs:comment "An agent that can observe an observation"@en ;` ` rdfs:label "Observer"@IRI-based; ` `...

Assume that I am using `Observation` and `Measurement` classes from the OBOE-Core ontology inside my ontology. There is a [measurementFor](http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#measurementFor) object property between these two classes in OBOE that I...

When in my Ontology I use a class of another ontology and have its prefix defined, on the visualization, it would be better to display the prefix on the external...

Can you please provide an example that includes the use of oauth in the spec (and in the code).