Source code for fairgraph.openminds.sands.miscellaneous.coordinate_point
"""
<description not available>
"""
# this file was auto-generated
from openminds.properties import Property
from openminds.v4.sands import CoordinatePoint as OMCoordinatePoint
from fairgraph import KGEmbedded
[docs]
class CoordinatePoint(KGEmbedded, OMCoordinatePoint):
"""
<description not available>
"""
type_ = "https://openminds.om-i.org/types/CoordinatePoint"
# forward properties are defined in the parent class (in openMINDS-Python)
reverse_properties = []
existence_query_properties = ("coordinate_space", "coordinates")
def __init__(self, coordinate_space=None, coordinates=None, id=None, data=None, space=None, release_status=None):
return KGEmbedded.__init__(self, data=data, coordinate_space=coordinate_space, coordinates=coordinates)