rdflibΒΆ
- rdflib package
- Subpackages
- Submodules
- rdflib.collection module
Collection
Collection.__delitem__()
Collection.__dict__
Collection.__getitem__()
Collection.__iadd__()
Collection.__init__()
Collection.__iter__()
Collection.__len__()
Collection.__module__
Collection.__setitem__()
Collection.__weakref__
Collection.append()
Collection.clear()
Collection.index()
Collection.n3()
- rdflib.compare module
- rdflib.compat module
- rdflib.container module
Alt
Bag
Container
Container.__delitem__()
Container.__dict__
Container.__getitem__()
Container.__init__()
Container.__len__()
Container.__module__
Container.__setitem__()
Container.__weakref__
Container.append()
Container.append_multiple()
Container.clear()
Container.end()
Container.index()
Container.items()
Container.n3()
Container.type_of_conatiner()
NoElementException
Seq
- rdflib.events module
- rdflib.exceptions module
- rdflib.graph module
- Graph
- Conjunctive Graph
- Quoted graph
- Dataset
BatchAddGraph
ConjunctiveGraph
ConjunctiveGraph.__contains__()
ConjunctiveGraph.__init__()
ConjunctiveGraph.__len__()
ConjunctiveGraph.__module__
ConjunctiveGraph.__reduce__()
ConjunctiveGraph.__str__()
ConjunctiveGraph.add()
ConjunctiveGraph.addN()
ConjunctiveGraph.context_id()
ConjunctiveGraph.contexts()
ConjunctiveGraph.get_context()
ConjunctiveGraph.get_graph()
ConjunctiveGraph.parse()
ConjunctiveGraph.quads()
ConjunctiveGraph.remove()
ConjunctiveGraph.remove_context()
ConjunctiveGraph.triples()
ConjunctiveGraph.triples_choices()
Dataset
Graph
Graph.__add__()
Graph.__and__()
Graph.__cmp__()
Graph.__contains__()
Graph.__dict__
Graph.__eq__()
Graph.__ge__()
Graph.__getitem__()
Graph.__gt__()
Graph.__hash__()
Graph.__iadd__()
Graph.__init__()
Graph.__isub__()
Graph.__iter__()
Graph.__le__()
Graph.__len__()
Graph.__lt__()
Graph.__module__
Graph.__mul__()
Graph.__or__()
Graph.__reduce__()
Graph.__repr__()
Graph.__str__()
Graph.__sub__()
Graph.__weakref__
Graph.__xor__()
Graph.absolutize()
Graph.add()
Graph.addN()
Graph.all_nodes()
Graph.bind()
Graph.cbd()
Graph.close()
Graph.collection()
Graph.commit()
Graph.compute_qname()
Graph.connected()
Graph.de_skolemize()
Graph.destroy()
Graph.identifier
Graph.isomorphic()
Graph.items()
Graph.n3()
Graph.namespace_manager
Graph.namespaces()
Graph.objects()
Graph.open()
Graph.parse()
Graph.predicate_objects()
Graph.predicates()
Graph.print()
Graph.qname()
Graph.query()
Graph.remove()
Graph.resource()
Graph.rollback()
Graph.serialize()
Graph.set()
Graph.skolemize()
Graph.store
Graph.subject_objects()
Graph.subject_predicates()
Graph.subjects()
Graph.toPython()
Graph.transitiveClosure()
Graph.transitive_objects()
Graph.transitive_subjects()
Graph.triples()
Graph.triples_choices()
Graph.update()
Graph.value()
ModificationException
QuotedGraph
ReadOnlyGraphAggregate
ReadOnlyGraphAggregate.__cmp__()
ReadOnlyGraphAggregate.__contains__()
ReadOnlyGraphAggregate.__hash__()
ReadOnlyGraphAggregate.__iadd__()
ReadOnlyGraphAggregate.__init__()
ReadOnlyGraphAggregate.__isub__()
ReadOnlyGraphAggregate.__len__()
ReadOnlyGraphAggregate.__module__
ReadOnlyGraphAggregate.__reduce__()
ReadOnlyGraphAggregate.__repr__()
ReadOnlyGraphAggregate.absolutize()
ReadOnlyGraphAggregate.add()
ReadOnlyGraphAggregate.addN()
ReadOnlyGraphAggregate.bind()
ReadOnlyGraphAggregate.close()
ReadOnlyGraphAggregate.commit()
ReadOnlyGraphAggregate.compute_qname()
ReadOnlyGraphAggregate.default_context
ReadOnlyGraphAggregate.destroy()
ReadOnlyGraphAggregate.n3()
ReadOnlyGraphAggregate.namespaces()
ReadOnlyGraphAggregate.open()
ReadOnlyGraphAggregate.parse()
ReadOnlyGraphAggregate.qname()
ReadOnlyGraphAggregate.quads()
ReadOnlyGraphAggregate.remove()
ReadOnlyGraphAggregate.rollback()
ReadOnlyGraphAggregate.triples()
ReadOnlyGraphAggregate.triples_choices()
Seq
UnSupportedAggregateOperation
- rdflib.parser module
- rdflib.paths module
- rdflib.plugin module
- rdflib.query module
- rdflib.resource module
- Basic Usage Scenario
- Schema Example
- Technical Details
Resource
Resource.__dict__
Resource.__eq__()
Resource.__ge__()
Resource.__getitem__()
Resource.__gt__()
Resource.__hash__()
Resource.__init__()
Resource.__iter__()
Resource.__le__()
Resource.__lt__()
Resource.__module__
Resource.__ne__()
Resource.__repr__()
Resource.__setitem__()
Resource.__str__()
Resource.__unicode__()
Resource.__weakref__
Resource.add()
Resource.graph
Resource.identifier
Resource.items()
Resource.objects()
Resource.predicate_objects()
Resource.predicates()
Resource.qname()
Resource.remove()
Resource.set()
Resource.subject_objects()
Resource.subject_predicates()
Resource.subjects()
Resource.transitive_objects()
Resource.transitive_subjects()
Resource.value()
- rdflib.serializer module
- rdflib.store module
NodePickler
Store
Store.__annotations__
Store.__dict__
Store.__init__()
Store.__len__()
Store.__module__
Store.__weakref__
Store.add()
Store.addN()
Store.add_graph()
Store.bind()
Store.close()
Store.commit()
Store.context_aware
Store.contexts()
Store.create()
Store.destroy()
Store.formula_aware
Store.gc()
Store.graph_aware
Store.namespace()
Store.namespaces()
Store.node_pickler
Store.open()
Store.prefix()
Store.query()
Store.remove()
Store.remove_graph()
Store.rollback()
Store.transaction_aware
Store.triples()
Store.triples_choices()
Store.update()
StoreCreatedEvent
TripleAddedEvent
TripleRemovedEvent
- rdflib.term module
BNode
IdentifiedNode
Identifier
Literal
Literal.__abs__()
Literal.__add__()
Literal.__annotations__
Literal.__bool__()
Literal.__eq__()
Literal.__ge__()
Literal.__getstate__()
Literal.__gt__()
Literal.__hash__()
Literal.__invert__()
Literal.__le__()
Literal.__lt__()
Literal.__module__
Literal.__neg__()
Literal.__new__()
Literal.__pos__()
Literal.__reduce__()
Literal.__repr__()
Literal.__setstate__()
Literal.__slots__
Literal.__sub__()
Literal.datatype
Literal.eq()
Literal.ill_typed
Literal.language
Literal.n3()
Literal.neq()
Literal.normalize()
Literal.toPython()
Literal.value
Node
URIRef
URIRef.__add__()
URIRef.__annotations__
URIRef.__invert__()
URIRef.__mod__()
URIRef.__module__
URIRef.__mul__()
URIRef.__neg__()
URIRef.__new__()
URIRef.__or__()
URIRef.__radd__()
URIRef.__reduce__()
URIRef.__repr__()
URIRef.__slots__
URIRef.__truediv__()
URIRef.de_skolemize()
URIRef.defrag()
URIRef.fragment
URIRef.n3()
Variable
bind()
- rdflib.util module
- rdflib.void module
- Module contents
BNode
BRICK
BRICK.AED
BRICK.AHU
BRICK.Ablutions_Room
BRICK.Absorption_Chiller
BRICK.Acceleration_Time_Setpoint
BRICK.Access_Control_Equipment
BRICK.Access_Reader
BRICK.Active_Chilled_Beam
BRICK.Active_Power_Sensor
BRICK.Adjust_Sensor
BRICK.Air
BRICK.Air_Alarm
BRICK.Air_Differential_Pressure_Sensor
BRICK.Air_Differential_Pressure_Setpoint
BRICK.Air_Diffuser
BRICK.Air_Enthalpy_Sensor
BRICK.Air_Flow_Deadband_Setpoint
BRICK.Air_Flow_Demand_Setpoint
BRICK.Air_Flow_Loss_Alarm
BRICK.Air_Flow_Sensor
BRICK.Air_Flow_Setpoint
BRICK.Air_Flow_Setpoint_Limit
BRICK.Air_Grains_Sensor
BRICK.Air_Handler_Unit
BRICK.Air_Handling_Unit
BRICK.Air_Humidity_Setpoint
BRICK.Air_Loop
BRICK.Air_Plenum
BRICK.Air_Quality_Sensor
BRICK.Air_Static_Pressure_Step_Parameter
BRICK.Air_System
BRICK.Air_Temperature_Alarm
BRICK.Air_Temperature_Integral_Time_Parameter
BRICK.Air_Temperature_Sensor
BRICK.Air_Temperature_Setpoint
BRICK.Air_Temperature_Setpoint_Limit
BRICK.Air_Temperature_Step_Parameter
BRICK.Air_Wet_Bulb_Temperature_Sensor
BRICK.Alarm
BRICK.Alarm_Delay_Parameter
BRICK.Angle_Sensor
BRICK.Auditorium
BRICK.Automated_External_Defibrillator
BRICK.Automatic_Mode_Command
BRICK.Availability_Status
BRICK.Average_Cooling_Demand_Sensor
BRICK.Average_Discharge_Air_Flow_Sensor
BRICK.Average_Exhaust_Air_Static_Pressure_Sensor
BRICK.Average_Heating_Demand_Sensor
BRICK.Average_Supply_Air_Flow_Sensor
BRICK.Average_Zone_Air_Temperature_Sensor
BRICK.Baseboard_Radiator
BRICK.Basement
BRICK.Battery
BRICK.Battery_Energy_Storage_System
BRICK.Battery_Room
BRICK.Battery_Voltage_Sensor
BRICK.Bench_Space
BRICK.Blowdown_Water
BRICK.Boiler
BRICK.Booster_Fan
BRICK.Box_Mode_Command
BRICK.Break_Room
BRICK.Breaker_Panel
BRICK.Breakroom
BRICK.Broadcast_Room
BRICK.Building
BRICK.Building_Air
BRICK.Building_Air_Humidity_Setpoint
BRICK.Building_Air_Static_Pressure_Sensor
BRICK.Building_Air_Static_Pressure_Setpoint
BRICK.Building_Chilled_Water_Meter
BRICK.Building_Electrical_Meter
BRICK.Building_Gas_Meter
BRICK.Building_Hot_Water_Meter
BRICK.Building_Meter
BRICK.Building_Water_Meter
BRICK.Bus_Riser
BRICK.Bypass_Air
BRICK.Bypass_Air_Flow_Sensor
BRICK.Bypass_Air_Humidity_Setpoint
BRICK.Bypass_Command
BRICK.Bypass_Valve
BRICK.Bypass_Water
BRICK.Bypass_Water_Flow_Sensor
BRICK.Bypass_Water_Flow_Setpoint
BRICK.CAV
BRICK.CO
BRICK.CO2
BRICK.CO2_Alarm
BRICK.CO2_Differential_Sensor
BRICK.CO2_Level_Sensor
BRICK.CO2_Sensor
BRICK.CO2_Setpoint
BRICK.CO_Differential_Sensor
BRICK.CO_Level_Sensor
BRICK.CO_Sensor
BRICK.CRAC
BRICK.Cafeteria
BRICK.Camera
BRICK.Capacity_Sensor
BRICK.Ceiling_Fan
BRICK.Centrifugal_Chiller
BRICK.Change_Filter_Alarm
BRICK.Chilled_Beam
BRICK.Chilled_Water
BRICK.Chilled_Water_Coil
BRICK.Chilled_Water_Differential_Pressure_Deadband_Setpoint
BRICK.Chilled_Water_Differential_Pressure_Integral_Time_Parameter
BRICK.Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status
BRICK.Chilled_Water_Differential_Pressure_Load_Shed_Setpoint
BRICK.Chilled_Water_Differential_Pressure_Load_Shed_Status
BRICK.Chilled_Water_Differential_Pressure_Proportional_Band_Parameter
BRICK.Chilled_Water_Differential_Pressure_Sensor
BRICK.Chilled_Water_Differential_Pressure_Setpoint
BRICK.Chilled_Water_Differential_Pressure_Step_Parameter
BRICK.Chilled_Water_Differential_Temperature_Sensor
BRICK.Chilled_Water_Discharge_Flow_Sensor
BRICK.Chilled_Water_Discharge_Flow_Setpoint
BRICK.Chilled_Water_Flow_Sensor
BRICK.Chilled_Water_Flow_Setpoint
BRICK.Chilled_Water_Loop
BRICK.Chilled_Water_Meter
BRICK.Chilled_Water_Pump
BRICK.Chilled_Water_Pump_Differential_Pressure_Deadband_Setpoint
BRICK.Chilled_Water_Return_Flow_Sensor
BRICK.Chilled_Water_Return_Temperature_Sensor
BRICK.Chilled_Water_Static_Pressure_Setpoint
BRICK.Chilled_Water_Supply_Flow_Sensor
BRICK.Chilled_Water_Supply_Flow_Setpoint
BRICK.Chilled_Water_Supply_Temperature_Sensor
BRICK.Chilled_Water_System
BRICK.Chilled_Water_System_Enable_Command
BRICK.Chilled_Water_Temperature_Sensor
BRICK.Chilled_Water_Temperature_Setpoint
BRICK.Chilled_Water_Valve
BRICK.Chiller
BRICK.Class
BRICK.Close_Limit
BRICK.Coil
BRICK.Cold_Box
BRICK.Coldest_Zone_Air_Temperature_Sensor
BRICK.Collection
BRICK.Collection_Basin_Water
BRICK.Collection_Basin_Water_Heater
BRICK.Collection_Basin_Water_Level_Alarm
BRICK.Collection_Basin_Water_Level_Sensor
BRICK.Collection_Basin_Water_Temperature_Sensor
BRICK.Command
BRICK.Common_Space
BRICK.Communication_Loss_Alarm
BRICK.Compressor
BRICK.Computer_Room_Air_Conditioning
BRICK.Concession
BRICK.Condensate_Leak_Alarm
BRICK.Condenser
BRICK.Condenser_Heat_Exchanger
BRICK.Condenser_Water
BRICK.Condenser_Water_Bypass_Valve
BRICK.Condenser_Water_Isolation_Valve
BRICK.Condenser_Water_Pump
BRICK.Condenser_Water_System
BRICK.Condenser_Water_Temperature_Sensor
BRICK.Condenser_Water_Valve
BRICK.Condensing_Natural_Gas_Boiler
BRICK.Conductivity_Sensor
BRICK.Conference_Room
BRICK.Constant_Air_Volume_Box
BRICK.Contact_Sensor
BRICK.Control_Room
BRICK.Cooling_Coil
BRICK.Cooling_Command
BRICK.Cooling_Demand_Sensor
BRICK.Cooling_Demand_Setpoint
BRICK.Cooling_Discharge_Air_Flow_Setpoint
BRICK.Cooling_Discharge_Air_Temperature_Deadband_Setpoint
BRICK.Cooling_Discharge_Air_Temperature_Integral_Time_Parameter
BRICK.Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter
BRICK.Cooling_Start_Stop_Status
BRICK.Cooling_Supply_Air_Flow_Setpoint
BRICK.Cooling_Supply_Air_Temperature_Deadband_Setpoint
BRICK.Cooling_Supply_Air_Temperature_Integral_Time_Parameter
BRICK.Cooling_Supply_Air_Temperature_Proportional_Band_Parameter
BRICK.Cooling_Temperature_Setpoint
BRICK.Cooling_Tower
BRICK.Cooling_Tower_Fan
BRICK.Cooling_Valve
BRICK.Copy_Room
BRICK.Core_Temperature_Sensor
BRICK.Core_Temperature_Setpoint
BRICK.Cubicle
BRICK.Current_Imbalance_Sensor
BRICK.Current_Limit
BRICK.Current_Output_Sensor
BRICK.Current_Sensor
BRICK.Curtailment_Override_Command
BRICK.Cycle_Alarm
BRICK.DC_Bus_Voltage_Sensor
BRICK.DOAS
BRICK.Damper
BRICK.Damper_Command
BRICK.Damper_Position_Command
BRICK.Damper_Position_Sensor
BRICK.Damper_Position_Setpoint
BRICK.Deadband_Setpoint
BRICK.Deceleration_Time_Setpoint
BRICK.Dedicated_Outdoor_Air_System_Unit
BRICK.Dehumidification_Start_Stop_Status
BRICK.Deionised_Water_Conductivity_Sensor
BRICK.Deionised_Water_Level_Sensor
BRICK.Deionized_Water
BRICK.Deionized_Water_Alarm
BRICK.Delay_Parameter
BRICK.Demand_Sensor
BRICK.Demand_Setpoint
BRICK.Derivative_Gain_Parameter
BRICK.Derivative_Time_Parameter
BRICK.Detention_Room
BRICK.Dew_Point_Setpoint
BRICK.Dewpoint_Sensor
BRICK.Differential_Air_Temperature_Setpoint
BRICK.Differential_Pressure_Bypass_Valve
BRICK.Differential_Pressure_Deadband_Setpoint
BRICK.Differential_Pressure_Integral_Time_Parameter
BRICK.Differential_Pressure_Load_Shed_Status
BRICK.Differential_Pressure_Proportional_Band
BRICK.Differential_Pressure_Sensor
BRICK.Differential_Pressure_Setpoint
BRICK.Differential_Pressure_Setpoint_Limit
BRICK.Differential_Pressure_Step_Parameter
BRICK.Differential_Speed_Sensor
BRICK.Differential_Speed_Setpoint
BRICK.Differential_Supply_Return_Water_Temperature_Sensor
BRICK.Dimmer
BRICK.Direct_Expansion_Cooling_Coil
BRICK.Direct_Expansion_Heating_Coil
BRICK.Direction_Command
BRICK.Direction_Sensor
BRICK.Direction_Status
BRICK.Disable_Command
BRICK.Disable_Differential_Enthalpy_Command
BRICK.Disable_Differential_Temperature_Command
BRICK.Disable_Fixed_Enthalpy_Command
BRICK.Disable_Fixed_Temperature_Command
BRICK.Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint
BRICK.Disable_Status
BRICK.Discharge_Air
BRICK.Discharge_Air_Dewpoint_Sensor
BRICK.Discharge_Air_Duct_Pressure_Status
BRICK.Discharge_Air_Flow_Demand_Setpoint
BRICK.Discharge_Air_Flow_High_Reset_Setpoint
BRICK.Discharge_Air_Flow_Low_Reset_Setpoint
BRICK.Discharge_Air_Flow_Reset_Setpoint
BRICK.Discharge_Air_Flow_Sensor
BRICK.Discharge_Air_Flow_Setpoint
BRICK.Discharge_Air_Humidity_Sensor
BRICK.Discharge_Air_Humidity_Setpoint
BRICK.Discharge_Air_Smoke_Detection_Alarm
BRICK.Discharge_Air_Static_Pressure_Deadband_Setpoint
BRICK.Discharge_Air_Static_Pressure_Integral_Time_Parameter
BRICK.Discharge_Air_Static_Pressure_Proportional_Band_Parameter
BRICK.Discharge_Air_Static_Pressure_Sensor
BRICK.Discharge_Air_Static_Pressure_Setpoint
BRICK.Discharge_Air_Static_Pressure_Step_Parameter
BRICK.Discharge_Air_Temperature_Alarm
BRICK.Discharge_Air_Temperature_Cooling_Setpoint
BRICK.Discharge_Air_Temperature_Deadband_Setpoint
BRICK.Discharge_Air_Temperature_Heating_Setpoint
BRICK.Discharge_Air_Temperature_High_Reset_Setpoint
BRICK.Discharge_Air_Temperature_Low_Reset_Setpoint
BRICK.Discharge_Air_Temperature_Proportional_Band_Parameter
BRICK.Discharge_Air_Temperature_Reset_Differential_Setpoint
BRICK.Discharge_Air_Temperature_Sensor
BRICK.Discharge_Air_Temperature_Setpoint
BRICK.Discharge_Air_Temperature_Setpoint_Limit
BRICK.Discharge_Air_Temperature_Step_Parameter
BRICK.Discharge_Air_Velocity_Pressure_Sensor
BRICK.Discharge_Chilled_Water
BRICK.Discharge_Fan
BRICK.Discharge_Hot_Water
BRICK.Discharge_Water
BRICK.Discharge_Water_Differential_Pressure_Deadband_Setpoint
BRICK.Discharge_Water_Differential_Pressure_Integral_Time_Parameter
BRICK.Discharge_Water_Differential_Pressure_Proportional_Band_Parameter
BRICK.Discharge_Water_Flow_Sensor
BRICK.Discharge_Water_Flow_Setpoint
BRICK.Discharge_Water_Temperature_Alarm
BRICK.Discharge_Water_Temperature_Proportional_Band_Parameter
BRICK.Discharge_Water_Temperature_Sensor
BRICK.Discharge_Water_Temperature_Setpoint
BRICK.Disconnect_Switch
BRICK.Displacement_Flow_Air_Diffuser
BRICK.Distribution_Frame
BRICK.Domestic_Hot_Water_Supply_Temperature_Sensor
BRICK.Domestic_Hot_Water_Supply_Temperature_Setpoint
BRICK.Domestic_Hot_Water_System
BRICK.Domestic_Hot_Water_System_Enable_Command
BRICK.Domestic_Hot_Water_Temperature_Setpoint
BRICK.Domestic_Hot_Water_Valve
BRICK.Domestic_Water
BRICK.Domestic_Water_Loop
BRICK.Drench_Hose
BRICK.Drive_Ready_Status
BRICK.Duration_Sensor
BRICK.ESS_Panel
BRICK.EconCycle_Start_Stop_Status
BRICK.Economizer
BRICK.Economizer_Damper
BRICK.Effective_Air_Temperature_Cooling_Setpoint
BRICK.Effective_Air_Temperature_Heating_Setpoint
BRICK.Effective_Air_Temperature_Setpoint
BRICK.Effective_Discharge_Air_Temperature_Setpoint
BRICK.Effective_Return_Air_Temperature_Setpoint
BRICK.Effective_Room_Air_Temperature_Setpoint
BRICK.Effective_Supply_Air_Temperature_Setpoint
BRICK.Effective_Zone_Air_Temperature_Setpoint
BRICK.Electric_Baseboard_Radiator
BRICK.Electric_Boiler
BRICK.Electric_Radiator
BRICK.Electrical_Equipment
BRICK.Electrical_Meter
BRICK.Electrical_Power_Sensor
BRICK.Electrical_Room
BRICK.Electrical_System
BRICK.Elevator
BRICK.Elevator_Shaft
BRICK.Elevator_Space
BRICK.Embedded_Surface_System_Panel
BRICK.Embedded_Temperature_Sensor
BRICK.Embedded_Temperature_Setpoint
BRICK.Emergency_Air_Flow_System
BRICK.Emergency_Air_Flow_System_Status
BRICK.Emergency_Alarm
BRICK.Emergency_Generator_Alarm
BRICK.Emergency_Generator_Status
BRICK.Emergency_Phone
BRICK.Emergency_Power_Off_System
BRICK.Emergency_Power_Off_System_Activated_By_High_Temperature_Status
BRICK.Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status
BRICK.Emergency_Power_Off_System_Status
BRICK.Emergency_Push_Button_Status
BRICK.Emergency_Wash_Station
BRICK.Employee_Entrance_Lobby
BRICK.Enable_Command
BRICK.Enable_Differential_Enthalpy_Command
BRICK.Enable_Differential_Temperature_Command
BRICK.Enable_Fixed_Enthalpy_Command
BRICK.Enable_Fixed_Temperature_Command
BRICK.Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint
BRICK.Enable_Status
BRICK.Enclosed_Office
BRICK.Energy_Generation_System
BRICK.Energy_Sensor
BRICK.Energy_Storage
BRICK.Energy_Storage_System
BRICK.Energy_System
BRICK.Energy_Usage_Sensor
BRICK.Energy_Zone
BRICK.Entering_Water
BRICK.Entering_Water_Flow_Sensor
BRICK.Entering_Water_Flow_Setpoint
BRICK.Entering_Water_Temperature_Sensor
BRICK.Entering_Water_Temperature_Setpoint
BRICK.Enthalpy_Sensor
BRICK.Enthalpy_Setpoint
BRICK.Entrance
BRICK.Environment_Box
BRICK.Equipment
BRICK.Equipment_Room
BRICK.Evaporative_Heat_Exchanger
BRICK.Even_Month_Status
BRICK.Exercise_Room
BRICK.Exhaust_Air
BRICK.Exhaust_Air_Dewpoint_Sensor
BRICK.Exhaust_Air_Differential_Pressure_Sensor
BRICK.Exhaust_Air_Differential_Pressure_Setpoint
BRICK.Exhaust_Air_Flow_Integral_Time_Parameter
BRICK.Exhaust_Air_Flow_Proportional_Band_Parameter
BRICK.Exhaust_Air_Flow_Sensor
BRICK.Exhaust_Air_Flow_Setpoint
BRICK.Exhaust_Air_Humidity_Sensor
BRICK.Exhaust_Air_Humidity_Setpoint
BRICK.Exhaust_Air_Stack_Flow_Deadband_Setpoint
BRICK.Exhaust_Air_Stack_Flow_Integral_Time_Parameter
BRICK.Exhaust_Air_Stack_Flow_Proportional_Band_Parameter
BRICK.Exhaust_Air_Stack_Flow_Sensor
BRICK.Exhaust_Air_Stack_Flow_Setpoint
BRICK.Exhaust_Air_Static_Pressure_Proportional_Band_Parameter
BRICK.Exhaust_Air_Static_Pressure_Sensor
BRICK.Exhaust_Air_Static_Pressure_Setpoint
BRICK.Exhaust_Air_Temperature_Sensor
BRICK.Exhaust_Air_Velocity_Pressure_Sensor
BRICK.Exhaust_Damper
BRICK.Exhaust_Fan
BRICK.Exhaust_Fan_Disable_Command
BRICK.Exhaust_Fan_Enable_Command
BRICK.Eye_Wash_Station
BRICK.FCU
BRICK.Failure_Alarm
BRICK.Fan
BRICK.Fan_Coil_Unit
BRICK.Fan_On_Off_Status
BRICK.Fan_Status
BRICK.Fan_VFD
BRICK.Fault_Reset_Command
BRICK.Fault_Status
BRICK.Field_Of_Play
BRICK.Filter
BRICK.Filter_Differential_Pressure_Sensor
BRICK.Filter_Reset_Command
BRICK.Filter_Status
BRICK.Final_Filter
BRICK.Fire_Control_Panel
BRICK.Fire_Safety_Equipment
BRICK.Fire_Safety_System
BRICK.Fire_Sensor
BRICK.Fire_Zone
BRICK.First_Aid_Kit
BRICK.First_Aid_Room
BRICK.Floor
BRICK.Flow_Sensor
BRICK.Flow_Setpoint
BRICK.Fluid
BRICK.Food_Service_Room
BRICK.Formaldehyde_Level_Sensor
BRICK.Freeze_Status
BRICK.Freezer
BRICK.Frequency_Command
BRICK.Frequency_Sensor
BRICK.Fresh_Air_Fan
BRICK.Fresh_Air_Setpoint_Limit
BRICK.Frost
BRICK.Frost_Sensor
BRICK.Fuel_Oil
BRICK.Fume_Hood
BRICK.Fume_Hood_Air_Flow_Sensor
BRICK.Furniture
BRICK.Gain_Parameter
BRICK.Gas
BRICK.Gas_Distribution
BRICK.Gas_Meter
BRICK.Gas_Sensor
BRICK.Gas_System
BRICK.Gas_Valve
BRICK.Gasoline
BRICK.Gatehouse
BRICK.Generator_Room
BRICK.Glycol
BRICK.HVAC_Equipment
BRICK.HVAC_System
BRICK.HVAC_Zone
BRICK.HX
BRICK.Hail
BRICK.Hail_Sensor
BRICK.Hallway
BRICK.Hazardous_Materials_Storage
BRICK.Heat_Exchanger
BRICK.Heat_Exchanger_Supply_Water_Temperature_Sensor
BRICK.Heat_Exchanger_System_Enable_Status
BRICK.Heat_Recovery_Hot_Water_System
BRICK.Heat_Sensor
BRICK.Heat_Wheel
BRICK.Heat_Wheel_VFD
BRICK.Heating_Coil
BRICK.Heating_Command
BRICK.Heating_Demand_Sensor
BRICK.Heating_Demand_Setpoint
BRICK.Heating_Discharge_Air_Flow_Setpoint
BRICK.Heating_Discharge_Air_Temperature_Deadband_Setpoint
BRICK.Heating_Discharge_Air_Temperature_Integral_Time_Parameter
BRICK.Heating_Discharge_Air_Temperature_Proportional_Band_Parameter
BRICK.Heating_Start_Stop_Status
BRICK.Heating_Supply_Air_Flow_Setpoint
BRICK.Heating_Supply_Air_Temperature_Deadband_Setpoint
BRICK.Heating_Supply_Air_Temperature_Integral_Time_Parameter
BRICK.Heating_Supply_Air_Temperature_Proportional_Band_Parameter
BRICK.Heating_Temperature_Setpoint
BRICK.Heating_Thermal_Power_Sensor
BRICK.Heating_Valve
BRICK.Heating_Ventilation_Air_Conditioning_System
BRICK.High_CO2_Alarm
BRICK.High_Discharge_Air_Temperature_Alarm
BRICK.High_Head_Pressure_Alarm
BRICK.High_Humidity_Alarm
BRICK.High_Humidity_Alarm_Parameter
BRICK.High_Outside_Air_Lockout_Temperature_Differential_Parameter
BRICK.High_Return_Air_Temperature_Alarm
BRICK.High_Static_Pressure_Cutout_Setpoint_Limit
BRICK.High_Temperature_Alarm
BRICK.High_Temperature_Alarm_Parameter
BRICK.High_Temperature_Hot_Water_Return_Temperature_Sensor
BRICK.High_Temperature_Hot_Water_Supply_Temperature_Sensor
BRICK.Hold_Status
BRICK.Hospitality_Box
BRICK.Hot_Box
BRICK.Hot_Water
BRICK.Hot_Water_Baseboard_Radiator
BRICK.Hot_Water_Coil
BRICK.Hot_Water_Differential_Pressure_Deadband_Setpoint
BRICK.Hot_Water_Differential_Pressure_Integral_Time_Parameter
BRICK.Hot_Water_Differential_Pressure_Load_Shed_Reset_Status
BRICK.Hot_Water_Differential_Pressure_Load_Shed_Status
BRICK.Hot_Water_Differential_Pressure_Proportional_Band_Parameter
BRICK.Hot_Water_Differential_Pressure_Sensor
BRICK.Hot_Water_Differential_Pressure_Setpoint
BRICK.Hot_Water_Differential_Temperature_Sensor
BRICK.Hot_Water_Discharge_Flow_Sensor
BRICK.Hot_Water_Discharge_Flow_Setpoint
BRICK.Hot_Water_Discharge_Temperature_Load_Shed_Status
BRICK.Hot_Water_Flow_Sensor
BRICK.Hot_Water_Flow_Setpoint
BRICK.Hot_Water_Loop
BRICK.Hot_Water_Meter
BRICK.Hot_Water_Pump
BRICK.Hot_Water_Radiator
BRICK.Hot_Water_Return_Flow_Sensor
BRICK.Hot_Water_Return_Temperature_Sensor
BRICK.Hot_Water_Static_Pressure_Setpoint
BRICK.Hot_Water_Supply_Flow_Sensor
BRICK.Hot_Water_Supply_Flow_Setpoint
BRICK.Hot_Water_Supply_Temperature_High_Reset_Setpoint
BRICK.Hot_Water_Supply_Temperature_Load_Shed_Status
BRICK.Hot_Water_Supply_Temperature_Low_Reset_Setpoint
BRICK.Hot_Water_Supply_Temperature_Sensor
BRICK.Hot_Water_System
BRICK.Hot_Water_System_Enable_Command
BRICK.Hot_Water_Temperature_Setpoint
BRICK.Hot_Water_Usage_Sensor
BRICK.Hot_Water_Valve
BRICK.Humidification_Start_Stop_Status
BRICK.Humidifier
BRICK.Humidifier_Fault_Status
BRICK.Humidify_Command
BRICK.Humidity_Alarm
BRICK.Humidity_Parameter
BRICK.Humidity_Sensor
BRICK.Humidity_Setpoint
BRICK.Humidity_Tolerance_Parameter
BRICK.IDF
BRICK.Ice
BRICK.Ice_Tank_Leaving_Water_Temperature_Sensor
BRICK.Illuminance_Sensor
BRICK.Imbalance_Sensor
BRICK.Induction_Unit
BRICK.Information_Area
BRICK.Inside_Face_Surface_Temperature_Sensor
BRICK.Inside_Face_Surface_Temperature_Setpoint
BRICK.Intake_Air_Filter
BRICK.Intake_Air_Temperature_Sensor
BRICK.Integral_Gain_Parameter
BRICK.Integral_Time_Parameter
BRICK.Intercom_Equipment
BRICK.Interface
BRICK.Intrusion_Detection_Equipment
BRICK.Inverter
BRICK.Isolation_Valve
BRICK.Janitor_Room
BRICK.Jet_Nozzle_Air_Diffuser
BRICK.Laboratory
BRICK.Laminar_Flow_Air_Diffuser
BRICK.Last_Fault_Code_Status
BRICK.Lead_Lag_Command
BRICK.Lead_Lag_Status
BRICK.Lead_On_Off_Command
BRICK.Leak_Alarm
BRICK.Leaving_Water
BRICK.Leaving_Water_Flow_Sensor
BRICK.Leaving_Water_Flow_Setpoint
BRICK.Leaving_Water_Temperature_Sensor
BRICK.Leaving_Water_Temperature_Setpoint
BRICK.Library
BRICK.Lighting
BRICK.Lighting_Equipment
BRICK.Lighting_System
BRICK.Lighting_Zone
BRICK.Limit
BRICK.Liquid
BRICK.Liquid_CO2
BRICK.Liquid_Detection_Alarm
BRICK.Load_Current_Sensor
BRICK.Load_Parameter
BRICK.Load_Setpoint
BRICK.Load_Shed_Command
BRICK.Load_Shed_Differential_Pressure_Setpoint
BRICK.Load_Shed_Setpoint
BRICK.Load_Shed_Status
BRICK.Loading_Dock
BRICK.Lobby
BRICK.Locally_On_Off_Status
BRICK.Location
BRICK.Lockout_Status
BRICK.Lockout_Temperature_Differential_Parameter
BRICK.Loop
BRICK.Lounge
BRICK.Louver
BRICK.Low_Freeze_Protect_Temperature_Parameter
BRICK.Low_Humidity_Alarm
BRICK.Low_Humidity_Alarm_Parameter
BRICK.Low_Outside_Air_Lockout_Temperature_Differential_Parameter
BRICK.Low_Outside_Air_Temperature_Enable_Differential_Sensor
BRICK.Low_Outside_Air_Temperature_Enable_Setpoint
BRICK.Low_Return_Air_Temperature_Alarm
BRICK.Low_Suction_Pressure_Alarm
BRICK.Low_Temperature_Alarm
BRICK.Low_Temperature_Alarm_Parameter
BRICK.Lowest_Exhaust_Air_Static_Pressure_Sensor
BRICK.Luminaire
BRICK.Luminaire_Driver
BRICK.Luminance_Alarm
BRICK.Luminance_Command
BRICK.Luminance_Sensor
BRICK.Luminance_Setpoint
BRICK.MAU
BRICK.MDF
BRICK.Mail_Room
BRICK.Maintenance_Mode_Command
BRICK.Maintenance_Required_Alarm
BRICK.Majlis
BRICK.Makeup_Air_Unit
BRICK.Makeup_Water
BRICK.Makeup_Water_Valve
BRICK.Manual_Auto_Status
BRICK.Massage_Room
BRICK.Max_Air_Flow_Setpoint_Limit
BRICK.Max_Air_Temperature_Setpoint
BRICK.Max_Chilled_Water_Differential_Pressure_Setpoint_Limit
BRICK.Max_Cooling_Discharge_Air_Flow_Setpoint_Limit
BRICK.Max_Cooling_Supply_Air_Flow_Setpoint_Limit
BRICK.Max_Discharge_Air_Static_Pressure_Setpoint_Limit
BRICK.Max_Discharge_Air_Temperature_Setpoint_Limit
BRICK.Max_Frequency_Command
BRICK.Max_Heating_Discharge_Air_Flow_Setpoint_Limit
BRICK.Max_Heating_Supply_Air_Flow_Setpoint_Limit
BRICK.Max_Hot_Water_Differential_Pressure_Setpoint_Limit
BRICK.Max_Limit
BRICK.Max_Load_Setpoint
BRICK.Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit
BRICK.Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit
BRICK.Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit
BRICK.Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit
BRICK.Max_Position_Setpoint_Limit
BRICK.Max_Speed_Setpoint_Limit
BRICK.Max_Static_Pressure_Setpoint_Limit
BRICK.Max_Supply_Air_Static_Pressure_Setpoint_Limit
BRICK.Max_Temperature_Setpoint_Limit
BRICK.Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit
BRICK.Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit
BRICK.Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit
BRICK.Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit
BRICK.Max_Water_Level_Alarm
BRICK.Max_Water_Temperature_Setpoint
BRICK.Measurable
BRICK.Mechanical_Room
BRICK.Media_Hot_Desk
BRICK.Media_Production_Room
BRICK.Media_Room
BRICK.Medical_Room
BRICK.Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status
BRICK.Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint
BRICK.Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status
BRICK.Medium_Temperature_Hot_Water_Differential_Pressure_Sensor
BRICK.Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint
BRICK.Medium_Temperature_Hot_Water_Discharge_Temperature_High_Reset_Setpoint
BRICK.Medium_Temperature_Hot_Water_Discharge_Temperature_Low_Reset_Setpoint
BRICK.Medium_Temperature_Hot_Water_Return_Temperature_Sensor
BRICK.Medium_Temperature_Hot_Water_Supply_Temperature_High_Reset_Setpoint
BRICK.Medium_Temperature_Hot_Water_Supply_Temperature_Load_Shed_Setpoint
BRICK.Medium_Temperature_Hot_Water_Supply_Temperature_Load_Shed_Status
BRICK.Medium_Temperature_Hot_Water_Supply_Temperature_Low_Reset_Setpoint
BRICK.Medium_Temperature_Hot_Water_Supply_Temperature_Sensor
BRICK.Meter
BRICK.Methane_Level_Sensor
BRICK.Min_Air_Flow_Setpoint_Limit
BRICK.Min_Air_Temperature_Setpoint
BRICK.Min_Chilled_Water_Differential_Pressure_Setpoint_Limit
BRICK.Min_Cooling_Discharge_Air_Flow_Setpoint_Limit
BRICK.Min_Cooling_Supply_Air_Flow_Setpoint_Limit
BRICK.Min_Discharge_Air_Static_Pressure_Setpoint_Limit
BRICK.Min_Discharge_Air_Temperature_Setpoint_Limit
BRICK.Min_Fresh_Air_Setpoint_Limit
BRICK.Min_Heating_Discharge_Air_Flow_Setpoint_Limit
BRICK.Min_Heating_Supply_Air_Flow_Setpoint_Limit
BRICK.Min_Hot_Water_Differential_Pressure_Setpoint_Limit
BRICK.Min_Limit
BRICK.Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit
BRICK.Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit
BRICK.Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit
BRICK.Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit
BRICK.Min_Outside_Air_Flow_Setpoint_Limit
BRICK.Min_Position_Setpoint_Limit
BRICK.Min_Speed_Setpoint_Limit
BRICK.Min_Static_Pressure_Setpoint_Limit
BRICK.Min_Supply_Air_Static_Pressure_Setpoint_Limit
BRICK.Min_Temperature_Setpoint_Limit
BRICK.Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit
BRICK.Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit
BRICK.Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit
BRICK.Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit
BRICK.Min_Water_Level_Alarm
BRICK.Min_Water_Temperature_Setpoint
BRICK.Mixed_Air
BRICK.Mixed_Air_Filter
BRICK.Mixed_Air_Flow_Sensor
BRICK.Mixed_Air_Humidity_Sensor
BRICK.Mixed_Air_Humidity_Setpoint
BRICK.Mixed_Air_Temperature_Sensor
BRICK.Mixed_Air_Temperature_Setpoint
BRICK.Mixed_Damper
BRICK.Mode_Command
BRICK.Mode_Status
BRICK.Motion_Sensor
BRICK.Motor
BRICK.Motor_Control_Center
BRICK.Motor_Current_Sensor
BRICK.Motor_Direction_Status
BRICK.Motor_On_Off_Status
BRICK.Motor_Speed_Sensor
BRICK.Motor_Torque_Sensor
BRICK.NO2_Level_Sensor
BRICK.NVR
BRICK.Natural_Gas
BRICK.Natural_Gas_Boiler
BRICK.Network_Video_Recorder
BRICK.No_Water_Alarm
BRICK.Noncondensing_Natural_Gas_Boiler
BRICK.Occupancy_Command
BRICK.Occupancy_Sensor
BRICK.Occupancy_Status
BRICK.Occupied_Air_Temperature_Setpoint
BRICK.Occupied_Cooling_Discharge_Air_Flow_Setpoint
BRICK.Occupied_Cooling_Supply_Air_Flow_Setpoint
BRICK.Occupied_Cooling_Temperature_Deadband_Setpoint
BRICK.Occupied_Discharge_Air_Flow_Setpoint
BRICK.Occupied_Discharge_Air_Temperature_Setpoint
BRICK.Occupied_Heating_Discharge_Air_Flow_Setpoint
BRICK.Occupied_Heating_Supply_Air_Flow_Setpoint
BRICK.Occupied_Heating_Temperature_Deadband_Setpoint
BRICK.Occupied_Mode_Status
BRICK.Occupied_Return_Air_Temperature_Setpoint
BRICK.Occupied_Room_Air_Temperature_Setpoint
BRICK.Occupied_Supply_Air_Flow_Setpoint
BRICK.Occupied_Supply_Air_Temperature_Setpoint
BRICK.Occupied_Zone_Air_Temperature_Setpoint
BRICK.Off_Command
BRICK.Off_Status
BRICK.Office
BRICK.Office_Kitchen
BRICK.Oil
BRICK.On_Command
BRICK.On_Off_Command
BRICK.On_Off_Status
BRICK.On_Status
BRICK.On_Timer_Sensor
BRICK.Open_Close_Status
BRICK.Open_Heating_Valve_Outside_Air_Temperature_Setpoint
BRICK.Open_Office
BRICK.Operating_Mode_Status
BRICK.Outdoor_Area
BRICK.Output_Frequency_Sensor
BRICK.Output_Voltage_Sensor
BRICK.Outside
BRICK.Outside_Air
BRICK.Outside_Air_CO2_Sensor
BRICK.Outside_Air_CO_Sensor
BRICK.Outside_Air_Dewpoint_Sensor
BRICK.Outside_Air_Enthalpy_Sensor
BRICK.Outside_Air_Flow_Sensor
BRICK.Outside_Air_Flow_Setpoint
BRICK.Outside_Air_Grains_Sensor
BRICK.Outside_Air_Humidity_Sensor
BRICK.Outside_Air_Humidity_Setpoint
BRICK.Outside_Air_Lockout_Temperature_Differential_Parameter
BRICK.Outside_Air_Lockout_Temperature_Setpoint
BRICK.Outside_Air_Temperature_Enable_Differential_Sensor
BRICK.Outside_Air_Temperature_High_Reset_Setpoint
BRICK.Outside_Air_Temperature_Low_Reset_Setpoint
BRICK.Outside_Air_Temperature_Sensor
BRICK.Outside_Air_Temperature_Setpoint
BRICK.Outside_Air_Wet_Bulb_Temperature_Sensor
BRICK.Outside_Damper
BRICK.Outside_Face_Surface_Temperature_Sensor
BRICK.Outside_Face_Surface_Temperature_Setpoint
BRICK.Outside_Illuminance_Sensor
BRICK.Overload_Alarm
BRICK.Overridden_Off_Status
BRICK.Overridden_On_Status
BRICK.Overridden_Status
BRICK.Override_Command
BRICK.Ozone_Level_Sensor
BRICK.PAU
BRICK.PID_Parameter
BRICK.PIR_Sensor
BRICK.PM10_Level_Sensor
BRICK.PM10_Sensor
BRICK.PM1_Level_Sensor
BRICK.PM1_Sensor
BRICK.PVT_Panel
BRICK.PV_Array
BRICK.PV_Current_Output_Sensor
BRICK.PV_Generation_System
BRICK.PV_Panel
BRICK.Parameter
BRICK.Parking_Level
BRICK.Parking_Space
BRICK.Parking_Structure
BRICK.Particulate_Matter_Sensor
BRICK.Passive_Chilled_Beam
BRICK.Peak_Power_Demand_Sensor
BRICK.Photovoltaic_Array
BRICK.Photovoltaic_Current_Output_Sensor
BRICK.Piezoelectric_Sensor
BRICK.PlugStrip
BRICK.Plumbing_Room
BRICK.Point
BRICK.Portfolio
BRICK.Position_Command
BRICK.Position_Limit
BRICK.Position_Sensor
BRICK.Potable_Water
BRICK.Power_Alarm
BRICK.Power_Loss_Alarm
BRICK.Power_Sensor
BRICK.Prayer_Room
BRICK.Pre_Filter
BRICK.Pre_Filter_Status
BRICK.Preheat_Demand_Setpoint
BRICK.Preheat_Discharge_Air_Temperature_Sensor
BRICK.Preheat_Hot_Water_System
BRICK.Preheat_Hot_Water_Valve
BRICK.Preheat_Supply_Air_Temperature_Sensor
BRICK.Pressure_Alarm
BRICK.Pressure_Sensor
BRICK.Pressure_Setpoint
BRICK.Pressure_Status
BRICK.Private_Office
BRICK.Proportional_Band_Parameter
BRICK.Proportional_Gain_Parameter
BRICK.Pump
BRICK.Pump_Command
BRICK.Pump_On_Off_Status
BRICK.Pump_Room
BRICK.Pump_VFD
BRICK.Quantity
BRICK.RC_Panel
BRICK.RTU
BRICK.RVAV
BRICK.Radiant_Ceiling_Panel
BRICK.Radiant_Panel
BRICK.Radiant_Panel_Temperature_Sensor
BRICK.Radiant_Panel_Temperature_Setpoint
BRICK.Radiation_Hot_Water_System
BRICK.Radiator
BRICK.Radioactivity_Concentration_Sensor
BRICK.Radon_Concentration_Sensor
BRICK.Rain_Duration_Sensor
BRICK.Rain_Sensor
BRICK.Rated_Speed_Setpoint
BRICK.Reactive_Power_Sensor
BRICK.Reception
BRICK.Region
BRICK.Reheat_Hot_Water_System
BRICK.Reheat_Valve
BRICK.Relative_Humidity_Sensor
BRICK.Relief_Damper
BRICK.Relief_Fan
BRICK.Remotely_On_Off_Status
BRICK.Reset_Command
BRICK.Reset_Setpoint
BRICK.Rest_Room
BRICK.Restroom
BRICK.Retail_Room
BRICK.Return_Air
BRICK.Return_Air_CO2_Sensor
BRICK.Return_Air_CO2_Setpoint
BRICK.Return_Air_CO_Sensor
BRICK.Return_Air_Dewpoint_Sensor
BRICK.Return_Air_Differential_Pressure_Sensor
BRICK.Return_Air_Differential_Pressure_Setpoint
BRICK.Return_Air_Enthalpy_Sensor
BRICK.Return_Air_Filter
BRICK.Return_Air_Flow_Sensor
BRICK.Return_Air_Grains_Sensor
BRICK.Return_Air_Humidity_Sensor
BRICK.Return_Air_Humidity_Setpoint
BRICK.Return_Air_Plenum
BRICK.Return_Air_Temperature_Alarm
BRICK.Return_Air_Temperature_High_Reset_Setpoint
BRICK.Return_Air_Temperature_Low_Reset_Setpoint
BRICK.Return_Air_Temperature_Sensor
BRICK.Return_Air_Temperature_Setpoint
BRICK.Return_Chilled_Water_Temperature_Setpoint
BRICK.Return_Condenser_Water
BRICK.Return_Condenser_Water_Flow_Sensor
BRICK.Return_Condenser_Water_Temperature_Sensor
BRICK.Return_Condenser_Water_Temperature_Setpoint
BRICK.Return_Damper
BRICK.Return_Fan
BRICK.Return_Heating_Valve
BRICK.Return_Hot_Water
BRICK.Return_Hot_Water_Temperature_Setpoint
BRICK.Return_Water
BRICK.Return_Water_Flow_Sensor
BRICK.Return_Water_Temperature_Sensor
BRICK.Return_Water_Temperature_Setpoint
BRICK.Riser
BRICK.Rooftop
BRICK.Rooftop_Unit
BRICK.Room
BRICK.Room_Air_Temperature_Setpoint
BRICK.Run_Enable_Command
BRICK.Run_Request_Status
BRICK.Run_Status
BRICK.Run_Time_Sensor
BRICK.Safety_Equipment
BRICK.Safety_Shower
BRICK.Safety_System
BRICK.Sash_Position_Sensor
BRICK.Schedule_Temperature_Setpoint
BRICK.Security_Equipment
BRICK.Security_Service_Room
BRICK.Sensor
BRICK.Server_Room
BRICK.Service_Room
BRICK.Setpoint
BRICK.Shading_System
BRICK.Shared_Office
BRICK.Short_Cycle_Alarm
BRICK.Shower
BRICK.Site
BRICK.Smoke_Alarm
BRICK.Smoke_Detection_Alarm
BRICK.Solar_Azimuth_Angle_Sensor
BRICK.Solar_Radiance_Sensor
BRICK.Solar_Thermal_Collector
BRICK.Solar_Zenith_Angle_Sensor
BRICK.Solid
BRICK.Space
BRICK.Space_Heater
BRICK.Speed_Reset_Command
BRICK.Speed_Sensor
BRICK.Speed_Setpoint
BRICK.Speed_Setpoint_Limit
BRICK.Speed_Status
BRICK.Sports_Service_Room
BRICK.Stage_Enable_Command
BRICK.Stage_Riser
BRICK.Stages_Status
BRICK.Staircase
BRICK.Standby_CRAC
BRICK.Standby_Fan
BRICK.Standby_Glycool_Unit_On_Off_Status
BRICK.Standby_Load_Shed_Command
BRICK.Standby_Unit_On_Off_Status
BRICK.Start_Stop_Command
BRICK.Start_Stop_Status
BRICK.Static_Pressure_Deadband_Setpoint
BRICK.Static_Pressure_Integral_Time_Parameter
BRICK.Static_Pressure_Proportional_Band_Parameter
BRICK.Static_Pressure_Sensor
BRICK.Static_Pressure_Setpoint
BRICK.Static_Pressure_Setpoint_Limit
BRICK.Static_Pressure_Step_Parameter
BRICK.Status
BRICK.Steam
BRICK.Steam_Baseboard_Radiator
BRICK.Steam_Distribution
BRICK.Steam_On_Off_Command
BRICK.Steam_Radiator
BRICK.Steam_System
BRICK.Steam_Usage_Sensor
BRICK.Steam_Valve
BRICK.Step_Parameter
BRICK.Storage_Room
BRICK.Storey
BRICK.Studio
BRICK.Substance
BRICK.Supply_Air
BRICK.Supply_Air_Differential_Pressure_Sensor
BRICK.Supply_Air_Differential_Pressure_Setpoint
BRICK.Supply_Air_Duct_Pressure_Status
BRICK.Supply_Air_Flow_Demand_Setpoint
BRICK.Supply_Air_Flow_Sensor
BRICK.Supply_Air_Flow_Setpoint
BRICK.Supply_Air_Humidity_Sensor
BRICK.Supply_Air_Humidity_Setpoint
BRICK.Supply_Air_Integral_Gain_Parameter
BRICK.Supply_Air_Plenum
BRICK.Supply_Air_Proportional_Gain_Parameter
BRICK.Supply_Air_Static_Pressure_Deadband_Setpoint
BRICK.Supply_Air_Static_Pressure_Integral_Time_Parameter
BRICK.Supply_Air_Static_Pressure_Proportional_Band_Parameter
BRICK.Supply_Air_Static_Pressure_Sensor
BRICK.Supply_Air_Static_Pressure_Setpoint
BRICK.Supply_Air_Temperature_Alarm
BRICK.Supply_Air_Temperature_Deadband_Setpoint
BRICK.Supply_Air_Temperature_High_Reset_Setpoint
BRICK.Supply_Air_Temperature_Low_Reset_Setpoint
BRICK.Supply_Air_Temperature_Proportional_Band_Parameter
BRICK.Supply_Air_Temperature_Reset_Differential_Setpoint
BRICK.Supply_Air_Temperature_Sensor
BRICK.Supply_Air_Temperature_Setpoint
BRICK.Supply_Air_Temperature_Step_Parameter
BRICK.Supply_Air_Velocity_Pressure_Sensor
BRICK.Supply_Chilled_Water
BRICK.Supply_Chilled_Water_Temperature_Setpoint
BRICK.Supply_Condenser_Water
BRICK.Supply_Condenser_Water_Flow_Sensor
BRICK.Supply_Condenser_Water_Temperature_Sensor
BRICK.Supply_Condenser_Water_Temperature_Setpoint
BRICK.Supply_Fan
BRICK.Supply_Hot_Water
BRICK.Supply_Hot_Water_Temperature_Setpoint
BRICK.Supply_Water
BRICK.Supply_Water_Differential_Pressure_Deadband_Setpoint
BRICK.Supply_Water_Differential_Pressure_Integral_Time_Parameter
BRICK.Supply_Water_Differential_Pressure_Proportional_Band_Parameter
BRICK.Supply_Water_Flow_Sensor
BRICK.Supply_Water_Flow_Setpoint
BRICK.Supply_Water_Temperature_Alarm
BRICK.Supply_Water_Temperature_Deadband_Setpoint
BRICK.Supply_Water_Temperature_Integral_Time_Parameter
BRICK.Supply_Water_Temperature_Proportional_Band_Parameter
BRICK.Supply_Water_Temperature_Setpoint
BRICK.Surveillance_Camera
BRICK.Switch
BRICK.Switch_Room
BRICK.Switchgear
BRICK.System
BRICK.System_Enable_Command
BRICK.System_Shutdown_Status
BRICK.System_Status
BRICK.TABS_Panel
BRICK.TETRA_Room
BRICK.TVOC_Level_Sensor
BRICK.TVOC_Sensor
BRICK.Team_Room
BRICK.Telecom_Room
BRICK.Temperature_Alarm
BRICK.Temperature_Deadband_Setpoint
BRICK.Temperature_Differential_Reset_Setpoint
BRICK.Temperature_High_Reset_Setpoint
BRICK.Temperature_Low_Reset_Setpoint
BRICK.Temperature_Parameter
BRICK.Temperature_Sensor
BRICK.Temperature_Setpoint
BRICK.Temperature_Step_Parameter
BRICK.Temperature_Tolerance_Parameter
BRICK.Temporary_Occupancy_Status
BRICK.Terminal_Unit
BRICK.Thermal_Power_Meter
BRICK.Thermal_Power_Sensor
BRICK.Thermally_Activated_Building_System_Panel
BRICK.Thermostat
BRICK.Ticketing_Booth
BRICK.Time_Parameter
BRICK.Time_Setpoint
BRICK.Tolerance_Parameter
BRICK.Torque_Sensor
BRICK.Touchpanel
BRICK.Trace_Heat_Sensor
BRICK.Transformer
BRICK.Transformer_Room
BRICK.Tunnel
BRICK.Underfloor_Air_Plenum
BRICK.Underfloor_Air_Plenum_Static_Pressure_Sensor
BRICK.Underfloor_Air_Plenum_Static_Pressure_Setpoint
BRICK.Underfloor_Air_Temperature_Sensor
BRICK.Unit_Failure_Alarm
BRICK.Unoccupied_Air_Temperature_Cooling_Setpoint
BRICK.Unoccupied_Air_Temperature_Heating_Setpoint
BRICK.Unoccupied_Air_Temperature_Setpoint
BRICK.Unoccupied_Cooling_Discharge_Air_Flow_Setpoint
BRICK.Unoccupied_Discharge_Air_Temperature_Setpoint
BRICK.Unoccupied_Load_Shed_Command
BRICK.Unoccupied_Return_Air_Temperature_Setpoint
BRICK.Unoccupied_Room_Air_Temperature_Setpoint
BRICK.Unoccupied_Supply_Air_Temperature_Setpoint
BRICK.Unoccupied_Zone_Air_Temperature_Setpoint
BRICK.Usage_Sensor
BRICK.VAV
BRICK.VFD
BRICK.VFD_Enable_Command
BRICK.Valve
BRICK.Valve_Command
BRICK.Valve_Position_Sensor
BRICK.Variable_Air_Volume_Box
BRICK.Variable_Air_Volume_Box_With_Reheat
BRICK.Variable_Frequency_Drive
BRICK.Velocity_Pressure_Sensor
BRICK.Velocity_Pressure_Setpoint
BRICK.Vent_Operating_Mode_Status
BRICK.Ventilation_Air_Flow_Ratio_Limit
BRICK.Ventilation_Air_System
BRICK.Vertical_Space
BRICK.Video_Intercom
BRICK.Video_Surveillance_Equipment
BRICK.Visitor_Lobby
BRICK.Voltage_Imbalance_Sensor
BRICK.Voltage_Sensor
BRICK.Wardrobe
BRICK.Warm_Cool_Adjust_Sensor
BRICK.Warmest_Zone_Air_Temperature_Sensor
BRICK.Waste_Storage
BRICK.Water
BRICK.Water_Alarm
BRICK.Water_Differential_Pressure_Setpoint
BRICK.Water_Differential_Temperature_Sensor
BRICK.Water_Differential_Temperature_Setpoint
BRICK.Water_Distribution
BRICK.Water_Flow_Sensor
BRICK.Water_Flow_Setpoint
BRICK.Water_Heater
BRICK.Water_Level_Alarm
BRICK.Water_Level_Sensor
BRICK.Water_Loop
BRICK.Water_Loss_Alarm
BRICK.Water_Meter
BRICK.Water_Pump
BRICK.Water_System
BRICK.Water_Tank
BRICK.Water_Temperature_Alarm
BRICK.Water_Temperature_Sensor
BRICK.Water_Temperature_Setpoint
BRICK.Water_Usage_Sensor
BRICK.Water_Valve
BRICK.Weather_Station
BRICK.Wind_Direction_Sensor
BRICK.Wind_Speed_Sensor
BRICK.Wing
BRICK.Workshop
BRICK.Zone
BRICK.Zone_Air
BRICK.Zone_Air_Cooling_Temperature_Setpoint
BRICK.Zone_Air_Dewpoint_Sensor
BRICK.Zone_Air_Heating_Temperature_Setpoint
BRICK.Zone_Air_Humidity_Sensor
BRICK.Zone_Air_Humidity_Setpoint
BRICK.Zone_Air_Temperature_Sensor
BRICK.Zone_Air_Temperature_Setpoint
BRICK.Zone_Standby_Load_Shed_Command
BRICK.Zone_Unoccupied_Load_Shed_Command
BRICK.aggregate
BRICK.area
BRICK.azimuth
BRICK.buildingPrimaryFunction
BRICK.buildingThermalTransmittance
BRICK.conversionEfficiency
BRICK.coolingCapacity
BRICK.coordinates
BRICK.currentFlowType
BRICK.electricalPhaseCount
BRICK.electricalPhases
BRICK.feeds
BRICK.feedsAir
BRICK.grossArea
BRICK.hasAddress
BRICK.hasAssociatedTag
BRICK.hasInputSubstance
BRICK.hasLocation
BRICK.hasOutputSubstance
BRICK.hasPart
BRICK.hasPoint
BRICK.hasQUDTReference
BRICK.hasTag
BRICK.hasTimeseriesId
BRICK.hasUnit
BRICK.isAssociatedWith
BRICK.isFedBy
BRICK.isLocationOf
BRICK.isMeasuredBy
BRICK.isPartOf
BRICK.isPointOf
BRICK.isRegulatedBy
BRICK.isTagOf
BRICK.latitude
BRICK.longitude
BRICK.measuredModuleConversionEfficiency
BRICK.measuredPowerOutput
BRICK.measures
BRICK.netArea
BRICK.operationalStage
BRICK.operationalStageCount
BRICK.panelArea
BRICK.powerComplexity
BRICK.powerFlow
BRICK.ratedModuleConversionEfficiency
BRICK.ratedPowerOutput
BRICK.regulates
BRICK.storedAt
BRICK.temperatureCoefficientofPmax
BRICK.thermalTransmittance
BRICK.tilt
BRICK.timeseries
BRICK.value
BRICK.volume
BRICK.yearBuilt
CSVW
CSVW.Cell
CSVW.Column
CSVW.Datatype
CSVW.Dialect
CSVW.Direction
CSVW.ForeignKey
CSVW.JSON
CSVW.NumericFormat
CSVW.Row
CSVW.Schema
CSVW.Table
CSVW.TableGroup
CSVW.TableReference
CSVW.Transformation
CSVW.aboutUrl
CSVW.auto
CSVW.base
CSVW.column
CSVW.columnReference
CSVW.commentPrefix
CSVW.csvEncodedTabularData
CSVW.datatype
CSVW.decimalChar
CSVW.default
CSVW.delimiter
CSVW.describes
CSVW.dialect
CSVW.doubleQuote
CSVW.encoding
CSVW.foreignKey
CSVW.format
CSVW.groupChar
CSVW.header
CSVW.headerRowCount
CSVW.inherit
CSVW.lang
CSVW.length
CSVW.lineTerminators
CSVW.ltr
CSVW.maxExclusive
CSVW.maxInclusive
CSVW.maxLength
CSVW.minExclusive
CSVW.minInclusive
CSVW.minLength
CSVW.name
CSVW.note
CSVW.null
CSVW.ordered
CSVW.pattern
CSVW.primaryKey
CSVW.propertyUrl
CSVW.quoteChar
CSVW.reference
CSVW.referencedRow
CSVW.required
CSVW.resource
CSVW.row
CSVW.rowTitle
CSVW.rownum
CSVW.rtl
CSVW.schemaReference
CSVW.scriptFormat
CSVW.separator
CSVW.skipBlankRows
CSVW.skipColumns
CSVW.skipInitialSpace
CSVW.skipRows
CSVW.source
CSVW.suppressOutput
CSVW.table
CSVW.tableDirection
CSVW.tableSchema
CSVW.tabularMetadata
CSVW.targetFormat
CSVW.textDirection
CSVW.title
CSVW.transformations
CSVW.trim
CSVW.uriTemplate
CSVW.url
CSVW.valueUrl
CSVW.virtual
ConjunctiveGraph
ConjunctiveGraph.__annotations__
ConjunctiveGraph.__contains__()
ConjunctiveGraph.__init__()
ConjunctiveGraph.__len__()
ConjunctiveGraph.__module__
ConjunctiveGraph.__reduce__()
ConjunctiveGraph.__str__()
ConjunctiveGraph.add()
ConjunctiveGraph.addN()
ConjunctiveGraph.context_id()
ConjunctiveGraph.contexts()
ConjunctiveGraph.default_context
ConjunctiveGraph.get_context()
ConjunctiveGraph.get_graph()
ConjunctiveGraph.parse()
ConjunctiveGraph.quads()
ConjunctiveGraph.remove()
ConjunctiveGraph.remove_context()
ConjunctiveGraph.triples()
ConjunctiveGraph.triples_choices()
DC
DCAT
DCAT.Catalog
DCAT.CatalogRecord
DCAT.DataService
DCAT.Dataset
DCAT.Distribution
DCAT.Relationship
DCAT.Resource
DCAT.Role
DCAT.accessService
DCAT.accessURL
DCAT.bbox
DCAT.byteSize
DCAT.catalog
DCAT.centroid
DCAT.compressFormat
DCAT.contactPoint
DCAT.dataset
DCAT.distribution
DCAT.downloadURL
DCAT.endDate
DCAT.endpointDescription
DCAT.endpointURL
DCAT.hadRole
DCAT.keyword
DCAT.landingPage
DCAT.mediaType
DCAT.packageFormat
DCAT.qualifiedRelation
DCAT.record
DCAT.servesDataset
DCAT.service
DCAT.spatialResolutionInMeters
DCAT.startDate
DCAT.temporalResolution
DCAT.theme
DCAT.themeTaxonomy
DCMITYPE
DCTERMS
DCTERMS.Agent
DCTERMS.AgentClass
DCTERMS.BibliographicResource
DCTERMS.Box
DCTERMS.DCMIType
DCTERMS.DDC
DCTERMS.FileFormat
DCTERMS.Frequency
DCTERMS.IMT
DCTERMS.ISO3166
DCTERMS.Jurisdiction
DCTERMS.LCC
DCTERMS.LCSH
DCTERMS.LicenseDocument
DCTERMS.LinguisticSystem
DCTERMS.Location
DCTERMS.LocationPeriodOrJurisdiction
DCTERMS.MESH
DCTERMS.MediaType
DCTERMS.MediaTypeOrExtent
DCTERMS.MethodOfAccrual
DCTERMS.MethodOfInstruction
DCTERMS.NLM
DCTERMS.Period
DCTERMS.PeriodOfTime
DCTERMS.PhysicalMedium
DCTERMS.PhysicalResource
DCTERMS.Point
DCTERMS.Policy
DCTERMS.ProvenanceStatement
DCTERMS.RFC1766
DCTERMS.RFC3066
DCTERMS.RFC4646
DCTERMS.RFC5646
DCTERMS.RightsStatement
DCTERMS.SizeOrDuration
DCTERMS.Standard
DCTERMS.TGN
DCTERMS.UDC
DCTERMS.URI
DCTERMS.W3CDTF
DCTERMS.abstract
DCTERMS.accessRights
DCTERMS.accrualMethod
DCTERMS.accrualPeriodicity
DCTERMS.accrualPolicy
DCTERMS.alternative
DCTERMS.audience
DCTERMS.available
DCTERMS.bibliographicCitation
DCTERMS.conformsTo
DCTERMS.contributor
DCTERMS.coverage
DCTERMS.created
DCTERMS.creator
DCTERMS.date
DCTERMS.dateAccepted
DCTERMS.dateCopyrighted
DCTERMS.dateSubmitted
DCTERMS.description
DCTERMS.educationLevel
DCTERMS.extent
DCTERMS.format
DCTERMS.hasFormat
DCTERMS.hasPart
DCTERMS.hasVersion
DCTERMS.identifier
DCTERMS.instructionalMethod
DCTERMS.isFormatOf
DCTERMS.isPartOf
DCTERMS.isReferencedBy
DCTERMS.isReplacedBy
DCTERMS.isRequiredBy
DCTERMS.isVersionOf
DCTERMS.issued
DCTERMS.language
DCTERMS.license
DCTERMS.mediator
DCTERMS.medium
DCTERMS.modified
DCTERMS.provenance
DCTERMS.publisher
DCTERMS.references
DCTERMS.relation
DCTERMS.replaces
DCTERMS.requires
DCTERMS.rights
DCTERMS.rightsHolder
DCTERMS.source
DCTERMS.spatial
DCTERMS.subject
DCTERMS.tableOfContents
DCTERMS.temporal
DCTERMS.title
DCTERMS.type
DCTERMS.valid
DOAP
DOAP.ArchRepository
DOAP.BKRepository
DOAP.BazaarBranch
DOAP.CVSRepository
DOAP.DarcsRepository
DOAP.GitBranch
DOAP.GitRepository
DOAP.HgRepository
DOAP.Project
DOAP.Repository
DOAP.SVNRepository
DOAP.Specification
DOAP.Version
DOAP.audience
DOAP.blog
DOAP.browse
DOAP.category
DOAP.created
DOAP.description
DOAP.developer
DOAP.documenter
DOAP.helper
DOAP.homepage
DOAP.implements
DOAP.language
DOAP.license
DOAP.location
DOAP.maintainer
DOAP.module
DOAP.name
DOAP.os
DOAP.platform
DOAP.release
DOAP.repository
DOAP.repositoryOf
DOAP.revision
DOAP.screenshots
DOAP.shortdesc
DOAP.tester
DOAP.translator
DOAP.vendor
DOAP.wiki
Dataset
Dataset.__annotations__
Dataset.__getstate__()
Dataset.__init__()
Dataset.__iter__()
Dataset.__module__
Dataset.__reduce__()
Dataset.__setstate__()
Dataset.__str__()
Dataset.add_graph()
Dataset.contexts()
Dataset.default_context
Dataset.graph()
Dataset.graphs()
Dataset.parse()
Dataset.quads()
Dataset.remove_graph()
FOAF
FOAF.Agent
FOAF.Document
FOAF.Group
FOAF.Image
FOAF.LabelProperty
FOAF.OnlineAccount
FOAF.OnlineChatAccount
FOAF.OnlineEcommerceAccount
FOAF.OnlineGamingAccount
FOAF.Organization
FOAF.Person
FOAF.PersonalProfileDocument
FOAF.Project
FOAF.account
FOAF.accountName
FOAF.accountServiceHomepage
FOAF.age
FOAF.aimChatID
FOAF.based_near
FOAF.birthday
FOAF.currentProject
FOAF.depiction
FOAF.depicts
FOAF.dnaChecksum
FOAF.familyName
FOAF.family_name
FOAF.firstName
FOAF.focus
FOAF.fundedBy
FOAF.geekcode
FOAF.gender
FOAF.givenName
FOAF.givenname
FOAF.holdsAccount
FOAF.homepage
FOAF.icqChatID
FOAF.img
FOAF.interest
FOAF.isPrimaryTopicOf
FOAF.jabberID
FOAF.knows
FOAF.lastName
FOAF.logo
FOAF.made
FOAF.maker
FOAF.mbox
FOAF.mbox_sha1sum
FOAF.member
FOAF.membershipClass
FOAF.msnChatID
FOAF.myersBriggs
FOAF.name
FOAF.nick
FOAF.openid
FOAF.page
FOAF.pastProject
FOAF.phone
FOAF.plan
FOAF.primaryTopic
FOAF.publications
FOAF.schoolHomepage
FOAF.sha1
FOAF.skypeID
FOAF.status
FOAF.surname
FOAF.theme
FOAF.thumbnail
FOAF.tipjar
FOAF.title
FOAF.topic
FOAF.topic_interest
FOAF.weblog
FOAF.workInfoHomepage
FOAF.workplaceHomepage
FOAF.yahooChatID
Graph
Graph.__add__()
Graph.__and__()
Graph.__annotations__
Graph.__cmp__()
Graph.__contains__()
Graph.__dict__
Graph.__eq__()
Graph.__ge__()
Graph.__getitem__()
Graph.__gt__()
Graph.__hash__()
Graph.__iadd__()
Graph.__init__()
Graph.__isub__()
Graph.__iter__()
Graph.__le__()
Graph.__len__()
Graph.__lt__()
Graph.__module__
Graph.__mul__()
Graph.__or__()
Graph.__reduce__()
Graph.__repr__()
Graph.__str__()
Graph.__sub__()
Graph.__weakref__
Graph.__xor__()
Graph.absolutize()
Graph.add()
Graph.addN()
Graph.all_nodes()
Graph.bind()
Graph.cbd()
Graph.close()
Graph.collection()
Graph.commit()
Graph.compute_qname()
Graph.connected()
Graph.de_skolemize()
Graph.destroy()
Graph.identifier
Graph.isomorphic()
Graph.items()
Graph.n3()
Graph.namespace_manager
Graph.namespaces()
Graph.objects()
Graph.open()
Graph.parse()
Graph.predicate_objects()
Graph.predicates()
Graph.print()
Graph.qname()
Graph.query()
Graph.remove()
Graph.resource()
Graph.rollback()
Graph.serialize()
Graph.set()
Graph.skolemize()
Graph.store
Graph.subject_objects()
Graph.subject_predicates()
Graph.subjects()
Graph.toPython()
Graph.transitiveClosure()
Graph.transitive_objects()
Graph.transitive_subjects()
Graph.triples()
Graph.triples_choices()
Graph.update()
Graph.value()
IdentifiedNode
Literal
Literal.__abs__()
Literal.__add__()
Literal.__annotations__
Literal.__bool__()
Literal.__eq__()
Literal.__ge__()
Literal.__getstate__()
Literal.__gt__()
Literal.__hash__()
Literal.__invert__()
Literal.__le__()
Literal.__lt__()
Literal.__module__
Literal.__neg__()
Literal.__new__()
Literal.__pos__()
Literal.__reduce__()
Literal.__repr__()
Literal.__setstate__()
Literal.__slots__
Literal.__sub__()
Literal.datatype
Literal.eq()
Literal.ill_typed
Literal.language
Literal.n3()
Literal.neq()
Literal.normalize()
Literal.toPython()
Literal.value
Namespace
ODRL2
ODRL2.Action
ODRL2.Agreement
ODRL2.All
ODRL2.All2ndConnections
ODRL2.AllConnections
ODRL2.AllGroups
ODRL2.Assertion
ODRL2.Asset
ODRL2.AssetCollection
ODRL2.AssetScope
ODRL2.ConflictTerm
ODRL2.Constraint
ODRL2.Duty
ODRL2.Group
ODRL2.Individual
ODRL2.LeftOperand
ODRL2.LogicalConstraint
ODRL2.Offer
ODRL2.Operator
ODRL2.Party
ODRL2.PartyCollection
ODRL2.PartyScope
ODRL2.Permission
ODRL2.Policy
ODRL2.Privacy
ODRL2.Prohibition
ODRL2.Request
ODRL2.RightOperand
ODRL2.Rule
ODRL2.Set
ODRL2.Ticket
ODRL2.UndefinedTerm
ODRL2.absolutePosition
ODRL2.absoluteSize
ODRL2.absoluteSpatialPosition
ODRL2.absoluteTemporalPosition
ODRL2.acceptTracking
ODRL2.action
ODRL2.adHocShare
ODRL2.aggregate
ODRL2.andSequence
ODRL2.annotate
ODRL2.anonymize
ODRL2.append
ODRL2.appendTo
ODRL2.archive
ODRL2.assignee
ODRL2.assigneeOf
ODRL2.assigner
ODRL2.assignerOf
ODRL2.attachPolicy
ODRL2.attachSource
ODRL2.attribute
ODRL2.attributedParty
ODRL2.attributingParty
ODRL2.commercialize
ODRL2.compensate
ODRL2.compensatedParty
ODRL2.compensatingParty
ODRL2.concurrentUse
ODRL2.conflict
ODRL2.consentedParty
ODRL2.consentingParty
ODRL2.consequence
ODRL2.constraint
ODRL2.contractedParty
ODRL2.contractingParty
ODRL2.copy
ODRL2.core
ODRL2.count
ODRL2.dataType
ODRL2.dateTime
ODRL2.delayPeriod
ODRL2.delete
ODRL2.deliveryChannel
ODRL2.derive
ODRL2.device
ODRL2.digitize
ODRL2.display
ODRL2.distribute
ODRL2.duty
ODRL2.elapsedTime
ODRL2.ensureExclusivity
ODRL2.eq
ODRL2.event
ODRL2.execute
ODRL2.export
ODRL2.extract
ODRL2.extractChar
ODRL2.extractPage
ODRL2.extractWord
ODRL2.failure
ODRL2.fileFormat
ODRL2.function
ODRL2.give
ODRL2.grantUse
ODRL2.gt
ODRL2.gteq
ODRL2.hasPart
ODRL2.hasPolicy
ODRL2.ignore
ODRL2.implies
ODRL2.include
ODRL2.includedIn
ODRL2.index
ODRL2.industry
ODRL2.inform
ODRL2.informedParty
ODRL2.informingParty
ODRL2.inheritAllowed
ODRL2.inheritFrom
ODRL2.inheritRelation
ODRL2.install
ODRL2.invalid
ODRL2.isA
ODRL2.isAllOf
ODRL2.isAnyOf
ODRL2.isNoneOf
ODRL2.isPartOf
ODRL2.language
ODRL2.lease
ODRL2.leftOperand
ODRL2.lend
ODRL2.license
ODRL2.lt
ODRL2.lteq
ODRL2.media
ODRL2.meteredTime
ODRL2.modify
ODRL2.move
ODRL2.neq
ODRL2.nextPolicy
ODRL2.obligation
ODRL2.obtainConsent
ODRL2.operand
ODRL2.operator
ODRL2.output
ODRL2.partOf
ODRL2.pay
ODRL2.payAmount
ODRL2.payeeParty
ODRL2.percentage
ODRL2.perm
ODRL2.permission
ODRL2.play
ODRL2.policyUsage
ODRL2.present
ODRL2.preview
ODRL2.print
ODRL2.product
ODRL2.profile
ODRL2.prohibit
ODRL2.prohibition
ODRL2.proximity
ODRL2.purpose
ODRL2.read
ODRL2.recipient
ODRL2.refinement
ODRL2.relation
ODRL2.relativePosition
ODRL2.relativeSize
ODRL2.relativeSpatialPosition
ODRL2.relativeTemporalPosition
ODRL2.remedy
ODRL2.reproduce
ODRL2.resolution
ODRL2.reviewPolicy
ODRL2.rightOperand
ODRL2.rightOperandReference
ODRL2.scope
ODRL2.secondaryUse
ODRL2.sell
ODRL2.share
ODRL2.shareAlike
ODRL2.source
ODRL2.spatial
ODRL2.spatialCoordinates
ODRL2.status
ODRL2.stream
ODRL2.support
ODRL2.synchronize
ODRL2.system
ODRL2.systemDevice
ODRL2.target
ODRL2.textToSpeech
ODRL2.timeInterval
ODRL2.timedCount
ODRL2.trackedParty
ODRL2.trackingParty
ODRL2.transfer
ODRL2.transform
ODRL2.translate
ODRL2.uid
ODRL2.undefined
ODRL2.uninstall
ODRL2.unit
ODRL2.unitOfCount
ODRL2.use
ODRL2.version
ODRL2.virtualLocation
ODRL2.watermark
ODRL2.write
ODRL2.writeTo
ODRL2.xone
ORG
ORG.ChangeEvent
ORG.FormalOrganization
ORG.Head
ORG.Membership
ORG.Organization
ORG.OrganizationalCollaboration
ORG.OrganizationalUnit
ORG.Post
ORG.Role
ORG.Site
ORG.basedAt
ORG.changedBy
ORG.classification
ORG.hasMember
ORG.hasMembership
ORG.hasPost
ORG.hasPrimarySite
ORG.hasRegisteredSite
ORG.hasSite
ORG.hasSubOrganization
ORG.hasUnit
ORG.headOf
ORG.heldBy
ORG.holds
ORG.identifier
ORG.linkedTo
ORG.location
ORG.member
ORG.memberDuring
ORG.memberOf
ORG.organization
ORG.originalOrganization
ORG.postIn
ORG.purpose
ORG.remuneration
ORG.reportsTo
ORG.resultedFrom
ORG.resultingOrganization
ORG.role
ORG.roleProperty
ORG.siteAddress
ORG.siteOf
ORG.subOrganizationOf
ORG.transitiveSubOrganizationOf
ORG.unitOf
OWL
OWL.AllDifferent
OWL.AllDisjointClasses
OWL.AllDisjointProperties
OWL.Annotation
OWL.AnnotationProperty
OWL.AsymmetricProperty
OWL.Axiom
OWL.Class
OWL.DataRange
OWL.DatatypeProperty
OWL.DeprecatedClass
OWL.DeprecatedProperty
OWL.FunctionalProperty
OWL.InverseFunctionalProperty
OWL.IrreflexiveProperty
OWL.NamedIndividual
OWL.NegativePropertyAssertion
OWL.Nothing
OWL.ObjectProperty
OWL.Ontology
OWL.OntologyProperty
OWL.ReflexiveProperty
OWL.Restriction
OWL.SymmetricProperty
OWL.Thing
OWL.TransitiveProperty
OWL.allValuesFrom
OWL.annotatedProperty
OWL.annotatedSource
OWL.annotatedTarget
OWL.assertionProperty
OWL.backwardCompatibleWith
OWL.bottomDataProperty
OWL.bottomObjectProperty
OWL.cardinality
OWL.complementOf
OWL.datatypeComplementOf
OWL.deprecated
OWL.differentFrom
OWL.disjointUnionOf
OWL.disjointWith
OWL.distinctMembers
OWL.equivalentClass
OWL.equivalentProperty
OWL.hasKey
OWL.hasSelf
OWL.hasValue
OWL.imports
OWL.incompatibleWith
OWL.intersectionOf
OWL.inverseOf
OWL.maxCardinality
OWL.maxQualifiedCardinality
OWL.members
OWL.minCardinality
OWL.minQualifiedCardinality
OWL.onClass
OWL.onDataRange
OWL.onDatatype
OWL.onProperties
OWL.onProperty
OWL.oneOf
OWL.priorVersion
OWL.propertyChainAxiom
OWL.propertyDisjointWith
OWL.qualifiedCardinality
OWL.rational
OWL.real
OWL.sameAs
OWL.someValuesFrom
OWL.sourceIndividual
OWL.targetIndividual
OWL.targetValue
OWL.topDataProperty
OWL.topObjectProperty
OWL.unionOf
OWL.versionIRI
OWL.versionInfo
OWL.withRestrictions
PROF
PROV
PROV.Accept
PROV.Activity
PROV.ActivityInfluence
PROV.Agent
PROV.AgentInfluence
PROV.Association
PROV.Attribution
PROV.Bundle
PROV.Collection
PROV.Communication
PROV.Contribute
PROV.Contributor
PROV.Copyright
PROV.Create
PROV.Creator
PROV.Delegation
PROV.Derivation
PROV.Dictionary
PROV.DirectQueryService
PROV.EmptyCollection
PROV.EmptyDictionary
PROV.End
PROV.Entity
PROV.EntityInfluence
PROV.Generation
PROV.Influence
PROV.Insertion
PROV.InstantaneousEvent
PROV.Invalidation
PROV.KeyEntityPair
PROV.Location
PROV.Modify
PROV.Organization
PROV.Person
PROV.Plan
PROV.PrimarySource
PROV.Publish
PROV.Publisher
PROV.Quotation
PROV.Removal
PROV.Replace
PROV.Revision
PROV.RightsAssignment
PROV.RightsHolder
PROV.Role
PROV.ServiceDescription
PROV.SoftwareAgent
PROV.Start
PROV.Submit
PROV.Usage
PROV.actedOnBehalfOf
PROV.activity
PROV.activityOfInfluence
PROV.agent
PROV.agentOfInfluence
PROV.alternateOf
PROV.aq
PROV.asInBundle
PROV.atLocation
PROV.atTime
PROV.category
PROV.component
PROV.constraints
PROV.contributed
PROV.definition
PROV.derivedByInsertionFrom
PROV.derivedByRemovalFrom
PROV.describesService
PROV.dictionary
PROV.dm
PROV.editorialNote
PROV.editorsDefinition
PROV.ended
PROV.endedAtTime
PROV.entity
PROV.entityOfInfluence
PROV.generalizationOf
PROV.generated
PROV.generatedAsDerivation
PROV.generatedAtTime
PROV.hadActivity
PROV.hadDelegate
PROV.hadDerivation
PROV.hadDictionaryMember
PROV.hadGeneration
PROV.hadInfluence
PROV.hadMember
PROV.hadPlan
PROV.hadPrimarySource
PROV.hadRevision
PROV.hadRole
PROV.hadUsage
PROV.has_anchor
PROV.has_provenance
PROV.has_query_service
PROV.influenced
PROV.influencer
PROV.informed
PROV.insertedKeyEntityPair
PROV.invalidated
PROV.invalidatedAtTime
PROV.inverse
PROV.locationOf
PROV.mentionOf
PROV.n
PROV.order
PROV.pairEntity
PROV.pairKey
PROV.pingback
PROV.provenanceUriTemplate
PROV.qualifiedAssociation
PROV.qualifiedAssociationOf
PROV.qualifiedAttribution
PROV.qualifiedAttributionOf
PROV.qualifiedCommunication
PROV.qualifiedCommunicationOf
PROV.qualifiedDelegation
PROV.qualifiedDelegationOf
PROV.qualifiedDerivation
PROV.qualifiedDerivationOf
PROV.qualifiedEnd
PROV.qualifiedEndOf
PROV.qualifiedForm
PROV.qualifiedGeneration
PROV.qualifiedGenerationOf
PROV.qualifiedInfluence
PROV.qualifiedInfluenceOf
PROV.qualifiedInsertion
PROV.qualifiedInvalidation
PROV.qualifiedInvalidationOf
PROV.qualifiedPrimarySource
PROV.qualifiedQuotation
PROV.qualifiedQuotationOf
PROV.qualifiedRemoval
PROV.qualifiedRevision
PROV.qualifiedSourceOf
PROV.qualifiedStart
PROV.qualifiedStartOf
PROV.qualifiedUsage
PROV.qualifiedUsingActivity
PROV.quotedAs
PROV.removedKey
PROV.revisedEntity
PROV.sharesDefinitionWith
PROV.specializationOf
PROV.started
PROV.startedAtTime
PROV.todo
PROV.unqualifiedForm
PROV.used
PROV.value
PROV.wasActivityOfInfluence
PROV.wasAssociateFor
PROV.wasAssociatedWith
PROV.wasAttributedTo
PROV.wasDerivedFrom
PROV.wasEndedBy
PROV.wasGeneratedBy
PROV.wasInfluencedBy
PROV.wasInformedBy
PROV.wasInvalidatedBy
PROV.wasMemberOf
PROV.wasPlanOf
PROV.wasPrimarySourceOf
PROV.wasQuotedFrom
PROV.wasRevisionOf
PROV.wasRoleIn
PROV.wasStartedBy
PROV.wasUsedBy
PROV.wasUsedInDerivation
QB
QB.Attachable
QB.AttributeProperty
QB.CodedProperty
QB.ComponentProperty
QB.ComponentSet
QB.ComponentSpecification
QB.DataSet
QB.DataStructureDefinition
QB.DimensionProperty
QB.HierarchicalCodeList
QB.MeasureProperty
QB.Observation
QB.ObservationGroup
QB.Slice
QB.SliceKey
QB.attribute
QB.codeList
QB.component
QB.componentAttachment
QB.componentProperty
QB.componentRequired
QB.concept
QB.dataSet
QB.dimension
QB.hierarchyRoot
QB.measure
QB.measureDimension
QB.measureType
QB.observation
QB.observationGroup
QB.order
QB.parentChildProperty
QB.slice
QB.sliceKey
QB.sliceStructure
QB.structure
RDF
RDFS
SDO
SDO.AMRadioChannel
SDO.APIReference
SDO.Abdomen
SDO.AboutPage
SDO.AcceptAction
SDO.Accommodation
SDO.AccountingService
SDO.AchieveAction
SDO.Action
SDO.ActionAccessSpecification
SDO.ActionStatusType
SDO.ActivateAction
SDO.ActivationFee
SDO.ActiveActionStatus
SDO.ActiveNotRecruiting
SDO.AddAction
SDO.AdministrativeArea
SDO.AdultEntertainment
SDO.AdvertiserContentArticle
SDO.AerobicActivity
SDO.AggregateOffer
SDO.AggregateRating
SDO.AgreeAction
SDO.Airline
SDO.Airport
SDO.AlbumRelease
SDO.AlignmentObject
SDO.AllWheelDriveConfiguration
SDO.AllergiesHealthAspect
SDO.AllocateAction
SDO.AmpStory
SDO.AmusementPark
SDO.AnaerobicActivity
SDO.AnalysisNewsArticle
SDO.AnatomicalStructure
SDO.AnatomicalSystem
SDO.Anesthesia
SDO.AnimalShelter
SDO.Answer
SDO.Apartment
SDO.ApartmentComplex
SDO.Appearance
SDO.AppendAction
SDO.ApplyAction
SDO.ApprovedIndication
SDO.Aquarium
SDO.ArchiveComponent
SDO.ArchiveOrganization
SDO.ArriveAction
SDO.ArtGallery
SDO.Artery
SDO.Article
SDO.AskAction
SDO.AskPublicNewsArticle
SDO.AssessAction
SDO.AssignAction
SDO.Atlas
SDO.Attorney
SDO.Audience
SDO.AudioObject
SDO.AudioObjectSnapshot
SDO.Audiobook
SDO.AudiobookFormat
SDO.AuthoritativeLegalValue
SDO.AuthorizeAction
SDO.AutoBodyShop
SDO.AutoDealer
SDO.AutoPartsStore
SDO.AutoRental
SDO.AutoRepair
SDO.AutoWash
SDO.AutomatedTeller
SDO.AutomotiveBusiness
SDO.Ayurvedic
SDO.BackOrder
SDO.BackgroundNewsArticle
SDO.Bacteria
SDO.Bakery
SDO.Balance
SDO.BankAccount
SDO.BankOrCreditUnion
SDO.BarOrPub
SDO.Barcode
SDO.BasicIncome
SDO.Beach
SDO.BeautySalon
SDO.BedAndBreakfast
SDO.BedDetails
SDO.BedType
SDO.BefriendAction
SDO.BenefitsHealthAspect
SDO.BikeStore
SDO.BioChemEntity
SDO.Blog
SDO.BlogPosting
SDO.BloodTest
SDO.BoardingPolicyType
SDO.BoatReservation
SDO.BoatTerminal
SDO.BoatTrip
SDO.BodyMeasurementArm
SDO.BodyMeasurementBust
SDO.BodyMeasurementChest
SDO.BodyMeasurementFoot
SDO.BodyMeasurementHand
SDO.BodyMeasurementHead
SDO.BodyMeasurementHeight
SDO.BodyMeasurementHips
SDO.BodyMeasurementInsideLeg
SDO.BodyMeasurementNeck
SDO.BodyMeasurementTypeEnumeration
SDO.BodyMeasurementUnderbust
SDO.BodyMeasurementWaist
SDO.BodyMeasurementWeight
SDO.BodyOfWater
SDO.Bone
SDO.Book
SDO.BookFormatType
SDO.BookSeries
SDO.BookStore
SDO.BookmarkAction
SDO.Boolean
SDO.BorrowAction
SDO.BowlingAlley
SDO.BrainStructure
SDO.Brand
SDO.BreadcrumbList
SDO.Brewery
SDO.Bridge
SDO.BroadcastChannel
SDO.BroadcastEvent
SDO.BroadcastFrequencySpecification
SDO.BroadcastRelease
SDO.BroadcastService
SDO.BrokerageAccount
SDO.BuddhistTemple
SDO.BusOrCoach
SDO.BusReservation
SDO.BusStation
SDO.BusStop
SDO.BusTrip
SDO.BusinessAudience
SDO.BusinessEntityType
SDO.BusinessEvent
SDO.BusinessFunction
SDO.BusinessSupport
SDO.BuyAction
SDO.CDCPMDRecord
SDO.CDFormat
SDO.CT
SDO.CableOrSatelliteService
SDO.CafeOrCoffeeShop
SDO.Campground
SDO.CampingPitch
SDO.Canal
SDO.CancelAction
SDO.Car
SDO.CarUsageType
SDO.Cardiovascular
SDO.CardiovascularExam
SDO.CaseSeries
SDO.Casino
SDO.CassetteFormat
SDO.CategoryCode
SDO.CategoryCodeSet
SDO.CatholicChurch
SDO.CausesHealthAspect
SDO.Cemetery
SDO.Chapter
SDO.CharitableIncorporatedOrganization
SDO.CheckAction
SDO.CheckInAction
SDO.CheckOutAction
SDO.CheckoutPage
SDO.ChemicalSubstance
SDO.ChildCare
SDO.ChildrensEvent
SDO.Chiropractic
SDO.ChooseAction
SDO.Church
SDO.City
SDO.CityHall
SDO.CivicStructure
SDO.Claim
SDO.ClaimReview
SDO.Class
SDO.CleaningFee
SDO.Clinician
SDO.Clip
SDO.ClothingStore
SDO.CoOp
SDO.Code
SDO.CohortStudy
SDO.Collection
SDO.CollectionPage
SDO.CollegeOrUniversity
SDO.ComedyClub
SDO.ComedyEvent
SDO.ComicCoverArt
SDO.ComicIssue
SDO.ComicSeries
SDO.ComicStory
SDO.Comment
SDO.CommentAction
SDO.CommentPermission
SDO.CommunicateAction
SDO.CommunityHealth
SDO.CompilationAlbum
SDO.CompleteDataFeed
SDO.Completed
SDO.CompletedActionStatus
SDO.CompoundPriceSpecification
SDO.ComputerLanguage
SDO.ComputerStore
SDO.ConfirmAction
SDO.Consortium
SDO.ConsumeAction
SDO.ContactPage
SDO.ContactPoint
SDO.ContactPointOption
SDO.ContagiousnessHealthAspect
SDO.Continent
SDO.ControlAction
SDO.ConvenienceStore
SDO.Conversation
SDO.CookAction
SDO.Corporation
SDO.CorrectionComment
SDO.Country
SDO.Course
SDO.CourseInstance
SDO.Courthouse
SDO.CoverArt
SDO.CovidTestingFacility
SDO.CreateAction
SDO.CreativeWork
SDO.CreativeWorkSeason
SDO.CreativeWorkSeries
SDO.CreditCard
SDO.Crematorium
SDO.CriticReview
SDO.CrossSectional
SDO.CssSelectorType
SDO.CurrencyConversionService
SDO.DDxElement
SDO.DJMixAlbum
SDO.DVDFormat
SDO.DamagedCondition
SDO.DanceEvent
SDO.DanceGroup
SDO.DataCatalog
SDO.DataDownload
SDO.DataFeed
SDO.DataFeedItem
SDO.DataType
SDO.Dataset
SDO.Date
SDO.DateTime
SDO.DatedMoneySpecification
SDO.DayOfWeek
SDO.DaySpa
SDO.DeactivateAction
SDO.DecontextualizedContent
SDO.DefenceEstablishment
SDO.DefinedRegion
SDO.DefinedTerm
SDO.DefinedTermSet
SDO.DefinitiveLegalValue
SDO.DeleteAction
SDO.DeliveryChargeSpecification
SDO.DeliveryEvent
SDO.DeliveryMethod
SDO.DeliveryTimeSettings
SDO.Demand
SDO.DemoAlbum
SDO.Dentist
SDO.Dentistry
SDO.DepartAction
SDO.DepartmentStore
SDO.DepositAccount
SDO.Dermatologic
SDO.Dermatology
SDO.DiabeticDiet
SDO.Diagnostic
SDO.DiagnosticLab
SDO.DiagnosticProcedure
SDO.Diet
SDO.DietNutrition
SDO.DietarySupplement
SDO.DigitalAudioTapeFormat
SDO.DigitalDocument
SDO.DigitalDocumentPermission
SDO.DigitalDocumentPermissionType
SDO.DigitalFormat
SDO.DisabilitySupport
SDO.DisagreeAction
SDO.Discontinued
SDO.DiscoverAction
SDO.DiscussionForumPosting
SDO.DislikeAction
SDO.Distance
SDO.DistanceFee
SDO.Distillery
SDO.DonateAction
SDO.DoseSchedule
SDO.DoubleBlindedTrial
SDO.DownloadAction
SDO.Downpayment
SDO.DrawAction
SDO.Drawing
SDO.DrinkAction
SDO.DriveWheelConfigurationValue
SDO.DrivingSchoolVehicleUsage
SDO.Drug
SDO.DrugClass
SDO.DrugCost
SDO.DrugCostCategory
SDO.DrugLegalStatus
SDO.DrugPregnancyCategory
SDO.DrugPrescriptionStatus
SDO.DrugStrength
SDO.DryCleaningOrLaundry
SDO.Duration
SDO.EBook
SDO.EPRelease
SDO.EUEnergyEfficiencyCategoryA
SDO.EUEnergyEfficiencyCategoryA1Plus
SDO.EUEnergyEfficiencyCategoryA2Plus
SDO.EUEnergyEfficiencyCategoryA3Plus
SDO.EUEnergyEfficiencyCategoryB
SDO.EUEnergyEfficiencyCategoryC
SDO.EUEnergyEfficiencyCategoryD
SDO.EUEnergyEfficiencyCategoryE
SDO.EUEnergyEfficiencyCategoryF
SDO.EUEnergyEfficiencyCategoryG
SDO.EUEnergyEfficiencyEnumeration
SDO.Ear
SDO.EatAction
SDO.EditedOrCroppedContent
SDO.EducationEvent
SDO.EducationalAudience
SDO.EducationalOccupationalCredential
SDO.EducationalOccupationalProgram
SDO.EducationalOrganization
SDO.EffectivenessHealthAspect
SDO.Electrician
SDO.ElectronicsStore
SDO.ElementarySchool
SDO.EmailMessage
SDO.Embassy
SDO.Emergency
SDO.EmergencyService
SDO.EmployeeRole
SDO.EmployerAggregateRating
SDO.EmployerReview
SDO.EmploymentAgency
SDO.Endocrine
SDO.EndorseAction
SDO.EndorsementRating
SDO.Energy
SDO.EnergyConsumptionDetails
SDO.EnergyEfficiencyEnumeration
SDO.EnergyStarCertified
SDO.EnergyStarEnergyEfficiencyEnumeration
SDO.EngineSpecification
SDO.EnrollingByInvitation
SDO.EntertainmentBusiness
SDO.EntryPoint
SDO.Enumeration
SDO.Episode
SDO.Event
SDO.EventAttendanceModeEnumeration
SDO.EventCancelled
SDO.EventMovedOnline
SDO.EventPostponed
SDO.EventRescheduled
SDO.EventReservation
SDO.EventScheduled
SDO.EventSeries
SDO.EventStatusType
SDO.EventVenue
SDO.EvidenceLevelA
SDO.EvidenceLevelB
SDO.EvidenceLevelC
SDO.ExchangeRateSpecification
SDO.ExchangeRefund
SDO.ExerciseAction
SDO.ExerciseGym
SDO.ExercisePlan
SDO.ExhibitionEvent
SDO.Eye
SDO.FAQPage
SDO.FDAcategoryA
SDO.FDAcategoryB
SDO.FDAcategoryC
SDO.FDAcategoryD
SDO.FDAcategoryX
SDO.FDAnotEvaluated
SDO.FMRadioChannel
SDO.FailedActionStatus
SDO.FastFoodRestaurant
SDO.Female
SDO.Festival
SDO.FilmAction
SDO.FinancialProduct
SDO.FinancialService
SDO.FindAction
SDO.FireStation
SDO.Flexibility
SDO.Flight
SDO.FlightReservation
SDO.Float
SDO.FloorPlan
SDO.Florist
SDO.FollowAction
SDO.FoodEstablishment
SDO.FoodEstablishmentReservation
SDO.FoodEvent
SDO.FoodService
SDO.FourWheelDriveConfiguration
SDO.FreeReturn
SDO.Friday
SDO.FrontWheelDriveConfiguration
SDO.FullRefund
SDO.FundingAgency
SDO.FundingScheme
SDO.Fungus
SDO.FurnitureStore
SDO.Game
SDO.GamePlayMode
SDO.GameServer
SDO.GameServerStatus
SDO.GardenStore
SDO.GasStation
SDO.Gastroenterologic
SDO.GatedResidenceCommunity
SDO.GenderType
SDO.Gene
SDO.GeneralContractor
SDO.Genetic
SDO.Genitourinary
SDO.GeoCircle
SDO.GeoCoordinates
SDO.GeoShape
SDO.GeospatialGeometry
SDO.Geriatric
SDO.GettingAccessHealthAspect
SDO.GiveAction
SDO.GlutenFreeDiet
SDO.GolfCourse
SDO.GovernmentBenefitsType
SDO.GovernmentBuilding
SDO.GovernmentOffice
SDO.GovernmentOrganization
SDO.GovernmentPermit
SDO.GovernmentService
SDO.Grant
SDO.GraphicNovel
SDO.GroceryStore
SDO.GroupBoardingPolicy
SDO.Guide
SDO.Gynecologic
SDO.HVACBusiness
SDO.Hackathon
SDO.HairSalon
SDO.HalalDiet
SDO.Hardcover
SDO.HardwareStore
SDO.Head
SDO.HealthAndBeautyBusiness
SDO.HealthAspectEnumeration
SDO.HealthCare
SDO.HealthClub
SDO.HealthInsurancePlan
SDO.HealthPlanCostSharingSpecification
SDO.HealthPlanFormulary
SDO.HealthPlanNetwork
SDO.HealthTopicContent
SDO.HearingImpairedSupported
SDO.Hematologic
SDO.HighSchool
SDO.HinduDiet
SDO.HinduTemple
SDO.HobbyShop
SDO.HomeAndConstructionBusiness
SDO.HomeGoodsStore
SDO.Homeopathic
SDO.Hospital
SDO.Hostel
SDO.Hotel
SDO.HotelRoom
SDO.House
SDO.HousePainter
SDO.HowItWorksHealthAspect
SDO.HowOrWhereHealthAspect
SDO.HowTo
SDO.HowToDirection
SDO.HowToItem
SDO.HowToSection
SDO.HowToStep
SDO.HowToSupply
SDO.HowToTip
SDO.HowToTool
SDO.HyperToc
SDO.HyperTocEntry
SDO.IceCreamShop
SDO.IgnoreAction
SDO.ImageGallery
SDO.ImageObject
SDO.ImageObjectSnapshot
SDO.ImagingTest
SDO.InForce
SDO.InStock
SDO.InStoreOnly
SDO.IndividualProduct
SDO.Infectious
SDO.InfectiousAgentClass
SDO.InfectiousDisease
SDO.InformAction
SDO.IngredientsHealthAspect
SDO.InsertAction
SDO.InstallAction
SDO.Installment
SDO.InsuranceAgency
SDO.Intangible
SDO.Integer
SDO.InteractAction
SDO.InteractionCounter
SDO.InternationalTrial
SDO.InternetCafe
SDO.InvestmentFund
SDO.InvestmentOrDeposit
SDO.InviteAction
SDO.Invoice
SDO.InvoicePrice
SDO.ItemAvailability
SDO.ItemList
SDO.ItemListOrderAscending
SDO.ItemListOrderDescending
SDO.ItemListOrderType
SDO.ItemListUnordered
SDO.ItemPage
SDO.JewelryStore
SDO.JobPosting
SDO.JoinAction
SDO.Joint
SDO.KosherDiet
SDO.LaboratoryScience
SDO.LakeBodyOfWater
SDO.Landform
SDO.LandmarksOrHistoricalBuildings
SDO.Language
SDO.LaserDiscFormat
SDO.LearningResource
SDO.LeaveAction
SDO.LeftHandDriving
SDO.LegalForceStatus
SDO.LegalService
SDO.LegalValueLevel
SDO.Legislation
SDO.LegislationObject
SDO.LegislativeBuilding
SDO.LeisureTimeActivity
SDO.LendAction
SDO.Library
SDO.LibrarySystem
SDO.LifestyleModification
SDO.Ligament
SDO.LikeAction
SDO.LimitedAvailability
SDO.LimitedByGuaranteeCharity
SDO.LinkRole
SDO.LiquorStore
SDO.ListItem
SDO.ListPrice
SDO.ListenAction
SDO.LiteraryEvent
SDO.LiveAlbum
SDO.LiveBlogPosting
SDO.LivingWithHealthAspect
SDO.LoanOrCredit
SDO.LocalBusiness
SDO.LocationFeatureSpecification
SDO.LockerDelivery
SDO.Locksmith
SDO.LodgingBusiness
SDO.LodgingReservation
SDO.Longitudinal
SDO.LoseAction
SDO.LowCalorieDiet
SDO.LowFatDiet
SDO.LowLactoseDiet
SDO.LowSaltDiet
SDO.Lung
SDO.LymphaticVessel
SDO.MRI
SDO.MSRP
SDO.Male
SDO.Manuscript
SDO.Map
SDO.MapCategoryType
SDO.MarryAction
SDO.Mass
SDO.MathSolver
SDO.MaximumDoseSchedule
SDO.MayTreatHealthAspect
SDO.MeasurementTypeEnumeration
SDO.MediaGallery
SDO.MediaManipulationRatingEnumeration
SDO.MediaObject
SDO.MediaReview
SDO.MediaReviewItem
SDO.MediaSubscription
SDO.MedicalAudience
SDO.MedicalAudienceType
SDO.MedicalBusiness
SDO.MedicalCause
SDO.MedicalClinic
SDO.MedicalCode
SDO.MedicalCondition
SDO.MedicalConditionStage
SDO.MedicalContraindication
SDO.MedicalDevice
SDO.MedicalDevicePurpose
SDO.MedicalEntity
SDO.MedicalEnumeration
SDO.MedicalEvidenceLevel
SDO.MedicalGuideline
SDO.MedicalGuidelineContraindication
SDO.MedicalGuidelineRecommendation
SDO.MedicalImagingTechnique
SDO.MedicalIndication
SDO.MedicalIntangible
SDO.MedicalObservationalStudy
SDO.MedicalObservationalStudyDesign
SDO.MedicalOrganization
SDO.MedicalProcedure
SDO.MedicalProcedureType
SDO.MedicalResearcher
SDO.MedicalRiskCalculator
SDO.MedicalRiskEstimator
SDO.MedicalRiskFactor
SDO.MedicalRiskScore
SDO.MedicalScholarlyArticle
SDO.MedicalSign
SDO.MedicalSignOrSymptom
SDO.MedicalSpecialty
SDO.MedicalStudy
SDO.MedicalStudyStatus
SDO.MedicalSymptom
SDO.MedicalTest
SDO.MedicalTestPanel
SDO.MedicalTherapy
SDO.MedicalTrial
SDO.MedicalTrialDesign
SDO.MedicalWebPage
SDO.MedicineSystem
SDO.MeetingRoom
SDO.MensClothingStore
SDO.Menu
SDO.MenuItem
SDO.MenuSection
SDO.MerchantReturnEnumeration
SDO.MerchantReturnFiniteReturnWindow
SDO.MerchantReturnNotPermitted
SDO.MerchantReturnPolicy
SDO.MerchantReturnPolicySeasonalOverride
SDO.MerchantReturnUnlimitedWindow
SDO.MerchantReturnUnspecified
SDO.Message
SDO.MiddleSchool
SDO.Midwifery
SDO.MinimumAdvertisedPrice
SDO.MisconceptionsHealthAspect
SDO.MixedEventAttendanceMode
SDO.MixtapeAlbum
SDO.MobileApplication
SDO.MobilePhoneStore
SDO.MolecularEntity
SDO.Monday
SDO.MonetaryAmount
SDO.MonetaryAmountDistribution
SDO.MonetaryGrant
SDO.MoneyTransfer
SDO.MortgageLoan
SDO.Mosque
SDO.Motel
SDO.Motorcycle
SDO.MotorcycleDealer
SDO.MotorcycleRepair
SDO.MotorizedBicycle
SDO.Mountain
SDO.MoveAction
SDO.Movie
SDO.MovieClip
SDO.MovieRentalStore
SDO.MovieSeries
SDO.MovieTheater
SDO.MovingCompany
SDO.MultiCenterTrial
SDO.MultiPlayer
SDO.MulticellularParasite
SDO.Muscle
SDO.Musculoskeletal
SDO.MusculoskeletalExam
SDO.Museum
SDO.MusicAlbum
SDO.MusicAlbumProductionType
SDO.MusicAlbumReleaseType
SDO.MusicComposition
SDO.MusicEvent
SDO.MusicGroup
SDO.MusicPlaylist
SDO.MusicRecording
SDO.MusicRelease
SDO.MusicReleaseFormatType
SDO.MusicStore
SDO.MusicVenue
SDO.MusicVideoObject
SDO.NGO
SDO.NLNonprofitType
SDO.NailSalon
SDO.Neck
SDO.Nerve
SDO.Neuro
SDO.Neurologic
SDO.NewCondition
SDO.NewsArticle
SDO.NewsMediaOrganization
SDO.Newspaper
SDO.NightClub
SDO.NoninvasiveProcedure
SDO.Nonprofit501a
SDO.Nonprofit501c1
SDO.Nonprofit501c10
SDO.Nonprofit501c11
SDO.Nonprofit501c12
SDO.Nonprofit501c13
SDO.Nonprofit501c14
SDO.Nonprofit501c15
SDO.Nonprofit501c16
SDO.Nonprofit501c17
SDO.Nonprofit501c18
SDO.Nonprofit501c19
SDO.Nonprofit501c2
SDO.Nonprofit501c20
SDO.Nonprofit501c21
SDO.Nonprofit501c22
SDO.Nonprofit501c23
SDO.Nonprofit501c24
SDO.Nonprofit501c25
SDO.Nonprofit501c26
SDO.Nonprofit501c27
SDO.Nonprofit501c28
SDO.Nonprofit501c3
SDO.Nonprofit501c4
SDO.Nonprofit501c5
SDO.Nonprofit501c6
SDO.Nonprofit501c7
SDO.Nonprofit501c8
SDO.Nonprofit501c9
SDO.Nonprofit501d
SDO.Nonprofit501e
SDO.Nonprofit501f
SDO.Nonprofit501k
SDO.Nonprofit501n
SDO.Nonprofit501q
SDO.Nonprofit527
SDO.NonprofitANBI
SDO.NonprofitSBBI
SDO.NonprofitType
SDO.Nose
SDO.NotInForce
SDO.NotYetRecruiting
SDO.Notary
SDO.NoteDigitalDocument
SDO.Number
SDO.Nursing
SDO.NutritionInformation
SDO.OTC
SDO.Observation
SDO.Observational
SDO.Obstetric
SDO.Occupation
SDO.OccupationalActivity
SDO.OccupationalExperienceRequirements
SDO.OccupationalTherapy
SDO.OceanBodyOfWater
SDO.Offer
SDO.OfferCatalog
SDO.OfferForLease
SDO.OfferForPurchase
SDO.OfferItemCondition
SDO.OfferShippingDetails
SDO.OfficeEquipmentStore
SDO.OfficialLegalValue
SDO.OfflineEventAttendanceMode
SDO.OfflinePermanently
SDO.OfflineTemporarily
SDO.OnDemandEvent
SDO.OnSitePickup
SDO.Oncologic
SDO.OneTimePayments
SDO.Online
SDO.OnlineEventAttendanceMode
SDO.OnlineFull
SDO.OnlineOnly
SDO.OpenTrial
SDO.OpeningHoursSpecification
SDO.OpinionNewsArticle
SDO.Optician
SDO.Optometric
SDO.Order
SDO.OrderAction
SDO.OrderCancelled
SDO.OrderDelivered
SDO.OrderInTransit
SDO.OrderItem
SDO.OrderPaymentDue
SDO.OrderPickupAvailable
SDO.OrderProblem
SDO.OrderProcessing
SDO.OrderReturned
SDO.OrderStatus
SDO.Organization
SDO.OrganizationRole
SDO.OrganizeAction
SDO.OriginalMediaContent
SDO.OriginalShippingFees
SDO.Osteopathic
SDO.Otolaryngologic
SDO.OutOfStock
SDO.OutletStore
SDO.OverviewHealthAspect
SDO.OwnershipInfo
SDO.PET
SDO.PaidLeave
SDO.PaintAction
SDO.Painting
SDO.PalliativeProcedure
SDO.Paperback
SDO.ParcelDelivery
SDO.ParcelService
SDO.ParentAudience
SDO.ParentalSupport
SDO.Park
SDO.ParkingFacility
SDO.ParkingMap
SDO.PartiallyInForce
SDO.Pathology
SDO.PathologyTest
SDO.Patient
SDO.PatientExperienceHealthAspect
SDO.PawnShop
SDO.PayAction
SDO.PaymentAutomaticallyApplied
SDO.PaymentCard
SDO.PaymentChargeSpecification
SDO.PaymentComplete
SDO.PaymentDeclined
SDO.PaymentDue
SDO.PaymentMethod
SDO.PaymentPastDue
SDO.PaymentService
SDO.PaymentStatusType
SDO.Pediatric
SDO.PeopleAudience
SDO.PercutaneousProcedure
SDO.PerformAction
SDO.PerformanceRole
SDO.PerformingArtsTheater
SDO.PerformingGroup
SDO.Periodical
SDO.Permit
SDO.Person
SDO.PetStore
SDO.Pharmacy
SDO.PharmacySpecialty
SDO.Photograph
SDO.PhotographAction
SDO.PhysicalActivity
SDO.PhysicalActivityCategory
SDO.PhysicalExam
SDO.PhysicalTherapy
SDO.Physician
SDO.Physiotherapy
SDO.Place
SDO.PlaceOfWorship
SDO.PlaceboControlledTrial
SDO.PlanAction
SDO.PlasticSurgery
SDO.Play
SDO.PlayAction
SDO.Playground
SDO.Plumber
SDO.PodcastEpisode
SDO.PodcastSeason
SDO.PodcastSeries
SDO.Podiatric
SDO.PoliceStation
SDO.Pond
SDO.PostOffice
SDO.PostalAddress
SDO.PostalCodeRangeSpecification
SDO.Poster
SDO.PotentialActionStatus
SDO.PreOrder
SDO.PreOrderAction
SDO.PreSale
SDO.PregnancyHealthAspect
SDO.PrependAction
SDO.Preschool
SDO.PrescriptionOnly
SDO.PresentationDigitalDocument
SDO.PreventionHealthAspect
SDO.PreventionIndication
SDO.PriceComponentTypeEnumeration
SDO.PriceSpecification
SDO.PriceTypeEnumeration
SDO.PrimaryCare
SDO.Prion
SDO.Product
SDO.ProductCollection
SDO.ProductGroup
SDO.ProductModel
SDO.ProfessionalService
SDO.ProfilePage
SDO.PrognosisHealthAspect
SDO.ProgramMembership
SDO.Project
SDO.PronounceableText
SDO.Property
SDO.PropertyValue
SDO.PropertyValueSpecification
SDO.Protein
SDO.Protozoa
SDO.Psychiatric
SDO.PsychologicalTreatment
SDO.PublicHealth
SDO.PublicHolidays
SDO.PublicSwimmingPool
SDO.PublicToilet
SDO.PublicationEvent
SDO.PublicationIssue
SDO.PublicationVolume
SDO.Pulmonary
SDO.QAPage
SDO.QualitativeValue
SDO.QuantitativeValue
SDO.QuantitativeValueDistribution
SDO.Quantity
SDO.Question
SDO.Quiz
SDO.Quotation
SDO.QuoteAction
SDO.RVPark
SDO.RadiationTherapy
SDO.RadioBroadcastService
SDO.RadioChannel
SDO.RadioClip
SDO.RadioEpisode
SDO.RadioSeason
SDO.RadioSeries
SDO.RadioStation
SDO.Radiography
SDO.RandomizedTrial
SDO.Rating
SDO.ReactAction
SDO.ReadAction
SDO.ReadPermission
SDO.RealEstateAgent
SDO.RealEstateListing
SDO.RearWheelDriveConfiguration
SDO.ReceiveAction
SDO.Recipe
SDO.Recommendation
SDO.RecommendedDoseSchedule
SDO.Recruiting
SDO.RecyclingCenter
SDO.RefundTypeEnumeration
SDO.RefurbishedCondition
SDO.RegisterAction
SDO.Registry
SDO.ReimbursementCap
SDO.RejectAction
SDO.RelatedTopicsHealthAspect
SDO.RemixAlbum
SDO.Renal
SDO.RentAction
SDO.RentalCarReservation
SDO.RentalVehicleUsage
SDO.RepaymentSpecification
SDO.ReplaceAction
SDO.ReplyAction
SDO.Report
SDO.ReportageNewsArticle
SDO.ReportedDoseSchedule
SDO.ResearchOrganization
SDO.ResearchProject
SDO.Researcher
SDO.Reservation
SDO.ReservationCancelled
SDO.ReservationConfirmed
SDO.ReservationHold
SDO.ReservationPackage
SDO.ReservationPending
SDO.ReservationStatusType
SDO.ReserveAction
SDO.Reservoir
SDO.Residence
SDO.Resort
SDO.RespiratoryTherapy
SDO.Restaurant
SDO.RestockingFees
SDO.RestrictedDiet
SDO.ResultsAvailable
SDO.ResultsNotAvailable
SDO.ResumeAction
SDO.Retail
SDO.ReturnAction
SDO.ReturnAtKiosk
SDO.ReturnByMail
SDO.ReturnFeesCustomerResponsibility
SDO.ReturnFeesEnumeration
SDO.ReturnInStore
SDO.ReturnLabelCustomerResponsibility
SDO.ReturnLabelDownloadAndPrint
SDO.ReturnLabelInBox
SDO.ReturnLabelSourceEnumeration
SDO.ReturnMethodEnumeration
SDO.ReturnShippingFees
SDO.Review
SDO.ReviewAction
SDO.ReviewNewsArticle
SDO.Rheumatologic
SDO.RightHandDriving
SDO.RisksOrComplicationsHealthAspect
SDO.RiverBodyOfWater
SDO.Role
SDO.RoofingContractor
SDO.Room
SDO.RsvpAction
SDO.RsvpResponseMaybe
SDO.RsvpResponseNo
SDO.RsvpResponseType
SDO.RsvpResponseYes
SDO.SRP
SDO.SafetyHealthAspect
SDO.SaleEvent
SDO.SalePrice
SDO.SatireOrParodyContent
SDO.SatiricalArticle
SDO.Saturday
SDO.Schedule
SDO.ScheduleAction
SDO.ScholarlyArticle
SDO.School
SDO.SchoolDistrict
SDO.ScreeningEvent
SDO.ScreeningHealthAspect
SDO.Sculpture
SDO.SeaBodyOfWater
SDO.SearchAction
SDO.SearchResultsPage
SDO.Season
SDO.Seat
SDO.SeatingMap
SDO.SeeDoctorHealthAspect
SDO.SeekToAction
SDO.SelfCareHealthAspect
SDO.SelfStorage
SDO.SellAction
SDO.SendAction
SDO.Series
SDO.Service
SDO.ServiceChannel
SDO.ShareAction
SDO.SheetMusic
SDO.ShippingDeliveryTime
SDO.ShippingRateSettings
SDO.ShoeStore
SDO.ShoppingCenter
SDO.ShortStory
SDO.SideEffectsHealthAspect
SDO.SingleBlindedTrial
SDO.SingleCenterTrial
SDO.SingleFamilyResidence
SDO.SinglePlayer
SDO.SingleRelease
SDO.SiteNavigationElement
SDO.SizeGroupEnumeration
SDO.SizeSpecification
SDO.SizeSystemEnumeration
SDO.SizeSystemImperial
SDO.SizeSystemMetric
SDO.SkiResort
SDO.Skin
SDO.SocialEvent
SDO.SocialMediaPosting
SDO.SoftwareApplication
SDO.SoftwareSourceCode
SDO.SoldOut
SDO.SolveMathAction
SDO.SomeProducts
SDO.SoundtrackAlbum
SDO.SpeakableSpecification
SDO.SpecialAnnouncement
SDO.Specialty
SDO.SpeechPathology
SDO.SpokenWordAlbum
SDO.SportingGoodsStore
SDO.SportsActivityLocation
SDO.SportsClub
SDO.SportsEvent
SDO.SportsOrganization
SDO.SportsTeam
SDO.SpreadsheetDigitalDocument
SDO.StadiumOrArena
SDO.StagedContent
SDO.StagesHealthAspect
SDO.State
SDO.Statement
SDO.StatisticalPopulation
SDO.StatusEnumeration
SDO.SteeringPositionValue
SDO.Store
SDO.StoreCreditRefund
SDO.StrengthTraining
SDO.StructuredValue
SDO.StudioAlbum
SDO.SubscribeAction
SDO.Subscription
SDO.Substance
SDO.SubwayStation
SDO.Suite
SDO.Sunday
SDO.SuperficialAnatomy
SDO.Surgical
SDO.SurgicalProcedure
SDO.SuspendAction
SDO.Suspended
SDO.SymptomsHealthAspect
SDO.Synagogue
SDO.TVClip
SDO.TVEpisode
SDO.TVSeason
SDO.TVSeries
SDO.Table
SDO.TakeAction
SDO.TattooParlor
SDO.Taxi
SDO.TaxiReservation
SDO.TaxiService
SDO.TaxiStand
SDO.TaxiVehicleUsage
SDO.Taxon
SDO.TechArticle
SDO.TelevisionChannel
SDO.TelevisionStation
SDO.TennisComplex
SDO.Terminated
SDO.Text
SDO.TextDigitalDocument
SDO.TheaterEvent
SDO.TheaterGroup
SDO.Therapeutic
SDO.TherapeuticProcedure
SDO.Thesis
SDO.Thing
SDO.Throat
SDO.Thursday
SDO.Ticket
SDO.TieAction
SDO.Time
SDO.TipAction
SDO.TireShop
SDO.TollFree
SDO.TouristAttraction
SDO.TouristDestination
SDO.TouristInformationCenter
SDO.TouristTrip
SDO.Toxicologic
SDO.ToyStore
SDO.TrackAction
SDO.TradeAction
SDO.TraditionalChinese
SDO.TrainReservation
SDO.TrainStation
SDO.TrainTrip
SDO.TransferAction
SDO.TransformedContent
SDO.TransitMap
SDO.TravelAction
SDO.TravelAgency
SDO.TreatmentIndication
SDO.TreatmentsHealthAspect
SDO.Trip
SDO.TripleBlindedTrial
SDO.Tuesday
SDO.TypeAndQuantityNode
SDO.TypesHealthAspect
SDO.UKNonprofitType
SDO.UKTrust
SDO.URL
SDO.USNonprofitType
SDO.Ultrasound
SDO.UnRegisterAction
SDO.UnemploymentSupport
SDO.UnincorporatedAssociationCharity
SDO.UnitPriceSpecification
SDO.UnofficialLegalValue
SDO.UpdateAction
SDO.Urologic
SDO.UsageOrScheduleHealthAspect
SDO.UseAction
SDO.UsedCondition
SDO.UserBlocks
SDO.UserCheckins
SDO.UserComments
SDO.UserDownloads
SDO.UserInteraction
SDO.UserLikes
SDO.UserPageVisits
SDO.UserPlays
SDO.UserPlusOnes
SDO.UserReview
SDO.UserTweets
SDO.VeganDiet
SDO.VegetarianDiet
SDO.Vehicle
SDO.Vein
SDO.VenueMap
SDO.Vessel
SDO.VeterinaryCare
SDO.VideoGallery
SDO.VideoGame
SDO.VideoGameClip
SDO.VideoGameSeries
SDO.VideoObject
SDO.VideoObjectSnapshot
SDO.ViewAction
SDO.VinylFormat
SDO.VirtualLocation
SDO.Virus
SDO.VisualArtsEvent
SDO.VisualArtwork
SDO.VitalSign
SDO.Volcano
SDO.VoteAction
SDO.WPAdBlock
SDO.WPFooter
SDO.WPHeader
SDO.WPSideBar
SDO.WantAction
SDO.WarrantyPromise
SDO.WarrantyScope
SDO.WatchAction
SDO.Waterfall
SDO.WearAction
SDO.WearableMeasurementBack
SDO.WearableMeasurementChestOrBust
SDO.WearableMeasurementCollar
SDO.WearableMeasurementCup
SDO.WearableMeasurementHeight
SDO.WearableMeasurementHips
SDO.WearableMeasurementInseam
SDO.WearableMeasurementLength
SDO.WearableMeasurementOutsideLeg
SDO.WearableMeasurementSleeve
SDO.WearableMeasurementTypeEnumeration
SDO.WearableMeasurementWaist
SDO.WearableMeasurementWidth
SDO.WearableSizeGroupBig
SDO.WearableSizeGroupBoys
SDO.WearableSizeGroupEnumeration
SDO.WearableSizeGroupExtraShort
SDO.WearableSizeGroupExtraTall
SDO.WearableSizeGroupGirls
SDO.WearableSizeGroupHusky
SDO.WearableSizeGroupInfants
SDO.WearableSizeGroupJuniors
SDO.WearableSizeGroupMaternity
SDO.WearableSizeGroupMens
SDO.WearableSizeGroupMisses
SDO.WearableSizeGroupPetite
SDO.WearableSizeGroupPlus
SDO.WearableSizeGroupRegular
SDO.WearableSizeGroupShort
SDO.WearableSizeGroupTall
SDO.WearableSizeGroupWomens
SDO.WearableSizeSystemAU
SDO.WearableSizeSystemBR
SDO.WearableSizeSystemCN
SDO.WearableSizeSystemContinental
SDO.WearableSizeSystemDE
SDO.WearableSizeSystemEN13402
SDO.WearableSizeSystemEnumeration
SDO.WearableSizeSystemEurope
SDO.WearableSizeSystemFR
SDO.WearableSizeSystemGS1
SDO.WearableSizeSystemIT
SDO.WearableSizeSystemJP
SDO.WearableSizeSystemMX
SDO.WearableSizeSystemUK
SDO.WearableSizeSystemUS
SDO.WebAPI
SDO.WebApplication
SDO.WebContent
SDO.WebPage
SDO.WebPageElement
SDO.WebSite
SDO.Wednesday
SDO.WesternConventional
SDO.Wholesale
SDO.WholesaleStore
SDO.WinAction
SDO.Winery
SDO.Withdrawn
SDO.WorkBasedProgram
SDO.WorkersUnion
SDO.WriteAction
SDO.WritePermission
SDO.XPathType
SDO.XRay
SDO.ZoneBoardingPolicy
SDO.Zoo
SDO.about
SDO.abridged
SDO.abstract
SDO.accelerationTime
SDO.acceptedAnswer
SDO.acceptedOffer
SDO.acceptedPaymentMethod
SDO.acceptsReservations
SDO.accessCode
SDO.accessMode
SDO.accessModeSufficient
SDO.accessibilityAPI
SDO.accessibilityControl
SDO.accessibilityFeature
SDO.accessibilityHazard
SDO.accessibilitySummary
SDO.accommodationCategory
SDO.accommodationFloorPlan
SDO.accountId
SDO.accountMinimumInflow
SDO.accountOverdraftLimit
SDO.accountablePerson
SDO.acquireLicensePage
SDO.acquiredFrom
SDO.acrissCode
SDO.actionAccessibilityRequirement
SDO.actionApplication
SDO.actionOption
SDO.actionPlatform
SDO.actionStatus
SDO.actionableFeedbackPolicy
SDO.activeIngredient
SDO.activityDuration
SDO.activityFrequency
SDO.actor
SDO.actors
SDO.addOn
SDO.additionalName
SDO.additionalNumberOfGuests
SDO.additionalProperty
SDO.additionalType
SDO.additionalVariable
SDO.address
SDO.addressCountry
SDO.addressLocality
SDO.addressRegion
SDO.administrationRoute
SDO.advanceBookingRequirement
SDO.adverseOutcome
SDO.affectedBy
SDO.affiliation
SDO.afterMedia
SDO.agent
SDO.aggregateRating
SDO.aircraft
SDO.album
SDO.albumProductionType
SDO.albumRelease
SDO.albumReleaseType
SDO.albums
SDO.alcoholWarning
SDO.algorithm
SDO.alignmentType
SDO.alternateName
SDO.alternativeHeadline
SDO.alternativeOf
SDO.alumni
SDO.alumniOf
SDO.amenityFeature
SDO.amount
SDO.amountOfThisGood
SDO.announcementLocation
SDO.annualPercentageRate
SDO.answerCount
SDO.answerExplanation
SDO.antagonist
SDO.appearance
SDO.applicableLocation
SDO.applicantLocationRequirements
SDO.application
SDO.applicationCategory
SDO.applicationContact
SDO.applicationDeadline
SDO.applicationStartDate
SDO.applicationSubCategory
SDO.applicationSuite
SDO.appliesToDeliveryMethod
SDO.appliesToPaymentMethod
SDO.archiveHeld
SDO.archivedAt
SDO.area
SDO.areaServed
SDO.arrivalAirport
SDO.arrivalBoatTerminal
SDO.arrivalBusStop
SDO.arrivalGate
SDO.arrivalPlatform
SDO.arrivalStation
SDO.arrivalTerminal
SDO.arrivalTime
SDO.artEdition
SDO.artMedium
SDO.arterialBranch
SDO.artform
SDO.articleBody
SDO.articleSection
SDO.artist
SDO.artworkSurface
SDO.aspect
SDO.assembly
SDO.assemblyVersion
SDO.assesses
SDO.associatedAnatomy
SDO.associatedArticle
SDO.associatedClaimReview
SDO.associatedDisease
SDO.associatedMedia
SDO.associatedMediaReview
SDO.associatedPathophysiology
SDO.associatedReview
SDO.athlete
SDO.attendee
SDO.attendees
SDO.audience
SDO.audienceType
SDO.audio
SDO.authenticator
SDO.author
SDO.availability
SDO.availabilityEnds
SDO.availabilityStarts
SDO.availableAtOrFrom
SDO.availableChannel
SDO.availableDeliveryMethod
SDO.availableFrom
SDO.availableIn
SDO.availableLanguage
SDO.availableOnDevice
SDO.availableService
SDO.availableStrength
SDO.availableTest
SDO.availableThrough
SDO.award
SDO.awards
SDO.awayTeam
SDO.backstory
SDO.bankAccountType
SDO.baseSalary
SDO.bccRecipient
SDO.bed
SDO.beforeMedia
SDO.beneficiaryBank
SDO.benefits
SDO.benefitsSummaryUrl
SDO.bestRating
SDO.billingAddress
SDO.billingDuration
SDO.billingIncrement
SDO.billingPeriod
SDO.billingStart
SDO.bioChemInteraction
SDO.bioChemSimilarity
SDO.biologicalRole
SDO.biomechnicalClass
SDO.birthDate
SDO.birthPlace
SDO.bitrate
SDO.blogPost
SDO.blogPosts
SDO.bloodSupply
SDO.boardingGroup
SDO.boardingPolicy
SDO.bodyLocation
SDO.bodyType
SDO.bookEdition
SDO.bookFormat
SDO.bookingAgent
SDO.bookingTime
SDO.borrower
SDO.box
SDO.branch
SDO.branchCode
SDO.branchOf
SDO.brand
SDO.breadcrumb
SDO.breastfeedingWarning
SDO.broadcastAffiliateOf
SDO.broadcastChannelId
SDO.broadcastDisplayName
SDO.broadcastFrequency
SDO.broadcastFrequencyValue
SDO.broadcastOfEvent
SDO.broadcastServiceTier
SDO.broadcastSignalModulation
SDO.broadcastSubChannel
SDO.broadcastTimezone
SDO.broadcaster
SDO.broker
SDO.browserRequirements
SDO.busName
SDO.busNumber
SDO.businessDays
SDO.businessFunction
SDO.buyer
SDO.byArtist
SDO.byDay
SDO.byMonth
SDO.byMonthDay
SDO.byMonthWeek
SDO.callSign
SDO.calories
SDO.candidate
SDO.caption
SDO.carbohydrateContent
SDO.cargoVolume
SDO.carrier
SDO.carrierRequirements
SDO.cashBack
SDO.catalog
SDO.catalogNumber
SDO.category
SDO.causeOf
SDO.ccRecipient
SDO.character
SDO.characterAttribute
SDO.characterName
SDO.cheatCode
SDO.checkinTime
SDO.checkoutTime
SDO.chemicalComposition
SDO.chemicalRole
SDO.childMaxAge
SDO.childMinAge
SDO.childTaxon
SDO.children
SDO.cholesterolContent
SDO.circle
SDO.citation
SDO.claimInterpreter
SDO.claimReviewed
SDO.clincalPharmacology
SDO.clinicalPharmacology
SDO.clipNumber
SDO.closes
SDO.coach
SDO.code
SDO.codeRepository
SDO.codeSampleType
SDO.codeValue
SDO.codingSystem
SDO.colleague
SDO.colleagues
SDO.collection
SDO.collectionSize
SDO.color
SDO.colorist
SDO.comment
SDO.commentCount
SDO.commentText
SDO.commentTime
SDO.competencyRequired
SDO.competitor
SDO.composer
SDO.comprisedOf
SDO.conditionsOfAccess
SDO.confirmationNumber
SDO.connectedTo
SDO.constrainingProperty
SDO.contactOption
SDO.contactPoint
SDO.contactPoints
SDO.contactType
SDO.contactlessPayment
SDO.containedIn
SDO.containedInPlace
SDO.containsPlace
SDO.containsSeason
SDO.contentLocation
SDO.contentRating
SDO.contentReferenceTime
SDO.contentSize
SDO.contentType
SDO.contentUrl
SDO.contraindication
SDO.contributor
SDO.cookTime
SDO.cookingMethod
SDO.copyrightHolder
SDO.copyrightNotice
SDO.copyrightYear
SDO.correction
SDO.correctionsPolicy
SDO.costCategory
SDO.costCurrency
SDO.costOrigin
SDO.costPerUnit
SDO.countriesNotSupported
SDO.countriesSupported
SDO.countryOfAssembly
SDO.countryOfLastProcessing
SDO.countryOfOrigin
SDO.course
SDO.courseCode
SDO.courseMode
SDO.coursePrerequisites
SDO.courseWorkload
SDO.coverageEndTime
SDO.coverageStartTime
SDO.creativeWorkStatus
SDO.creator
SDO.credentialCategory
SDO.creditText
SDO.creditedTo
SDO.cssSelector
SDO.currenciesAccepted
SDO.currency
SDO.currentExchangeRate
SDO.customer
SDO.customerRemorseReturnFees
SDO.customerRemorseReturnLabelSource
SDO.customerRemorseReturnShippingFeesAmount
SDO.cutoffTime
SDO.cvdCollectionDate
SDO.cvdFacilityCounty
SDO.cvdFacilityId
SDO.cvdNumBeds
SDO.cvdNumBedsOcc
SDO.cvdNumC19Died
SDO.cvdNumC19HOPats
SDO.cvdNumC19HospPats
SDO.cvdNumC19MechVentPats
SDO.cvdNumC19OFMechVentPats
SDO.cvdNumC19OverflowPats
SDO.cvdNumICUBeds
SDO.cvdNumICUBedsOcc
SDO.cvdNumTotBeds
SDO.cvdNumVent
SDO.cvdNumVentUse
SDO.dataFeedElement
SDO.dataset
SDO.datasetTimeInterval
SDO.dateCreated
SDO.dateDeleted
SDO.dateIssued
SDO.dateModified
SDO.datePosted
SDO.datePublished
SDO.dateRead
SDO.dateReceived
SDO.dateSent
SDO.dateVehicleFirstRegistered
SDO.dateline
SDO.dayOfWeek
SDO.deathDate
SDO.deathPlace
SDO.defaultValue
SDO.deliveryAddress
SDO.deliveryLeadTime
SDO.deliveryMethod
SDO.deliveryStatus
SDO.deliveryTime
SDO.department
SDO.departureAirport
SDO.departureBoatTerminal
SDO.departureBusStop
SDO.departureGate
SDO.departurePlatform
SDO.departureStation
SDO.departureTerminal
SDO.departureTime
SDO.dependencies
SDO.depth
SDO.description
SDO.device
SDO.diagnosis
SDO.diagram
SDO.diet
SDO.dietFeatures
SDO.differentialDiagnosis
SDO.directApply
SDO.director
SDO.directors
SDO.disambiguatingDescription
SDO.discount
SDO.discountCode
SDO.discountCurrency
SDO.discusses
SDO.discussionUrl
SDO.diseasePreventionInfo
SDO.diseaseSpreadStatistics
SDO.dissolutionDate
SDO.distance
SDO.distinguishingSign
SDO.distribution
SDO.diversityPolicy
SDO.diversityStaffingReport
SDO.documentation
SDO.doesNotShip
SDO.domainIncludes
SDO.domiciledMortgage
SDO.doorTime
SDO.dosageForm
SDO.doseSchedule
SDO.doseUnit
SDO.doseValue
SDO.downPayment
SDO.downloadUrl
SDO.downvoteCount
SDO.drainsTo
SDO.driveWheelConfiguration
SDO.dropoffLocation
SDO.dropoffTime
SDO.drug
SDO.drugClass
SDO.drugUnit
SDO.duns
SDO.duplicateTherapy
SDO.duration
SDO.durationOfWarranty
SDO.duringMedia
SDO.earlyPrepaymentPenalty
SDO.editEIDR
SDO.editor
SDO.eduQuestionType
SDO.educationRequirements
SDO.educationalAlignment
SDO.educationalCredentialAwarded
SDO.educationalFramework
SDO.educationalLevel
SDO.educationalProgramMode
SDO.educationalRole
SDO.educationalUse
SDO.elevation
SDO.eligibilityToWorkRequirement
SDO.eligibleCustomerType
SDO.eligibleDuration
SDO.eligibleQuantity
SDO.eligibleRegion
SDO.eligibleTransactionVolume
SDO.email
SDO.embedUrl
SDO.embeddedTextCaption
SDO.emissionsCO2
SDO.employee
SDO.employees
SDO.employerOverview
SDO.employmentType
SDO.employmentUnit
SDO.encodesBioChemEntity
SDO.encodesCreativeWork
SDO.encoding
SDO.encodingFormat
SDO.encodingType
SDO.encodings
SDO.endDate
SDO.endOffset
SDO.endTime
SDO.endorsee
SDO.endorsers
SDO.energyEfficiencyScaleMax
SDO.energyEfficiencyScaleMin
SDO.engineDisplacement
SDO.enginePower
SDO.engineType
SDO.entertainmentBusiness
SDO.epidemiology
SDO.episode
SDO.episodeNumber
SDO.episodes
SDO.equal
SDO.error
SDO.estimatedCost
SDO.estimatedFlightDuration
SDO.estimatedSalary
SDO.estimatesRiskOf
SDO.ethicsPolicy
SDO.event
SDO.eventAttendanceMode
SDO.eventSchedule
SDO.eventStatus
SDO.events
SDO.evidenceLevel
SDO.evidenceOrigin
SDO.exampleOfWork
SDO.exceptDate
SDO.exchangeRateSpread
SDO.executableLibraryName
SDO.exerciseCourse
SDO.exercisePlan
SDO.exerciseRelatedDiet
SDO.exerciseType
SDO.exifData
SDO.expectedArrivalFrom
SDO.expectedArrivalUntil
SDO.expectedPrognosis
SDO.expectsAcceptanceOf
SDO.experienceInPlaceOfEducation
SDO.experienceRequirements
SDO.expertConsiderations
SDO.expires
SDO.expressedIn
SDO.familyName
SDO.fatContent
SDO.faxNumber
SDO.featureList
SDO.feesAndCommissionsSpecification
SDO.fiberContent
SDO.fileFormat
SDO.fileSize
SDO.financialAidEligible
SDO.firstAppearance
SDO.firstPerformance
SDO.flightDistance
SDO.flightNumber
SDO.floorLevel
SDO.floorLimit
SDO.floorSize
SDO.followee
SDO.follows
SDO.followup
SDO.foodEstablishment
SDO.foodEvent
SDO.foodWarning
SDO.founder
SDO.founders
SDO.foundingDate
SDO.foundingLocation
SDO.free
SDO.freeShippingThreshold
SDO.frequency
SDO.fromLocation
SDO.fuelCapacity
SDO.fuelConsumption
SDO.fuelEfficiency
SDO.fuelType
SDO.functionalClass
SDO.fundedItem
SDO.funder
SDO.game
SDO.gameItem
SDO.gameLocation
SDO.gamePlatform
SDO.gameServer
SDO.gameTip
SDO.gender
SDO.genre
SDO.geo
SDO.geoContains
SDO.geoCoveredBy
SDO.geoCovers
SDO.geoCrosses
SDO.geoDisjoint
SDO.geoEquals
SDO.geoIntersects
SDO.geoMidpoint
SDO.geoOverlaps
SDO.geoRadius
SDO.geoTouches
SDO.geoWithin
SDO.geographicArea
SDO.gettingTestedInfo
SDO.givenName
SDO.globalLocationNumber
SDO.governmentBenefitsInfo
SDO.gracePeriod
SDO.grantee
SDO.greater
SDO.greaterOrEqual
SDO.gtin
SDO.gtin12
SDO.gtin13
SDO.gtin14
SDO.gtin8
SDO.guideline
SDO.guidelineDate
SDO.guidelineSubject
SDO.handlingTime
SDO.hasBioChemEntityPart
SDO.hasBioPolymerSequence
SDO.hasBroadcastChannel
SDO.hasCategoryCode
SDO.hasCourse
SDO.hasCourseInstance
SDO.hasCredential
SDO.hasDefinedTerm
SDO.hasDeliveryMethod
SDO.hasDigitalDocumentPermission
SDO.hasDriveThroughService
SDO.hasEnergyConsumptionDetails
SDO.hasEnergyEfficiencyCategory
SDO.hasHealthAspect
SDO.hasMap
SDO.hasMeasurement
SDO.hasMenu
SDO.hasMenuItem
SDO.hasMenuSection
SDO.hasMerchantReturnPolicy
SDO.hasMolecularFunction
SDO.hasOccupation
SDO.hasOfferCatalog
SDO.hasPOS
SDO.hasPart
SDO.hasRepresentation
SDO.hasVariant
SDO.headline
SDO.healthCondition
SDO.healthPlanCoinsuranceOption
SDO.healthPlanCoinsuranceRate
SDO.healthPlanCopay
SDO.healthPlanCopayOption
SDO.healthPlanCostSharing
SDO.healthPlanDrugOption
SDO.healthPlanDrugTier
SDO.healthPlanId
SDO.healthPlanMarketingUrl
SDO.healthPlanNetworkId
SDO.healthPlanNetworkTier
SDO.healthPlanPharmacyCategory
SDO.healthcareReportingData
SDO.height
SDO.highPrice
SDO.hiringOrganization
SDO.holdingArchive
SDO.homeLocation
SDO.homeTeam
SDO.honorificPrefix
SDO.honorificSuffix
SDO.hospitalAffiliation
SDO.hostingOrganization
SDO.hoursAvailable
SDO.howPerformed
SDO.httpMethod
SDO.iataCode
SDO.icaoCode
SDO.identifier
SDO.identifyingExam
SDO.identifyingTest
SDO.illustrator
SDO.image
SDO.imagingTechnique
SDO.inAlbum
SDO.inBroadcastLineup
SDO.inChI
SDO.inChIKey
SDO.inCodeSet
SDO.inDefinedTermSet
SDO.inLanguage
SDO.inPlaylist
SDO.inProductGroupWithID
SDO.inStoreReturnsOffered
SDO.inSupportOf
SDO.incentiveCompensation
SDO.incentives
SDO.includedComposition
SDO.includedDataCatalog
SDO.includedInDataCatalog
SDO.includedInHealthInsurancePlan
SDO.includedRiskFactor
SDO.includesAttraction
SDO.includesHealthPlanFormulary
SDO.includesHealthPlanNetwork
SDO.includesObject
SDO.increasesRiskOf
SDO.industry
SDO.ineligibleRegion
SDO.infectiousAgent
SDO.infectiousAgentClass
SDO.ingredients
SDO.inker
SDO.insertion
SDO.installUrl
SDO.instructor
SDO.instrument
SDO.intensity
SDO.interactingDrug
SDO.interactionCount
SDO.interactionService
SDO.interactionStatistic
SDO.interactionType
SDO.interactivityType
SDO.interestRate
SDO.interpretedAsClaim
SDO.inventoryLevel
SDO.inverseOf
SDO.isAcceptingNewPatients
SDO.isAccessibleForFree
SDO.isAccessoryOrSparePartFor
SDO.isAvailableGenerically
SDO.isBasedOn
SDO.isBasedOnUrl
SDO.isConsumableFor
SDO.isEncodedByBioChemEntity
SDO.isFamilyFriendly
SDO.isGift
SDO.isInvolvedInBiologicalProcess
SDO.isLiveBroadcast
SDO.isLocatedInSubcellularLocation
SDO.isPartOf
SDO.isPartOfBioChemEntity
SDO.isPlanForApartment
SDO.isProprietary
SDO.isRelatedTo
SDO.isResizable
SDO.isSimilarTo
SDO.isUnlabelledFallback
SDO.isVariantOf
SDO.isbn
SDO.isicV4
SDO.isrcCode
SDO.issn
SDO.issueNumber
SDO.issuedBy
SDO.issuedThrough
SDO.iswcCode
SDO.item
SDO.itemCondition
SDO.itemDefectReturnFees
SDO.itemDefectReturnLabelSource
SDO.itemDefectReturnShippingFeesAmount
SDO.itemListElement
SDO.itemListOrder
SDO.itemLocation
SDO.itemOffered
SDO.itemReviewed
SDO.itemShipped
SDO.itinerary
SDO.iupacName
SDO.jobBenefits
SDO.jobImmediateStart
SDO.jobLocation
SDO.jobLocationType
SDO.jobStartDate
SDO.jobTitle
SDO.jurisdiction
SDO.keywords
SDO.knownVehicleDamages
SDO.knows
SDO.knowsAbout
SDO.knowsLanguage
SDO.labelDetails
SDO.landlord
SDO.language
SDO.lastReviewed
SDO.latitude
SDO.layoutImage