OSDU-Ontology icon indicating copy to clipboard operation
OSDU-Ontology copied to clipboard

An ontology designed for oil and gas, and subsurface energy data based on the industry standards.

Results 3 OSDU-Ontology issues
Sort by recently updated
recently updated
newest added

There are a number of classes/props that describe units of measure and their characteristics, eg: ``` UnitOfMeasure UnitQuantity ExternalUnitOfMeasure ExternalUnitQuantity baseForConversion memberUnits ``` However, these don't capture all the complexity...

You define a lot of your own classes following GeoJSON, eg ``` osdu:AnyCrsGeoJSONPoint osdu:AnyCrsGeoJSONLineString osdu:AnyCrsGeoJSONPolygon osdu:AnyCrsGeoJSONMultiPoint osdu:AnyCrsGeoJSONMultiLineString osdu:AnyCrsGeoJSONMultiPolygon osdu:AnyCrsGeoJSONGeometryCollection osdu:AnyCrsGeoJSONFeature osdu:AbstractAnyCrsFeatureCollection osdu:GeoJSONPoint osdu:GeoJSONLineString osdu:GeoJSONPolygon osdu:GeoJSONMultiPoint osdu:GeoJSONMultiLineString osdu:GeoJSONMultiPolygon osdu:GeoJSONGeometryCollection osdu:GeoJSONFeature osdu:AbstractFeatureCollection...