RDFLib provides mechanisms for managing Namespaces.
In particular, there is a Namespace
class that takes as its argument the base URI of the namespace.
>>> from rdflib.namespace import Namespace >>> RDFS = Namespace("http://www.w3.org/1999/02/22-rdf-syntax-ns#")
Fully qualified URIs in the namespace can be constructed either by attribute or by dictionary access on Namespace instances:
>>> RDFS.seeAlso rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#seeAlso') >>> RDFS['seeAlso'] rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#seeAlso')Automatic handling of unknown predicates¶
As a programming convenience, a namespace binding is automatically created when rdflib.term.URIRef
predicates are added to the graph.
The following namespaces are available by directly importing from rdflib:
BRICK
CSVW
DC
DCAT
DCMITYPE
DCTERMS
DCAM
DOAP
FOAF
ODRL2
ORG
OWL
PROF
PROV
QB
RDF
RDFS
SDO
SH
SKOS
SOSA
SSN
TIME
VANN
VOID
WGS
XSD
>>> from rdflib.namespace import RDFS >>> RDFS.seeAlso rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#seeAlso')
Bases: DefinedNamespace
Brick Ontology classes, properties and entity properties. See https://brickschema.org/ for more information.
Generated from: https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl Date: 2021-09-22T14:32:56
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#AED')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#AHU')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ablutions_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Absorption_Chiller')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Acceleration_Time_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Access_Control_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Access_Reader')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Active_Chilled_Beam')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Active_Power_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Adjust_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Diffuser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Enthalpy_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Flow_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Flow_Demand_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Flow_Loss_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Grains_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Handler_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Handling_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Loop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Plenum')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Quality_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Static_Pressure_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Temperature_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Temperature_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Temperature_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Air_Wet_Bulb_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Alarm_Delay_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Angle_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Auditorium')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Automated_External_Defibrillator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Automatic_Mode_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Availability_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Average_Cooling_Demand_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Average_Discharge_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Average_Exhaust_Air_Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Average_Heating_Demand_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Average_Supply_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Average_Zone_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Baseboard_Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Basement')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Battery')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Battery_Energy_Storage_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Battery_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Battery_Voltage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bench_Space')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Blowdown_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Boiler')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Booster_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Box_Mode_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Break_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Breaker_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Breakroom')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Broadcast_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Air_Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Air_Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Chilled_Water_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Electrical_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Gas_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Hot_Water_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Building_Water_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bus_Riser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Bypass_Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CAV')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO2')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO2_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO2_Differential_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO2_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO2_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO2_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO_Differential_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CO_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#CRAC')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cafeteria')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Camera')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Capacity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ceiling_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Centrifugal_Chiller')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Change_Filter_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Beam')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Coil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Load_Shed_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Pressure_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Differential_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Discharge_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Discharge_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Loop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Pump')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Pump_Differential_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Return_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Return_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Supply_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Supply_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Supply_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_System_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chilled_Water_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Chiller')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Class')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Close_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Coil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cold_Box')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Coldest_Zone_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Collection')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Collection_Basin_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Collection_Basin_Water_Heater')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Collection_Basin_Water_Level_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Collection_Basin_Water_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Collection_Basin_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Common_Space')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Communication_Loss_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Compressor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Computer_Room_Air_Conditioning')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Concession')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condensate_Leak_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Heat_Exchanger')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Water_Bypass_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Water_Isolation_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Water_Pump')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condenser_Water_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Condensing_Natural_Gas_Boiler')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Conductivity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Conference_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Constant_Air_Volume_Box')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Contact_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Control_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Coil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Demand_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Demand_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Discharge_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Discharge_Air_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Discharge_Air_Temperature_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Start_Stop_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Supply_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Supply_Air_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Supply_Air_Temperature_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Supply_Air_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Tower')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Tower_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cooling_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Copy_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Core_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Core_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cubicle')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Current_Imbalance_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Current_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Current_Output_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Current_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Curtailment_Override_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Cycle_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#DC_Bus_Voltage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#DOAS')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Damper')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Damper_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Damper_Position_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Damper_Position_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Damper_Position_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Deceleration_Time_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Dedicated_Outdoor_Air_System_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Dehumidification_Start_Stop_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Deionised_Water_Conductivity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Deionised_Water_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Deionized_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Deionized_Water_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Delay_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Demand_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Demand_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Derivative_Gain_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Derivative_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Detention_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Dew_Point_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Dewpoint_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Bypass_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Proportional_Band')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Pressure_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Speed_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Speed_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Differential_Supply_Return_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Dimmer')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Direct_Expansion_Cooling_Coil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Direct_Expansion_Heating_Coil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Direction_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Direction_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Direction_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disable_Differential_Enthalpy_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disable_Differential_Temperature_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disable_Fixed_Enthalpy_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disable_Fixed_Temperature_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disable_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Dewpoint_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Duct_Pressure_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Flow_Demand_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Flow_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Flow_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Flow_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Smoke_Detection_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Static_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Static_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Static_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Static_Pressure_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Cooling_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Heating_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Reset_Differential_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Air_Velocity_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Chilled_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Hot_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Differential_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Differential_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Differential_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Discharge_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Disconnect_Switch')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Displacement_Flow_Air_Diffuser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Distribution_Frame')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Hot_Water_Supply_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Hot_Water_Supply_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Hot_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Hot_Water_System_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Hot_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Hot_Water_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Domestic_Water_Loop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Drench_Hose')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Drive_Ready_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Duration_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#ESS_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#EconCycle_Start_Stop_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Economizer')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Economizer_Damper')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Air_Temperature_Cooling_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Air_Temperature_Heating_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Discharge_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Return_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Room_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Supply_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Effective_Zone_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electric_Baseboard_Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electric_Boiler')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electric_Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electrical_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electrical_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electrical_Power_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electrical_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Electrical_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Elevator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Elevator_Shaft')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Elevator_Space')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Embedded_Surface_System_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Embedded_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Embedded_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Air_Flow_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Air_Flow_System_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Generator_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Generator_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Phone')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Power_Off_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Power_Off_System_Activated_By_High_Temperature_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Power_Off_System_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Push_Button_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Emergency_Wash_Station')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Employee_Entrance_Lobby')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enable_Differential_Enthalpy_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enable_Differential_Temperature_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enable_Fixed_Enthalpy_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enable_Fixed_Temperature_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enable_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enclosed_Office')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Energy_Generation_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Energy_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Energy_Storage')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Energy_Storage_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Energy_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Energy_Usage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Energy_Zone')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Entering_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Entering_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Entering_Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Entering_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Entering_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enthalpy_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Enthalpy_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Entrance')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Environment_Box')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Equipment_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Evaporative_Heat_Exchanger')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Even_Month_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exercise_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Dewpoint_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Flow_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Flow_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Stack_Flow_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Stack_Flow_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Stack_Flow_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Stack_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Stack_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Static_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Air_Velocity_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Damper')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Fan_Disable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Exhaust_Fan_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Eye_Wash_Station')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#FCU')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Failure_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fan_Coil_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fan_On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fan_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fan_VFD')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fault_Reset_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fault_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Field_Of_Play')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Filter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Filter_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Filter_Reset_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Filter_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Final_Filter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fire_Control_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fire_Safety_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fire_Safety_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fire_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fire_Zone')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#First_Aid_Kit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#First_Aid_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Floor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fluid')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Food_Service_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Formaldehyde_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Freeze_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Freezer')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Frequency_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Frequency_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fresh_Air_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fresh_Air_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Frost')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Frost_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fuel_Oil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fume_Hood')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Fume_Hood_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Furniture')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gain_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gas')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gas_Distribution')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gas_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gas_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gas_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gas_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gasoline')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Gatehouse')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Generator_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Glycol')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#HVAC_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#HVAC_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#HVAC_Zone')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#HX')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hail')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hail_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hallway')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hazardous_Materials_Storage')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heat_Exchanger')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heat_Exchanger_Supply_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heat_Exchanger_System_Enable_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heat_Recovery_Hot_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heat_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heat_Wheel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heat_Wheel_VFD')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Coil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Demand_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Demand_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Discharge_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Discharge_Air_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Discharge_Air_Temperature_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Discharge_Air_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Start_Stop_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Supply_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Supply_Air_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Supply_Air_Temperature_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Supply_Air_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Thermal_Power_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Heating_Ventilation_Air_Conditioning_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_CO2_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Discharge_Air_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Head_Pressure_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Humidity_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Humidity_Alarm_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Outside_Air_Lockout_Temperature_Differential_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Return_Air_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Static_Pressure_Cutout_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Temperature_Alarm_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Temperature_Hot_Water_Return_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#High_Temperature_Hot_Water_Supply_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hold_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hospitality_Box')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Box')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Baseboard_Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Coil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Load_Shed_Reset_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Differential_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Discharge_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Discharge_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Discharge_Temperature_Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Loop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Pump')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Return_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Return_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Supply_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Supply_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Supply_Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Supply_Temperature_Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Supply_Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Supply_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_System_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Usage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Hot_Water_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidification_Start_Stop_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidifier')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidifier_Fault_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidify_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidity_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidity_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Humidity_Tolerance_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#IDF')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ice')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ice_Tank_Leaving_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Illuminance_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Imbalance_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Induction_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Information_Area')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Inside_Face_Surface_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Inside_Face_Surface_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Intake_Air_Filter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Intake_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Integral_Gain_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Intercom_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Interface')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Intrusion_Detection_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Inverter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Isolation_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Janitor_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Jet_Nozzle_Air_Diffuser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Laboratory')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Laminar_Flow_Air_Diffuser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Last_Fault_Code_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lead_Lag_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lead_Lag_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lead_On_Off_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Leak_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Leaving_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Leaving_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Leaving_Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Leaving_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Leaving_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Library')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lighting')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lighting_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lighting_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lighting_Zone')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Liquid')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Liquid_CO2')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Liquid_Detection_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Load_Current_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Load_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Load_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Load_Shed_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Load_Shed_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Load_Shed_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Loading_Dock')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lobby')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Locally_On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Location')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lockout_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lockout_Temperature_Differential_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Loop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lounge')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Louver')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Freeze_Protect_Temperature_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Humidity_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Humidity_Alarm_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Outside_Air_Lockout_Temperature_Differential_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Outside_Air_Temperature_Enable_Differential_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Outside_Air_Temperature_Enable_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Return_Air_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Suction_Pressure_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Low_Temperature_Alarm_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Lowest_Exhaust_Air_Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Luminaire')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Luminaire_Driver')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Luminance_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Luminance_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Luminance_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Luminance_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#MAU')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#MDF')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mail_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Maintenance_Mode_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Maintenance_Required_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Majlis')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Makeup_Air_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Makeup_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Makeup_Water_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Manual_Auto_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Massage_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Chilled_Water_Differential_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Cooling_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Cooling_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Discharge_Air_Static_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Discharge_Air_Temperature_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Frequency_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Heating_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Heating_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Hot_Water_Differential_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Load_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Position_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Speed_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Static_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Supply_Air_Static_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Temperature_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Water_Level_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Max_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Measurable')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mechanical_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Media_Hot_Desk')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Media_Production_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Media_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medical_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Discharge_Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Discharge_Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Return_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Supply_Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Supply_Temperature_Load_Shed_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Supply_Temperature_Load_Shed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Supply_Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Supply_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Methane_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Chilled_Water_Differential_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Cooling_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Cooling_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Discharge_Air_Static_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Discharge_Air_Temperature_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Fresh_Air_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Heating_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Heating_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Hot_Water_Differential_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Outside_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Position_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Speed_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Static_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Supply_Air_Static_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Temperature_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Water_Level_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Min_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Air_Filter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Air_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mixed_Damper')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mode_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Mode_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motion_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motor_Control_Center')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motor_Current_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motor_Direction_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motor_On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motor_Speed_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Motor_Torque_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#NO2_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#NVR')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Natural_Gas')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Natural_Gas_Boiler')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Network_Video_Recorder')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#No_Water_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Noncondensing_Natural_Gas_Boiler')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupancy_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupancy_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupancy_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Cooling_Discharge_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Cooling_Supply_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Cooling_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Discharge_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Discharge_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Heating_Discharge_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Heating_Supply_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Heating_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Mode_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Return_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Room_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Supply_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Supply_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Occupied_Zone_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Off_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Office')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Office_Kitchen')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Oil')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#On_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#On_Off_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#On_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#On_Timer_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Open_Close_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Open_Heating_Valve_Outside_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Open_Office')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Operating_Mode_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outdoor_Area')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Output_Frequency_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Output_Voltage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_CO2_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_CO_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Dewpoint_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Enthalpy_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Grains_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Lockout_Temperature_Differential_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Lockout_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Temperature_Enable_Differential_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Air_Wet_Bulb_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Damper')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Face_Surface_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Face_Surface_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Outside_Illuminance_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Overload_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Overridden_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Overridden_On_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Overridden_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Override_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ozone_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PAU')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PID_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PIR_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PM10_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PM10_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PM1_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PM1_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PVT_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PV_Array')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PV_Current_Output_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PV_Generation_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PV_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Parking_Level')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Parking_Space')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Parking_Structure')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Particulate_Matter_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Passive_Chilled_Beam')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Peak_Power_Demand_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Photovoltaic_Array')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Photovoltaic_Current_Output_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Piezoelectric_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#PlugStrip')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Plumbing_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Point')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Portfolio')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Position_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Position_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Position_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Potable_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Power_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Power_Loss_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Power_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Prayer_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pre_Filter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pre_Filter_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Preheat_Demand_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Preheat_Discharge_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Preheat_Hot_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Preheat_Hot_Water_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Preheat_Supply_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pressure_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pressure_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Private_Office')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Proportional_Gain_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pump')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pump_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pump_On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pump_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Pump_VFD')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Quantity')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#RC_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#RTU')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#RVAV')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radiant_Ceiling_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radiant_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radiant_Panel_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radiant_Panel_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radiation_Hot_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radioactivity_Concentration_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Radon_Concentration_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Rain_Duration_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Rain_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Rated_Speed_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Reactive_Power_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Reception')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Region')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Reheat_Hot_Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Reheat_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Relative_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Relief_Damper')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Relief_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Remotely_On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Reset_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Rest_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Restroom')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Retail_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_CO2_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_CO2_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_CO_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Dewpoint_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Enthalpy_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Filter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Grains_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Plenum')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Chilled_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Condenser_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Condenser_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Condenser_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Condenser_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Damper')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Heating_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Hot_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Hot_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Return_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Riser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Rooftop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Rooftop_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Room_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Run_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Run_Request_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Run_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Run_Time_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Safety_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Safety_Shower')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Safety_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Sash_Position_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Schedule_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Security_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Security_Service_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Server_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Service_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Shading_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Shared_Office')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Short_Cycle_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Shower')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Site')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Smoke_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Smoke_Detection_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Solar_Azimuth_Angle_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Solar_Radiance_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Solar_Thermal_Collector')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Solar_Zenith_Angle_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Solid')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Space')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Space_Heater')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Speed_Reset_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Speed_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Speed_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Speed_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Speed_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Sports_Service_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Stage_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Stage_Riser')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Stages_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Staircase')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Standby_CRAC')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Standby_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Standby_Glycool_Unit_On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Standby_Load_Shed_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Standby_Unit_On_Off_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Start_Stop_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Start_Stop_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Static_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Static_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Static_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Static_Pressure_Setpoint_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Static_Pressure_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam_Baseboard_Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam_Distribution')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam_On_Off_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam_Radiator')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam_Usage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Steam_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Storage_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Storey')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Studio')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Substance')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Differential_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Duct_Pressure_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Flow_Demand_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Integral_Gain_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Plenum')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Proportional_Gain_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Static_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Static_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Static_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Reset_Differential_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Temperature_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Air_Velocity_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Chilled_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Chilled_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Condenser_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Condenser_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Condenser_Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Condenser_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Fan')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Hot_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Hot_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Differential_Pressure_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Differential_Pressure_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Differential_Pressure_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Temperature_Integral_Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Temperature_Proportional_Band_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Supply_Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Surveillance_Camera')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Switch')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Switch_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Switchgear')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#System_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#System_Shutdown_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#System_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#TABS_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#TETRA_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#TVOC_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#TVOC_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Team_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Telecom_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Deadband_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Differential_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_High_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Low_Reset_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Step_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temperature_Tolerance_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Temporary_Occupancy_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Terminal_Unit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Thermal_Power_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Thermal_Power_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Thermally_Activated_Building_System_Panel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Thermostat')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ticketing_Booth')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Time_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Time_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Tolerance_Parameter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Torque_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Touchpanel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Trace_Heat_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Transformer')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Transformer_Room')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Tunnel')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Underfloor_Air_Plenum')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Underfloor_Air_Plenum_Static_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Underfloor_Air_Plenum_Static_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Underfloor_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unit_Failure_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Air_Temperature_Cooling_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Air_Temperature_Heating_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Cooling_Discharge_Air_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Discharge_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Load_Shed_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Return_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Room_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Supply_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Unoccupied_Zone_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Usage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#VAV')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#VFD')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#VFD_Enable_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Valve_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Valve_Position_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Variable_Air_Volume_Box')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Variable_Air_Volume_Box_With_Reheat')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Variable_Frequency_Drive')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Velocity_Pressure_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Velocity_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Vent_Operating_Mode_Status')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ventilation_Air_Flow_Ratio_Limit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Ventilation_Air_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Vertical_Space')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Video_Intercom')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Video_Surveillance_Equipment')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Visitor_Lobby')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Voltage_Imbalance_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Voltage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Wardrobe')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Warm_Cool_Adjust_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Warmest_Zone_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Waste_Storage')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Differential_Pressure_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Differential_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Differential_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Distribution')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Flow_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Flow_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Heater')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Level_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Level_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Loop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Loss_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Meter')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Pump')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_System')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Tank')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Temperature_Alarm')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Usage_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Water_Valve')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Weather_Station')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Wind_Direction_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Wind_Speed_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Wing')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Workshop')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air_Cooling_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air_Dewpoint_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air_Heating_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air_Humidity_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air_Humidity_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air_Temperature_Sensor')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Air_Temperature_Setpoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Standby_Load_Shed_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#Zone_Unoccupied_Load_Shed_Command')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#aggregate')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#area')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#azimuth')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#buildingPrimaryFunction')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#buildingThermalTransmittance')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#conversionEfficiency')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#coolingCapacity')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#coordinates')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#currentFlowType')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#electricalPhaseCount')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#electricalPhases')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#feeds')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#feedsAir')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#grossArea')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasAddress')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasAssociatedTag')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasInputSubstance')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasLocation')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasOutputSubstance')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasPart')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasPoint')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasQUDTReference')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasTag')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasTimeseriesId')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#hasUnit')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isAssociatedWith')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isFedBy')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isLocationOf')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isMeasuredBy')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isPartOf')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isPointOf')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isRegulatedBy')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#isTagOf')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#latitude')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#longitude')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#measuredModuleConversionEfficiency')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#measuredPowerOutput')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#measures')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#netArea')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#operationalStage')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#operationalStageCount')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#panelArea')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#powerComplexity')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#powerFlow')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#ratedModuleConversionEfficiency')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#ratedPowerOutput')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#regulates')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#storedAt')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#temperatureCoefficientofPmax')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#thermalTransmittance')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#tilt')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#timeseries')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#value')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#volume')¶
URIRef
= rdflib.term.URIRef('https://brickschema.org/schema/Brick#yearBuilt')¶
Bases: DefinedNamespace
CSVW Namespace Vocabulary Terms
This document describes the RDFS vocabulary description used in the Metadata Vocabulary for Tabular Data [[tabular-metadata]] along with the default JSON-LD Context.
Generated from: http://www.w3.org/ns/csvw Date: 2020-05-26 14:19:58.184766
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Cell')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Column')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Datatype')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Dialect')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Direction')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#ForeignKey')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#JSON')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#NumericFormat')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Row')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Schema')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Table')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#TableGroup')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#TableReference')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#Transformation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#aboutUrl')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#auto')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#base')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#column')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#columnReference')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#csvEncodedTabularData')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#datatype')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#decimalChar')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#default')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#delimiter')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#describes')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#dialect')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#doubleQuote')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#encoding')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#foreignKey')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#format')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#groupChar')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#inherit')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#lang')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#length')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#lineTerminators')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#ltr')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#maxExclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#maxInclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#maxLength')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#minExclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#minInclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#minLength')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#name')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#note')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#null')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#ordered')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#pattern')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#primaryKey')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#propertyUrl')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#quoteChar')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#reference')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#referencedRow')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#required')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#resource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#row')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#rowTitle')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#rownum')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#rtl')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#schemaReference')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#scriptFormat')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#separator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#skipBlankRows')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#skipColumns')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#skipInitialSpace')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#skipRows')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#source')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#suppressOutput')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#table')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#tableDirection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#tableSchema')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#tabularMetadata')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#targetFormat')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#textDirection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#title')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#transformations')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#trim')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#uriTemplate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#url')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#valueUrl')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/csvw#virtual')¶
Bases: Namespace
A namespace with a closed list of members
Trying to create terms not listed is an error
Allows to check if a URI is within (starts with) this Namespace.
>>> from rdflib import URIRef >>> namespace = Namespace('http://example.org/') >>> uri = URIRef('http://example.org/foo') >>> uri in namespace True >>> person_class = namespace['Person'] >>> person_class in namespace True >>> obj = URIRef('http://not.example.org/bar') >>> obj in namespace False
Return repr(self).
Bases: DefinedNamespace
Dublin Core Metadata Element Set, Version 1.1
Generated from: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_elements.ttl Date: 2020-05-26 14:19:58.671906
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/contributor')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/coverage')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/creator')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/date')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/description')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/format')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/identifier')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/language')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/publisher')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/relation')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/rights')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/source')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/subject')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/title')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/elements/1.1/type')¶
Bases: DefinedNamespace
Metadata terms for vocabulary description
Generated from: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_abstract_model.ttl Date: 2020-05-26 14:20:00.970966
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcam/VocabularyEncodingScheme')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcam/domainIncludes')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcam/memberOf')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcam/rangeIncludes')¶
Bases: DefinedNamespace
The data catalog vocabulary
DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation. DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative document and this schema is an error in this schema.
Generated from: https://www.w3.org/ns/dcat2.ttl Date: 2020-05-26 14:19:59.985854
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#Catalog')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#CatalogRecord')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#DataService')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#Dataset')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#Distribution')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#Relationship')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#Resource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#Role')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#accessService')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#accessURL')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#bbox')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#byteSize')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#catalog')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#centroid')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#compressFormat')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#contactPoint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#dataset')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#distribution')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#downloadURL')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#endDate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#endpointDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#endpointURL')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#hadRole')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#keyword')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#landingPage')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#mediaType')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#packageFormat')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#qualifiedRelation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#record')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#servesDataset')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#service')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#spatialResolutionInMeters')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#startDate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#temporalResolution')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#theme')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dcat#themeTaxonomy')¶
Bases: DefinedNamespace
DCMI Type Vocabulary
Generated from: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_type.ttl Date: 2020-05-26 14:19:59.084150
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Collection')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Dataset')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Event')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Image')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/InteractiveResource')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/MovingImage')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/PhysicalObject')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Service')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Software')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Sound')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/StillImage')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/dcmitype/Text')¶
Bases: DefinedNamespace
DCMI Metadata Terms - other
Generated from: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_terms.ttl Date: 2020-05-26 14:20:00.590514
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Agent')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/AgentClass')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/BibliographicResource')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Box')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/DCMIType')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/DDC')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/FileFormat')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Frequency')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/IMT')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/ISO3166')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Jurisdiction')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/LCC')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/LCSH')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/LicenseDocument')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/LinguisticSystem')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Location')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/LocationPeriodOrJurisdiction')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/MESH')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/MediaType')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/MediaTypeOrExtent')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/MethodOfAccrual')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/MethodOfInstruction')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/NLM')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Period')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/PeriodOfTime')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/PhysicalMedium')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/PhysicalResource')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Point')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Policy')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/ProvenanceStatement')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/RFC1766')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/RFC3066')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/RFC4646')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/RFC5646')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/RightsStatement')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/SizeOrDuration')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/Standard')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/TGN')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/UDC')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/URI')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/W3CDTF')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/abstract')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/accessRights')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/accrualMethod')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/accrualPeriodicity')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/accrualPolicy')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/alternative')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/audience')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/available')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/bibliographicCitation')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/conformsTo')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/contributor')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/coverage')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/created')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/creator')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/date')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/dateAccepted')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/dateCopyrighted')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/dateSubmitted')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/description')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/educationLevel')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/extent')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/format')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/hasFormat')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/hasPart')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/hasVersion')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/identifier')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/instructionalMethod')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/isFormatOf')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/isPartOf')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/isReferencedBy')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/isReplacedBy')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/isRequiredBy')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/isVersionOf')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/issued')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/language')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/license')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/mediator')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/medium')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/modified')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/provenance')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/publisher')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/references')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/relation')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/replaces')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/requires')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/rights')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/rightsHolder')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/source')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/spatial')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/subject')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/tableOfContents')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/temporal')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/title')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/type')¶
URIRef
= rdflib.term.URIRef('http://purl.org/dc/terms/valid')¶
Bases: DefinedNamespace
Description of a Project (DOAP) vocabulary
The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language.
Generated from: http://usefulinc.com/ns/doap Date: 2024-08-01 13:03:22.175167
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#ArchRepository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#BKRepository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#BazaarBranch')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#CVSRepository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#DarcsRepository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#GitBranch')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#GitRepository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#HgRepository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#Project')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#Repository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#SVNRepository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#Specification')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#Version')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#audience')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#blog')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#browse')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#category')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#created')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#description')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#developer')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#documentation')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#documenter')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#helper')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#homepage')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#implements')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#language')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#license')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#location')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#maintainer')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#module')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#name')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#os')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#platform')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#release')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#repository')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#repositoryOf')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#revision')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#screenshots')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#shortdesc')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#tester')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#translator')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#vendor')¶
URIRef
= rdflib.term.URIRef('http://usefulinc.com/ns/doap#wiki')¶
Bases: object
A Namespace with an enumerated list of members. Warnings are emitted if unknown members are referenced if _warn is True
Tuple
[str
, ...
] = ()¶
Bases: DefinedNamespace
Friend of a Friend (FOAF) vocabulary
The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.
Generated from: http://xmlns.com/foaf/spec/index.rdf Date: 2020-05-26 14:20:01.597998
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/Agent')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/Document')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/Group')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/Image')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/LabelProperty')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/OnlineAccount')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/OnlineChatAccount')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/OnlineEcommerceAccount')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/OnlineGamingAccount')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/Organization')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/Person')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/PersonalProfileDocument')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/Project')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/account')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/accountName')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/accountServiceHomepage')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/age')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/aimChatID')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/based_near')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/birthday')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/currentProject')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/depiction')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/depicts')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/dnaChecksum')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/familyName')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/family_name')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/firstName')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/focus')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/fundedBy')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/geekcode')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/gender')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/givenName')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/givenname')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/holdsAccount')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/homepage')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/icqChatID')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/img')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/interest')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/isPrimaryTopicOf')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/jabberID')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/knows')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/lastName')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/logo')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/made')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/maker')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/mbox')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/mbox_sha1sum')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/member')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/membershipClass')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/msnChatID')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/myersBriggs')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/name')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/nick')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/openid')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/page')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/pastProject')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/phone')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/plan')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/primaryTopic')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/publications')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/schoolHomepage')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/sha1')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/skypeID')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/status')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/surname')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/theme')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/thumbnail')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/tipjar')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/title')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/topic')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/topic_interest')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/weblog')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/workInfoHomepage')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/workplaceHomepage')¶
URIRef
= rdflib.term.URIRef('http://xmlns.com/foaf/0.1/yahooChatID')¶
Bases: DefinedNamespace
An RDF/OWL vocabulary for representing spatial information
Generated from: http://schemas.opengis.net/geosparql/1.0/geosparql_vocab_all.rdf Date: 2021-12-27 17:38:15.101187
<http://www.opengis.net/ont/geosparql> dc:creator "Open Geospatial Consortium"^^xsd:string dc:date "2012-04-30"^^xsd:date dc:source <http://www.opengis.net/doc/IS/geosparql/1.0> "OGC GeoSPARQL – A Geographic Query Language for RDF Data OGC 11-052r5"^^xsd:string rdfs:seeAlso <http://www.opengis.net/def/function/ogc-geosparql/1.0> <http://www.opengis.net/def/rule/ogc-geosparql/1.0> <http://www.opengis.net/doc/IS/geosparql/1.0> owl:imports dc: <http://www.opengis.net/ont/gml> <http://www.opengis.net/ont/sf> <http://www.w3.org/2004/02/skos/core> owl:versionInfo "OGC GeoSPARQL 1.0"^^xsd:string
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#Feature')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#FeatureCollection')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#Geometry')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#GeometryCollection')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#SpatialObject')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#SpatialObjectCollection')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#asDGGS')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#asGML')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#asGeoJSON')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#asKML')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#asWKT')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#coordinateDimension')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#defaultGeometry')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#dggsLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#dimension')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehContains')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehCoveredBy')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehCovers')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehDisjoint')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehEquals')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehInside')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehMeet')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#ehOverlap')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#geoJSONLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#gmlLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasArea')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasBoundingBox')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasCentroid')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasDefaultGeometry')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasGeometry')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasLength')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasMetricArea')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasMetricLength')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasMetricPerimeterLength')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasMetricSize')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasMetricSpatialAccuracy')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasMetricSpatialResolution')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasMetricVolume')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasPerimeterLength')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasSerialization')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasSize')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasSpatialAccuracy')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasSpatialResolution')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#hasVolume')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#isEmpty')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#isSimple')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#kmlLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8dc')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8ec')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8eq')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8ntpp')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8ntppi')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8po')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8tpp')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#rcc8tppi')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfContains')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfCrosses')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfDisjoint')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfEquals')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfIntersects')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfOverlaps')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfTouches')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#sfWithin')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#spatialDimension')¶
URIRef
= rdflib.term.URIRef('http://www.opengis.net/ont/geosparql#wktLiteral')¶
Bases: str
Utility class for quickly generating URIRefs with a common prefix
>>> from rdflib.namespace import Namespace >>> n = Namespace("http://example.org/") >>> n.Person # as attribute rdflib.term.URIRef('http://example.org/Person') >>> n['first-name'] # as item - for things that are not valid python identifiers rdflib.term.URIRef('http://example.org/first-name') >>> n.Person in n True >>> n2 = Namespace("http://example2.org/") >>> n.Person in n2 False
Allows to check if a URI is within (starts with) this Namespace.
>>> from rdflib import URIRef >>> namespace = Namespace('http://example.org/') >>> uri = URIRef('http://example.org/foo') >>> uri in namespace True >>> person_class = namespace['Person'] >>> person_class in namespace True >>> obj = URIRef('http://not.example.org/bar') >>> obj in namespace False
Return repr(self).
list of weak references to the object (if defined)
Return a version of the string where each word is titlecased.
More specifically, words start with uppercased characters and all remaining cased characters have lower case.
Bases: object
Class for managing prefix => namespace mappings
This class requires an RDFlib Graph as an input parameter and may optionally have the parameter bind_namespaces set. This second parameter selects a strategy which is one of the following:
binds several core RDF prefixes only
owl, rdf, rdfs, xsd, xml from the NAMESPACE_PREFIXES_CORE object
binds all the namespaces shipped with RDFLib as DefinedNamespace instances
all the core namespaces and all the following: brick, csvw, dc, dcat
dcmitype, dcterms, dcam, doap, foaf, geo, odrl, org, prof, prov, qb, schema
sh, skos, sosa, ssn, time, vann, void
see the NAMESPACE_PREFIXES_RDFLIB object for the up-to-date list
this is default
binds no namespaces to prefixes
note this is NOT default behaviour
using prefix bindings from prefix.cc which is a online prefixes database
not implemented yet - this is aspirational
Attention
The namespaces bound for specific values of bind_namespaces
constitute part of RDFLib’s public interface, so changes to them should only be additive within the same minor version. Removing values, or removing namespaces that are bound by default, constitutes a breaking change.
See the Sample usage
>>> import rdflib >>> from rdflib import Graph >>> from rdflib.namespace import Namespace, NamespaceManager >>> EX = Namespace('http://example.com/') >>> namespace_manager = NamespaceManager(Graph()) >>> namespace_manager.bind('ex', EX, override=False) >>> g = Graph() >>> g.namespace_manager = namespace_manager >>> all_ns = [n for n in g.namespace_manager.namespaces()] >>> assert ('ex', rdflib.term.URIRef('http://example.com/')) in all_ns >>>
list of weak references to the object (if defined)
Bind a given namespace to the prefix
If override, rebind, even if the given namespace is already bound to another prefix.
If replace, replace any existing prefix with the new namespace
From a URI, generate a valid CURIE.
Result is guaranteed to contain a colon separating the prefix from the name, even if the prefix is an empty string.
Warning
When generate
is True
(which is the default) and there is no matching namespace for the URI in the namespace manager then a new namespace will be added with prefix ns{index}
.
Thus, when generate
is True
, this function is not a pure function because of this side-effect.
This default behaviour is chosen so that this function operates similarly to NamespaceManager.qname
.
Expand a CURIE of the form <prefix:element>, e.g. “rdf:type” into its full expression:
>>> import rdflib >>> g = rdflib.Graph() >>> g.namespace_manager.expand_curie("rdf:type") rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type')
Raises exception if a namespace is not bound to the prefix.
Takes an RDF Term and ‘normalizes’ it into a QName (using the registered prefix) or (unlike compute_qname) the Notation 3 form for URIs: <…URI…>
Bases: DefinedNamespace
ODRL Version 2.2
The ODRL Vocabulary and Expression defines a set of concepts and terms (the vocabulary) and encoding mechanism (the expression) for permissions and obligations statements describing digital content usage based on the ODRL Information Model.
Generated from: https://www.w3.org/ns/odrl/2/ODRL22.ttl Date: 2020-05-26 14:20:02.352356
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Action')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Agreement')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/All')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/All2ndConnections')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/AllConnections')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/AllGroups')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Assertion')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Asset')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/AssetCollection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/AssetScope')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/ConflictTerm')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Constraint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Duty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Group')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Individual')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/LeftOperand')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/LogicalConstraint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Offer')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Operator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Party')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/PartyCollection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/PartyScope')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Permission')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Policy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Privacy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Prohibition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Request')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/RightOperand')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Rule')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Set')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/Ticket')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/UndefinedTerm')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/absolutePosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/absoluteSize')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/absoluteSpatialPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/absoluteTemporalPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/acceptTracking')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/action')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/adHocShare')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/aggregate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/andSequence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/annotate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/anonymize')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/append')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/appendTo')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/archive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/assignee')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/assigneeOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/assigner')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/assignerOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/attachPolicy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/attachSource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/attribute')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/attributedParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/attributingParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/commercialize')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/compensate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/compensatedParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/compensatingParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/concurrentUse')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/conflict')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/consentedParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/consentingParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/consequence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/constraint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/contractedParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/contractingParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/copy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/core')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/count')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/dataType')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/dateTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/delayPeriod')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/delete')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/deliveryChannel')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/derive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/device')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/digitize')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/display')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/distribute')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/duty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/elapsedTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/ensureExclusivity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/eq')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/event')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/execute')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/export')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/failure')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/fileFormat')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/function')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/give')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/grantUse')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/gt')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/gteq')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/hasPart')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/hasPolicy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/ignore')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/implies')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/include')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/includedIn')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/index')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/industry')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/inform')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/informedParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/informingParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/inheritAllowed')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/inheritFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/inheritRelation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/install')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/invalid')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/isA')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/isAllOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/isAnyOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/isNoneOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/isPartOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/language')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/lease')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/leftOperand')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/lend')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/license')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/lt')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/lteq')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/media')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/meteredTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/modify')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/move')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/neq')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/nextPolicy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/obligation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/obtainConsent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/operand')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/operator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/output')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/partOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/pay')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/payAmount')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/payeeParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/percentage')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/perm')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/permission')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/play')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/policyUsage')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/present')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/preview')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/print')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/product')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/profile')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/prohibit')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/prohibition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/proximity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/purpose')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/read')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/recipient')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/refinement')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/relation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/relativePosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/relativeSize')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/relativeSpatialPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/relativeTemporalPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/remedy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/reproduce')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/resolution')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/reviewPolicy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/rightOperand')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/rightOperandReference')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/scope')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/secondaryUse')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/sell')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/source')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/spatial')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/spatialCoordinates')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/status')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/stream')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/support')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/synchronize')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/system')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/systemDevice')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/target')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/textToSpeech')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/timeInterval')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/timedCount')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/trackedParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/trackingParty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/transfer')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/transform')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/translate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/uid')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/undefined')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/uninstall')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/unit')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/unitOfCount')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/use')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/version')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/virtualLocation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/watermark')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/write')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/writeTo')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/odrl/2/xone')¶
Bases: DefinedNamespace
Core organization ontology
Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.
Generated from: http://www.w3.org/ns/org# Date: 2020-05-26 14:20:02.908408
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#ChangeEvent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#FormalOrganization')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#Head')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#Membership')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#Organization')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#OrganizationalCollaboration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#OrganizationalUnit')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#Post')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#Role')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#Site')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#basedAt')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#changedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#classification')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasMember')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasMembership')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasPost')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasPrimarySite')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasRegisteredSite')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasSite')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasSubOrganization')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#hasUnit')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#headOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#heldBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#holds')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#identifier')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#linkedTo')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#location')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#member')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#memberDuring')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#memberOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#organization')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#originalOrganization')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#postIn')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#purpose')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#remuneration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#reportsTo')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#resultedFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#resultingOrganization')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#role')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#roleProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#siteAddress')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#siteOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#subOrganizationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#transitiveSubOrganizationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/org#unitOf')¶
Bases: DefinedNamespace
The OWL 2 Schema vocabulary (OWL 2)
This ontology partially describes the built-in classes and properties that together form the basis of the RDF/XML syntax of OWL 2. The content of this ontology is based on Tables 6.1 and 6.2 in Section 6.4 of the OWL 2 RDF-Based Semantics specification, available at http://www.w3.org/TR/owl2-rdf-based- semantics/. Please note that those tables do not include the different annotations (labels, comments and rdfs:isDefinedBy links) used in this file. Also note that the descriptions provided in this ontology do not provide a complete and correct formal description of either the syntax or the semantics of the introduced terms (please see the OWL 2 recommendations for the complete and normative specifications). Furthermore, the information provided by this ontology may be misleading if not used with care. This ontology SHOULD NOT be imported into OWL ontologies. Importing this file into an OWL 2 DL ontology will cause it to become an OWL 2 Full ontology and may have other, unexpected, consequences.
Generated from: http://www.w3.org/2002/07/owl# Date: 2020-05-26 14:20:03.193795
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#AllDifferent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#AllDisjointClasses')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#AllDisjointProperties')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#Annotation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#AnnotationProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#AsymmetricProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#Axiom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#Class')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#DataRange')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#DatatypeProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#DeprecatedClass')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#DeprecatedProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#FunctionalProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#InverseFunctionalProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#IrreflexiveProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#NamedIndividual')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#NegativePropertyAssertion')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#Nothing')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#ObjectProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#Ontology')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#OntologyProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#ReflexiveProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#Restriction')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#SymmetricProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#Thing')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#TransitiveProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#allValuesFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#annotatedProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#annotatedSource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#annotatedTarget')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#assertionProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#backwardCompatibleWith')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#bottomDataProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#bottomObjectProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#cardinality')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#complementOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#datatypeComplementOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#deprecated')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#differentFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#disjointUnionOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#disjointWith')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#distinctMembers')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#equivalentClass')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#equivalentProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#hasKey')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#hasSelf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#hasValue')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#imports')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#incompatibleWith')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#intersectionOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#inverseOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#maxCardinality')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#maxQualifiedCardinality')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#members')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#minCardinality')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#minQualifiedCardinality')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#onClass')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#onDataRange')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#onDatatype')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#onProperties')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#onProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#oneOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#priorVersion')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#propertyChainAxiom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#propertyDisjointWith')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#qualifiedCardinality')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#rational')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#real')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#sameAs')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#someValuesFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#sourceIndividual')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#targetIndividual')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#targetValue')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#topDataProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#topObjectProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#unionOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#versionIRI')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#versionInfo')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2002/07/owl#withRestrictions')¶
Bases: DefinedNamespace
Profiles Vocabulary
This vocabulary is for describing relationships between standards/specifications, profiles of them and supporting artifacts such as validating resources. This model starts with [http://dublincore.org/2012/06/14/dcterms#Standard](dct:Standard) entities which can either be Base Specifications (a standard not profiling any other Standard) or Profiles (Standards which do profile others). Base Specifications or Profiles can have Resource Descriptors associated with them that defines implementing rules for the it. Resource Descriptors must indicate the role they play (to guide, to validate etc.) and the formalism they adhere to (dct:format) to allow for content negotiation. A vocabulary of Resource Roles are provided alongside this vocabulary but that list is extensible.
Generated from: https://www.w3.org/ns/dx/prof/profilesont.ttl Date: 2020-05-26 14:20:03.542924
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/Profile')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/ResourceDescriptor')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/ResourceRole')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/hasArtifact')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/hasResource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/hasRole')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/hasToken')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/isInheritedFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/isProfileOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/dx/prof/isTransitiveProfileOf')¶
Bases: DefinedNamespace
W3C PROVenance Interchange Ontology (PROV-O)
This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.
PROV Access and Query Ontology
This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.
Dublin Core extensions of the W3C PROVenance Interchange Ontology (PROV-O)
This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.
W3C PROV Linking Across Provenance Bundles Ontology (PROV-LINKS)
This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/ ). All feedback is welcome.
W3C PROVenance Interchange Ontology (PROV-O) Dictionary Extension
This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov- comments/). All feedback is welcome.
W3C PROVenance Interchange
This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/ Archives/Public/public-prov-comments/). All feedback is welcome.
Generated from: http://www.w3.org/ns/prov Date: 2020-05-26 14:20:04.650279
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Accept')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Activity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#ActivityInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Agent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#AgentInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Association')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Attribution')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Bundle')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Collection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Communication')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Contribute')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Contributor')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Copyright')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Create')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Creator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Delegation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Derivation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Dictionary')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#DirectQueryService')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#EmptyCollection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#EmptyDictionary')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#End')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Entity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#EntityInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Generation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Influence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Insertion')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#InstantaneousEvent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Invalidation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#KeyEntityPair')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Location')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Modify')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Organization')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Person')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Plan')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#PrimarySource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Publish')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Publisher')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Quotation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Removal')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Replace')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Revision')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#RightsAssignment')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#RightsHolder')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Role')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#ServiceDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#SoftwareAgent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Start')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Submit')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#Usage')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#actedOnBehalfOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#activity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#activityOfInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#agent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#agentOfInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#alternateOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#aq')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#asInBundle')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#atLocation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#atTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#category')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#component')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#constraints')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#contributed')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#definition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#derivedByInsertionFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#derivedByRemovalFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#describesService')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#dictionary')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#dm')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#editorialNote')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#editorsDefinition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#ended')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#endedAtTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#entity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#entityOfInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#generalizationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#generated')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#generatedAsDerivation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#generatedAtTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadActivity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadDelegate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadDerivation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadDictionaryMember')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadGeneration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadMember')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadPlan')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadPrimarySource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadRevision')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadRole')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#hadUsage')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#has_anchor')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#has_provenance')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#has_query_service')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#influenced')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#influencer')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#informed')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#insertedKeyEntityPair')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#invalidated')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#invalidatedAtTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#inverse')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#locationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#mentionOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#n')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#order')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#pairEntity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#pairKey')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#pingback')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#provenanceUriTemplate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedAssociation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedAssociationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedAttribution')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedAttributionOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedCommunication')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedCommunicationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedDelegation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedDelegationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedDerivation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedDerivationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedEnd')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedEndOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedForm')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedGeneration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedGenerationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedInfluenceOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedInsertion')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedInvalidation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedInvalidationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedPrimarySource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedQuotation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedQuotationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedRemoval')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedRevision')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedSourceOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedStart')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedStartOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedUsage')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#qualifiedUsingActivity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#quotedAs')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#removedKey')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#revisedEntity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#specializationOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#started')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#startedAtTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#todo')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#unqualifiedForm')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#used')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#value')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasActivityOfInfluence')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasAssociateFor')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasAssociatedWith')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasAttributedTo')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasDerivedFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasEndedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasGeneratedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasInfluencedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasInformedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasInvalidatedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasMemberOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasPlanOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasPrimarySourceOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasQuotedFrom')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasRevisionOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasRoleIn')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasStartedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasUsedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/prov#wasUsedInDerivation')¶
Bases: DefinedNamespace
Vocabulary for multi-dimensional (e.g. statistical) data publishing
This vocabulary allows multi-dimensional data, such as statistics, to be published in RDF. It is based on the core information model from SDMX (and thus also DDI).
Generated from: http://purl.org/linked-data/cube# Date: 2020-05-26 14:20:05.485176
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#Attachable')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#AttributeProperty')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#CodedProperty')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#ComponentProperty')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#ComponentSet')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#ComponentSpecification')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#DataSet')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#DataStructureDefinition')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#DimensionProperty')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#HierarchicalCodeList')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#MeasureProperty')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#Observation')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#ObservationGroup')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#Slice')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#SliceKey')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#attribute')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#codeList')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#component')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#componentAttachment')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#componentProperty')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#componentRequired')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#concept')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#dataSet')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#dimension')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#hierarchyRoot')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#measure')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#measureDimension')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#measureType')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#observation')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#observationGroup')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#order')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#parentChildProperty')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#slice')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#sliceKey')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#sliceStructure')¶
URIRef
= rdflib.term.URIRef('http://purl.org/linked-data/cube#structure')¶
Bases: DefinedNamespace
The RDF Concepts Vocabulary (RDF)
This is the RDF Schema for the RDF vocabulary terms in the RDF Namespace, defined in RDF 1.1 Concepts.
Generated from: http://www.w3.org/1999/02/22-rdf-syntax-ns# Date: 2020-05-26 14:20:05.642859
dc:date “2019-12-16”
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#CompoundLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#List')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#Property')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#direction')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#first')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#langString')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#language')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#nil')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#object')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#rest')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#subject')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#value')¶
Bases: DefinedNamespace
The RDF Schema vocabulary (RDFS)
Generated from: http://www.w3.org/2000/01/rdf-schema# Date: 2020-05-26 14:20:05.794866
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#Class')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#Container')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#Datatype')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#Literal')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#Resource')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#domain')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#isDefinedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#label')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#member')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#range')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#seeAlso')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#subClassOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#subPropertyOf')¶
Bases: DefinedNamespace
schema.org namespace elements
3DModel, True, False & yield are not available as they collde with Python terms
Generated from: https://schema.org/version/latest/schemaorg-current-https.jsonld Date: 2021-12-01 By: Nicholas J. Car
URIRef
= rdflib.term.URIRef('https://schema.org/AMRadioChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/APIReference')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Abdomen')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AboutPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AcceptAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Accommodation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AccountingService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AchieveAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Action')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ActionAccessSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ActionStatusType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ActivateAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ActivationFee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ActiveActionStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ActiveNotRecruiting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AddAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AdministrativeArea')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AdultEntertainment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AdvertiserContentArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AerobicActivity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AggregateOffer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AggregateRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AgreeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Airline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Airport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AlbumRelease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AlignmentObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AllWheelDriveConfiguration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AllergiesHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AllocateAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AmpStory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AmusementPark')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AnaerobicActivity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AnalysisNewsArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AnatomicalStructure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AnatomicalSystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Anesthesia')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AnimalShelter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Answer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Apartment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ApartmentComplex')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Appearance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AppendAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ApplyAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ApprovedIndication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Aquarium')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ArchiveComponent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ArchiveOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ArriveAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ArtGallery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Artery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Article')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AskAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AskPublicNewsArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AssessAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AssignAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Atlas')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Attorney')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Audience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AudioObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AudioObjectSnapshot')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Audiobook')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AudiobookFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AuthorizeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutoBodyShop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutoDealer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutoPartsStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutoRental')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutoRepair')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutoWash')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutomatedTeller')¶
URIRef
= rdflib.term.URIRef('https://schema.org/AutomotiveBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Ayurvedic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BackOrder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BackgroundNewsArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Bacteria')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Bakery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Balance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BankAccount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BankOrCreditUnion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BarOrPub')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Barcode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BasicIncome')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Beach')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BeautySalon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BedAndBreakfast')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BedDetails')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BedType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BefriendAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BenefitsHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BikeStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BioChemEntity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Blog')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BlogPosting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BloodTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BoardingPolicyType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BoatReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BoatTerminal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BoatTrip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementArm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementBust')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementChest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementFoot')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementHand')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementHead')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementHeight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementHips')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementInsideLeg')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementNeck')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementTypeEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementUnderbust')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementWaist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyMeasurementWeight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BodyOfWater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Bone')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Book')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BookFormatType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BookSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BookStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BookmarkAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Boolean')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BorrowAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BowlingAlley')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BrainStructure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Brand')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BreadcrumbList')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Brewery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Bridge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BroadcastChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BroadcastEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BroadcastFrequencySpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BroadcastRelease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BroadcastService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BrokerageAccount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BuddhistTemple')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusOrCoach')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusStop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusTrip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusinessAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusinessEntityType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusinessEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusinessFunction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BusinessSupport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/BuyAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CDCPMDRecord')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CDFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CT')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CableOrSatelliteService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CafeOrCoffeeShop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Campground')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CampingPitch')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Canal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CancelAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Car')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CarUsageType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Cardiovascular')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CardiovascularExam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CaseSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Casino')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CassetteFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CategoryCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CategoryCodeSet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CatholicChurch')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CausesHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Cemetery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Chapter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CharitableIncorporatedOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CheckAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CheckInAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CheckOutAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CheckoutPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ChemicalSubstance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ChildCare')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ChildrensEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Chiropractic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ChooseAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Church')¶
URIRef
= rdflib.term.URIRef('https://schema.org/City')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CityHall')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CivicStructure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Claim')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ClaimReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Class')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CleaningFee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Clinician')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Clip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ClothingStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CoOp')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Code')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CohortStudy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Collection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CollectionPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CollegeOrUniversity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComedyClub')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComedyEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComicCoverArt')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComicIssue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComicSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComicStory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CommunicateAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CompilationAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CompleteDataFeed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Completed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CompletedActionStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CompoundPriceSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComputerLanguage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ComputerStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ConfirmAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Consortium')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ConsumeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ContactPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ContactPoint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ContactPointOption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ContagiousnessHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Continent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ControlAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ConvenienceStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Conversation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CookAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Corporation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Country')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Course')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CourseInstance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Courthouse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CoverArt')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CovidTestingFacility')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CreateAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CreativeWork')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CreativeWorkSeason')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CreativeWorkSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CreditCard')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Crematorium')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CriticReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CrossSectional')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CssSelectorType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/CurrencyConversionService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DDxElement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DJMixAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DVDFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DamagedCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DanceEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DanceGroup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DataCatalog')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DataDownload')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DataFeed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DataFeedItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DataType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Dataset')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Date')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DateTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DatedMoneySpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DayOfWeek')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DaySpa')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DeactivateAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DecontextualizedContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DefenceEstablishment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DefinedRegion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DefinedTerm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DefinedTermSet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DefinitiveLegalValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DeleteAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DeliveryChargeSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DeliveryEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DeliveryMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DeliveryTimeSettings')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Demand')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DemoAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Dentist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Dentistry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DepartAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DepartmentStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DepositAccount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Dermatologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Dermatology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DiabeticDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Diagnostic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DiagnosticLab')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DiagnosticProcedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Diet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DietNutrition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DietarySupplement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DigitalAudioTapeFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DigitalDocument')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DigitalDocumentPermission')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DigitalDocumentPermissionType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DigitalFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DisabilitySupport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DisagreeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Discontinued')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DiscoverAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DiscussionForumPosting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DislikeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Distance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DistanceFee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Distillery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DonateAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DoseSchedule')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DoubleBlindedTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DownloadAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Downpayment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrawAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Drawing')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrinkAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DriveWheelConfigurationValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrivingSchoolVehicleUsage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Drug')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrugClass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrugCost')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrugCostCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrugLegalStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrugPregnancyCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrugPrescriptionStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DrugStrength')¶
URIRef
= rdflib.term.URIRef('https://schema.org/DryCleaningOrLaundry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Duration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EBook')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EPRelease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryA')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryA1Plus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryA2Plus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryA3Plus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryB')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryC')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryD')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryE')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryF')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyCategoryG')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EUEnergyEfficiencyEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Ear')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EatAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EditedOrCroppedContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EducationEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EducationalAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EducationalOccupationalCredential')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EducationalOccupationalProgram')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EducationalOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EffectivenessHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Electrician')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ElectronicsStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ElementarySchool')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EmailMessage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Embassy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Emergency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EmergencyService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EmployeeRole')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EmployerAggregateRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EmployerReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EmploymentAgency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Endocrine')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EndorseAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EndorsementRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Energy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EnergyConsumptionDetails')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EnergyEfficiencyEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EnergyStarCertified')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EnergyStarEnergyEfficiencyEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EngineSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EnrollingByInvitation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EntertainmentBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EntryPoint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Enumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Episode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Event')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventAttendanceModeEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventCancelled')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventMovedOnline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventPostponed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventRescheduled')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventScheduled')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventStatusType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EventVenue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EvidenceLevelA')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EvidenceLevelB')¶
URIRef
= rdflib.term.URIRef('https://schema.org/EvidenceLevelC')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ExchangeRateSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ExchangeRefund')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ExerciseAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ExerciseGym')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ExercisePlan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ExhibitionEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Eye')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FAQPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FDAcategoryA')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FDAcategoryB')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FDAcategoryC')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FDAcategoryD')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FDAcategoryX')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FDAnotEvaluated')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FMRadioChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FailedActionStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FastFoodRestaurant')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Female')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Festival')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FilmAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FinancialProduct')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FinancialService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FindAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FireStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Flexibility')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Flight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FlightReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Float')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FloorPlan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Florist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FollowAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FoodEstablishment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FoodEstablishmentReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FoodEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FoodService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FourWheelDriveConfiguration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FreeReturn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Friday')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FrontWheelDriveConfiguration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FullRefund')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FundingAgency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FundingScheme')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Fungus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/FurnitureStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Game')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GamePlayMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GameServer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GameServerStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GardenStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GasStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Gastroenterologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GenderType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Gene')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GeneralContractor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Genetic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Genitourinary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GeoCircle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GeoCoordinates')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GeoShape')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GeospatialGeometry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Geriatric')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GettingAccessHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GiveAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GlutenFreeDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GolfCourse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GovernmentBenefitsType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GovernmentBuilding')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GovernmentOffice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GovernmentOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GovernmentPermit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GovernmentService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Grant')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GraphicNovel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GroceryStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/GroupBoardingPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Guide')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Gynecologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HVACBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Hackathon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HairSalon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HalalDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Hardcover')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HardwareStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Head')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthAndBeautyBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthAspectEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthCare')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthClub')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthInsurancePlan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthPlanCostSharingSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthPlanFormulary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthPlanNetwork')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HealthTopicContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HearingImpairedSupported')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Hematologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HighSchool')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HinduDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HinduTemple')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HobbyShop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HomeAndConstructionBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HomeGoodsStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Homeopathic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Hospital')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Hostel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Hotel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HotelRoom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/House')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HousePainter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowItWorksHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowOrWhereHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowTo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowToDirection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowToItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowToSection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowToStep')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowToSupply')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowToTip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HowToTool')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HyperToc')¶
URIRef
= rdflib.term.URIRef('https://schema.org/HyperTocEntry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/IceCreamShop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/IgnoreAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ImageGallery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ImageObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ImageObjectSnapshot')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ImagingTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InForce')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InStock')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InStoreOnly')¶
URIRef
= rdflib.term.URIRef('https://schema.org/IndividualProduct')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Infectious')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InfectiousAgentClass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InfectiousDisease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InformAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/IngredientsHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InsertAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InstallAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Installment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InsuranceAgency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Intangible')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Integer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InteractAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InteractionCounter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InternationalTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InternetCafe')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InvestmentFund')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InvestmentOrDeposit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InviteAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Invoice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/InvoicePrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ItemAvailability')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ItemList')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ItemListOrderAscending')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ItemListOrderDescending')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ItemListOrderType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ItemListUnordered')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ItemPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/JewelryStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/JobPosting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/JoinAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Joint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/KosherDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LaboratoryScience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LakeBodyOfWater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Landform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LandmarksOrHistoricalBuildings')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Language')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LaserDiscFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LearningResource')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LeaveAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LeftHandDriving')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LegalForceStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LegalService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LegalValueLevel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Legislation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LegislationObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LegislativeBuilding')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LeisureTimeActivity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LendAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Library')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LibrarySystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LifestyleModification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Ligament')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LikeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LimitedAvailability')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LimitedByGuaranteeCharity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LinkRole')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LiquorStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ListItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ListPrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ListenAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LiteraryEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LiveAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LiveBlogPosting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LivingWithHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LoanOrCredit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LocalBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LocationFeatureSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LockerDelivery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Locksmith')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LodgingBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LodgingReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Longitudinal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LoseAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LowCalorieDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LowFatDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LowLactoseDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LowSaltDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Lung')¶
URIRef
= rdflib.term.URIRef('https://schema.org/LymphaticVessel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MRI')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MSRP')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Male')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Manuscript')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Map')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MapCategoryType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MarryAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Mass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MathSolver')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MaximumDoseSchedule')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MayTreatHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MeasurementTypeEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MediaGallery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MediaManipulationRatingEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MediaObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MediaReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MediaReviewItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MediaSubscription')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalAudienceType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalCause')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalClinic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalConditionStage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalContraindication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalDevice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalDevicePurpose')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalEntity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalEvidenceLevel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalGuideline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalGuidelineContraindication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalGuidelineRecommendation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalImagingTechnique')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalIndication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalIntangible')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalObservationalStudy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalObservationalStudyDesign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalProcedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalProcedureType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalResearcher')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalRiskCalculator')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalRiskEstimator')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalRiskFactor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalRiskScore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalScholarlyArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalSign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalSignOrSymptom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalSpecialty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalStudy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalStudyStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalSymptom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalTestPanel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalTherapy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalTrialDesign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicalWebPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MedicineSystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MeetingRoom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MensClothingStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MerchantReturnEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MerchantReturnFiniteReturnWindow')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MerchantReturnNotPermitted')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MerchantReturnPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MerchantReturnPolicySeasonalOverride')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MerchantReturnUnlimitedWindow')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MerchantReturnUnspecified')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Message')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MiddleSchool')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Midwifery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MinimumAdvertisedPrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MisconceptionsHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MixedEventAttendanceMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MixtapeAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MobileApplication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MobilePhoneStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MolecularEntity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Monday')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MonetaryAmount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MonetaryAmountDistribution')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MonetaryGrant')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MoneyTransfer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MortgageLoan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Mosque')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Motel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Motorcycle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MotorcycleDealer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MotorcycleRepair')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MotorizedBicycle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Mountain')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MoveAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Movie')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MovieClip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MovieRentalStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MovieSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MovieTheater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MovingCompany')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MultiCenterTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MultiPlayer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MulticellularParasite')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Muscle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Musculoskeletal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusculoskeletalExam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Museum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicAlbumProductionType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicAlbumReleaseType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicComposition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicGroup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicPlaylist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicRecording')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicRelease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicReleaseFormatType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicVenue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/MusicVideoObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NGO')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NLNonprofitType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NailSalon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Neck')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nerve')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Neuro')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Neurologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NewCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NewsArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NewsMediaOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Newspaper')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NightClub')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NoninvasiveProcedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501a')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c1')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c10')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c11')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c12')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c13')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c14')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c15')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c16')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c17')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c18')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c19')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c2')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c20')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c21')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c22')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c23')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c24')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c25')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c26')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c27')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c28')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c3')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c4')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c5')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c6')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c7')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c8')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501c9')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501d')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501e')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501f')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501k')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501n')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit501q')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nonprofit527')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NonprofitANBI')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NonprofitSBBI')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NonprofitType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nose')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NotInForce')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NotYetRecruiting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Notary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NoteDigitalDocument')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Number')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Nursing')¶
URIRef
= rdflib.term.URIRef('https://schema.org/NutritionInformation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OTC')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Observation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Observational')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Obstetric')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Occupation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OccupationalActivity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OccupationalExperienceRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OccupationalTherapy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OceanBodyOfWater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Offer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfferCatalog')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfferForLease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfferForPurchase')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfferItemCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfferShippingDetails')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfficeEquipmentStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfficialLegalValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfflineEventAttendanceMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfflinePermanently')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OfflineTemporarily')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OnDemandEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OnSitePickup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Oncologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OneTimePayments')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Online')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OnlineEventAttendanceMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OnlineFull')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OnlineOnly')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OpenTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OpinionNewsArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Optician')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Optometric')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Order')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderCancelled')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderDelivered')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderInTransit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderPaymentDue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderPickupAvailable')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderProblem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderProcessing')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderReturned')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrderStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Organization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrganizationRole')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OrganizeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OriginalMediaContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OriginalShippingFees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Osteopathic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Otolaryngologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OutOfStock')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OutletStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OverviewHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/OwnershipInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PET')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaidLeave')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaintAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Painting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PalliativeProcedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Paperback')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ParcelDelivery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ParcelService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ParentAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ParentalSupport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Park')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ParkingFacility')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ParkingMap')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PartiallyInForce')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Pathology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PathologyTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Patient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PatientExperienceHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PawnShop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PayAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentAutomaticallyApplied')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentCard')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentChargeSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentComplete')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentDeclined')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentDue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentPastDue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PaymentStatusType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Pediatric')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PeopleAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PercutaneousProcedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PerformAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PerformanceRole')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PerformingArtsTheater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PerformingGroup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Periodical')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Permit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Person')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PetStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Pharmacy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PharmacySpecialty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Photograph')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PhotographAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PhysicalActivity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PhysicalActivityCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PhysicalExam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PhysicalTherapy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Physician')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Physiotherapy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Place')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PlaceOfWorship')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PlaceboControlledTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PlanAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PlasticSurgery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Play')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PlayAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Playground')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Plumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PodcastEpisode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PodcastSeason')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PodcastSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Podiatric')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PoliceStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Pond')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PostOffice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PostalAddress')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PostalCodeRangeSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Poster')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PotentialActionStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PreOrder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PreOrderAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PreSale')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PregnancyHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PrependAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Preschool')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PrescriptionOnly')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PresentationDigitalDocument')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PreventionHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PreventionIndication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PriceComponentTypeEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PriceSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PriceTypeEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PrimaryCare')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Prion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Product')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ProductCollection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ProductGroup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ProductModel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ProfessionalService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ProfilePage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PrognosisHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ProgramMembership')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Project')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PronounceableText')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Property')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PropertyValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PropertyValueSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Protein')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Protozoa')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Psychiatric')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PsychologicalTreatment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PublicHealth')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PublicHolidays')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PublicSwimmingPool')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PublicToilet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PublicationEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PublicationIssue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/PublicationVolume')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Pulmonary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/QAPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/QualitativeValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/QuantitativeValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/QuantitativeValueDistribution')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Quantity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Question')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Quiz')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Quotation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/QuoteAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RVPark')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadiationTherapy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadioBroadcastService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadioChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadioClip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadioEpisode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadioSeason')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadioSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RadioStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Radiography')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RandomizedTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Rating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReactAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReadAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReadPermission')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RealEstateAgent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RealEstateListing')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RearWheelDriveConfiguration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReceiveAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Recipe')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Recommendation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RecommendedDoseSchedule')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Recruiting')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RecyclingCenter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RefundTypeEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RefurbishedCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RegisterAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Registry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReimbursementCap')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RejectAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RemixAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Renal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RentAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RentalCarReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RentalVehicleUsage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RepaymentSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReplaceAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReplyAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Report')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReportageNewsArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReportedDoseSchedule')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ResearchOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ResearchProject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Researcher')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Reservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReservationCancelled')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReservationConfirmed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReservationHold')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReservationPackage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReservationPending')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReservationStatusType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReserveAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Reservoir')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Residence')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Resort')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RespiratoryTherapy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Restaurant')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RestockingFees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RestrictedDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ResultsAvailable')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ResultsNotAvailable')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ResumeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Retail')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnAtKiosk')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnByMail')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnFeesCustomerResponsibility')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnFeesEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnInStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnLabelCustomerResponsibility')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnLabelDownloadAndPrint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnLabelInBox')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnLabelSourceEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnMethodEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReturnShippingFees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Review')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReviewAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ReviewNewsArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Rheumatologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RightHandDriving')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RisksOrComplicationsHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RiverBodyOfWater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Role')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RoofingContractor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Room')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RsvpAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RsvpResponseMaybe')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RsvpResponseNo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RsvpResponseType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/RsvpResponseYes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SRP')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SafetyHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SaleEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SalePrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SatireOrParodyContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SatiricalArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Saturday')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Schedule')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ScheduleAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ScholarlyArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/School')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SchoolDistrict')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ScreeningEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ScreeningHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Sculpture')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SeaBodyOfWater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SearchAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SearchResultsPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Season')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Seat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SeatingMap')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SeeDoctorHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SeekToAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SelfCareHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SelfStorage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SellAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SendAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Series')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Service')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ServiceChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ShareAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SheetMusic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ShippingDeliveryTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ShippingRateSettings')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ShoeStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ShoppingCenter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ShortStory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SideEffectsHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SingleBlindedTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SingleCenterTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SingleFamilyResidence')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SinglePlayer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SingleRelease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SiteNavigationElement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SizeGroupEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SizeSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SizeSystemImperial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SizeSystemMetric')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SkiResort')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Skin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SoftwareApplication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SoftwareSourceCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SoldOut')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SolveMathAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SomeProducts')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SoundtrackAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SpeakableSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SpecialAnnouncement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Specialty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SpeechPathology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SpokenWordAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SportingGoodsStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SportsActivityLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SportsClub')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SportsEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SportsOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SportsTeam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SpreadsheetDigitalDocument')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StadiumOrArena')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StagedContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StagesHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/State')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Statement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StatisticalPopulation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StatusEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SteeringPositionValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Store')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StoreCreditRefund')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StrengthTraining')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StructuredValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/StudioAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SubscribeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Subscription')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Substance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SubwayStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Suite')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Sunday')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SuperficialAnatomy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Surgical')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SurgicalProcedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SuspendAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Suspended')¶
URIRef
= rdflib.term.URIRef('https://schema.org/SymptomsHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Synagogue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TVClip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TVEpisode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TVSeason')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TVSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Table')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TakeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TattooParlor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Taxi')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TaxiReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TaxiService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TaxiStand')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TaxiVehicleUsage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Taxon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TechArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TelevisionChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TelevisionStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TennisComplex')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Terminated')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Text')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TextDigitalDocument')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TheaterEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TheaterGroup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Therapeutic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TherapeuticProcedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Thesis')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Thing')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Throat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Thursday')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Ticket')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TieAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Time')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TipAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TireShop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TollFree')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TouristAttraction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TouristDestination')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TouristInformationCenter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TouristTrip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Toxicologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ToyStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TrackAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TradeAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TraditionalChinese')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TrainReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TrainStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TrainTrip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TransferAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TransformedContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TransitMap')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TravelAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TravelAgency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TreatmentIndication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TreatmentsHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Trip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TripleBlindedTrial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Tuesday')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TypeAndQuantityNode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/TypesHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UKNonprofitType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UKTrust')¶
URIRef
= rdflib.term.URIRef('https://schema.org/URL')¶
URIRef
= rdflib.term.URIRef('https://schema.org/USNonprofitType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Ultrasound')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UnRegisterAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UnemploymentSupport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UnincorporatedAssociationCharity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UnitPriceSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UnofficialLegalValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UpdateAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Urologic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UsageOrScheduleHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UseAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UsedCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserBlocks')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserCheckins')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserDownloads')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserInteraction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserLikes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserPageVisits')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserPlays')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserPlusOnes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/UserTweets')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VeganDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VegetarianDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Vehicle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Vein')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VenueMap')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Vessel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VeterinaryCare')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VideoGallery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VideoGame')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VideoGameClip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VideoGameSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VideoObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VideoObjectSnapshot')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ViewAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VinylFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VirtualLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Virus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VisualArtsEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VisualArtwork')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VitalSign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Volcano')¶
URIRef
= rdflib.term.URIRef('https://schema.org/VoteAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WPAdBlock')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WantAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WarrantyPromise')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WarrantyScope')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WatchAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Waterfall')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementBack')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementChestOrBust')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementCollar')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementCup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementHeight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementHips')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementInseam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementLength')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementOutsideLeg')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementSleeve')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementTypeEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementWaist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableMeasurementWidth')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupBig')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupBoys')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupEnumeration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupGirls')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupHusky')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupInfants')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupJuniors')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupMaternity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupMens')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupMisses')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupPetite')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupPlus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupRegular')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupShort')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupTall')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeGroupWomens')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemAU')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemBR')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemCN')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemContinental')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemDE')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemEN13402')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemEurope')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemFR')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemGS1')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemIT')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemJP')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemMX')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemUK')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WearableSizeSystemUS')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WebAPI')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WebApplication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WebContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WebPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WebPageElement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WebSite')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Wednesday')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WesternConventional')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Wholesale')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WholesaleStore')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WinAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Winery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Withdrawn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WorkBasedProgram')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WorkersUnion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WriteAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/WritePermission')¶
URIRef
= rdflib.term.URIRef('https://schema.org/XPathType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/XRay')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ZoneBoardingPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/Zoo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/about')¶
URIRef
= rdflib.term.URIRef('https://schema.org/abridged')¶
URIRef
= rdflib.term.URIRef('https://schema.org/abstract')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accelerationTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/acceptedAnswer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/acceptedOffer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/acceptedPaymentMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/acceptsReservations')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessModeSufficient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessibilityAPI')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessibilityControl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessibilityFeature')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessibilityHazard')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accessibilitySummary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accommodationCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accommodationFloorPlan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accountId')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accountMinimumInflow')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accountOverdraftLimit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/accountablePerson')¶
URIRef
= rdflib.term.URIRef('https://schema.org/acquireLicensePage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/acquiredFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/acrissCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actionAccessibilityRequirement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actionApplication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actionOption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actionPlatform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actionStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actionableFeedbackPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/activeIngredient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/activityDuration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/activityFrequency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/actors')¶
URIRef
= rdflib.term.URIRef('https://schema.org/addOn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/additionalName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/additionalNumberOfGuests')¶
URIRef
= rdflib.term.URIRef('https://schema.org/additionalProperty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/additionalType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/additionalVariable')¶
URIRef
= rdflib.term.URIRef('https://schema.org/address')¶
URIRef
= rdflib.term.URIRef('https://schema.org/addressCountry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/addressLocality')¶
URIRef
= rdflib.term.URIRef('https://schema.org/addressRegion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/administrationRoute')¶
URIRef
= rdflib.term.URIRef('https://schema.org/advanceBookingRequirement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/adverseOutcome')¶
URIRef
= rdflib.term.URIRef('https://schema.org/affectedBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/affiliation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/afterMedia')¶
URIRef
= rdflib.term.URIRef('https://schema.org/agent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/aggregateRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/aircraft')¶
URIRef
= rdflib.term.URIRef('https://schema.org/album')¶
URIRef
= rdflib.term.URIRef('https://schema.org/albumProductionType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/albumRelease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/albumReleaseType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/albums')¶
URIRef
= rdflib.term.URIRef('https://schema.org/alcoholWarning')¶
URIRef
= rdflib.term.URIRef('https://schema.org/algorithm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/alignmentType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/alternateName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/alternativeHeadline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/alternativeOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/alumni')¶
URIRef
= rdflib.term.URIRef('https://schema.org/alumniOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/amenityFeature')¶
URIRef
= rdflib.term.URIRef('https://schema.org/amount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/amountOfThisGood')¶
URIRef
= rdflib.term.URIRef('https://schema.org/announcementLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/annualPercentageRate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/answerCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/answerExplanation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/antagonist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/appearance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicableLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicantLocationRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/application')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicationCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicationContact')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicationDeadline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicationStartDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicationSubCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/applicationSuite')¶
URIRef
= rdflib.term.URIRef('https://schema.org/appliesToDeliveryMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/appliesToPaymentMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/archiveHeld')¶
URIRef
= rdflib.term.URIRef('https://schema.org/archivedAt')¶
URIRef
= rdflib.term.URIRef('https://schema.org/area')¶
URIRef
= rdflib.term.URIRef('https://schema.org/areaServed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalAirport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalBoatTerminal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalBusStop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalGate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalPlatform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalTerminal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arrivalTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/artEdition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/artMedium')¶
URIRef
= rdflib.term.URIRef('https://schema.org/arterialBranch')¶
URIRef
= rdflib.term.URIRef('https://schema.org/artform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/articleBody')¶
URIRef
= rdflib.term.URIRef('https://schema.org/articleSection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/artist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/artworkSurface')¶
URIRef
= rdflib.term.URIRef('https://schema.org/aspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/assembly')¶
URIRef
= rdflib.term.URIRef('https://schema.org/assemblyVersion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/assesses')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedAnatomy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedArticle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedClaimReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedDisease')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedMedia')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedMediaReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedPathophysiology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/associatedReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/athlete')¶
URIRef
= rdflib.term.URIRef('https://schema.org/attendee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/attendees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/audience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/audienceType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/audio')¶
URIRef
= rdflib.term.URIRef('https://schema.org/authenticator')¶
URIRef
= rdflib.term.URIRef('https://schema.org/author')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availability')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availabilityEnds')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availabilityStarts')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableAtOrFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableDeliveryMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableIn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableLanguage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableOnDevice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableStrength')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/availableThrough')¶
URIRef
= rdflib.term.URIRef('https://schema.org/award')¶
URIRef
= rdflib.term.URIRef('https://schema.org/awards')¶
URIRef
= rdflib.term.URIRef('https://schema.org/awayTeam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/backstory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bankAccountType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/baseSalary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bccRecipient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/beforeMedia')¶
URIRef
= rdflib.term.URIRef('https://schema.org/beneficiaryBank')¶
URIRef
= rdflib.term.URIRef('https://schema.org/benefits')¶
URIRef
= rdflib.term.URIRef('https://schema.org/benefitsSummaryUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bestRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/billingAddress')¶
URIRef
= rdflib.term.URIRef('https://schema.org/billingDuration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/billingIncrement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/billingPeriod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/billingStart')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bioChemInteraction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bioChemSimilarity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/biologicalRole')¶
URIRef
= rdflib.term.URIRef('https://schema.org/biomechnicalClass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/birthDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/birthPlace')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bitrate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/blogPost')¶
URIRef
= rdflib.term.URIRef('https://schema.org/blogPosts')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bloodSupply')¶
URIRef
= rdflib.term.URIRef('https://schema.org/boardingGroup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/boardingPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bodyLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bodyType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bookEdition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bookFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bookingAgent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/bookingTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/borrower')¶
URIRef
= rdflib.term.URIRef('https://schema.org/box')¶
URIRef
= rdflib.term.URIRef('https://schema.org/branch')¶
URIRef
= rdflib.term.URIRef('https://schema.org/branchCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/branchOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/brand')¶
URIRef
= rdflib.term.URIRef('https://schema.org/breadcrumb')¶
URIRef
= rdflib.term.URIRef('https://schema.org/breastfeedingWarning')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastAffiliateOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastChannelId')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastDisplayName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastFrequency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastFrequencyValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastOfEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastServiceTier')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastSignalModulation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastSubChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcastTimezone')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broadcaster')¶
URIRef
= rdflib.term.URIRef('https://schema.org/broker')¶
URIRef
= rdflib.term.URIRef('https://schema.org/browserRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/busName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/busNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/businessDays')¶
URIRef
= rdflib.term.URIRef('https://schema.org/businessFunction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/buyer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/byArtist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/byDay')¶
URIRef
= rdflib.term.URIRef('https://schema.org/byMonth')¶
URIRef
= rdflib.term.URIRef('https://schema.org/byMonthDay')¶
URIRef
= rdflib.term.URIRef('https://schema.org/byMonthWeek')¶
URIRef
= rdflib.term.URIRef('https://schema.org/callSign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/calories')¶
URIRef
= rdflib.term.URIRef('https://schema.org/candidate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/caption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/carbohydrateContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cargoVolume')¶
URIRef
= rdflib.term.URIRef('https://schema.org/carrier')¶
URIRef
= rdflib.term.URIRef('https://schema.org/carrierRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cashBack')¶
URIRef
= rdflib.term.URIRef('https://schema.org/catalog')¶
URIRef
= rdflib.term.URIRef('https://schema.org/catalogNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/category')¶
URIRef
= rdflib.term.URIRef('https://schema.org/causeOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ccRecipient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/character')¶
URIRef
= rdflib.term.URIRef('https://schema.org/characterAttribute')¶
URIRef
= rdflib.term.URIRef('https://schema.org/characterName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cheatCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/checkinTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/checkoutTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/chemicalComposition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/chemicalRole')¶
URIRef
= rdflib.term.URIRef('https://schema.org/childMaxAge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/childMinAge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/childTaxon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/children')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cholesterolContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/circle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/citation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/claimInterpreter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/claimReviewed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/clincalPharmacology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/clinicalPharmacology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/clipNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/closes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/coach')¶
URIRef
= rdflib.term.URIRef('https://schema.org/code')¶
URIRef
= rdflib.term.URIRef('https://schema.org/codeRepository')¶
URIRef
= rdflib.term.URIRef('https://schema.org/codeSampleType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/codeValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/codingSystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/colleague')¶
URIRef
= rdflib.term.URIRef('https://schema.org/colleagues')¶
URIRef
= rdflib.term.URIRef('https://schema.org/collection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/collectionSize')¶
URIRef
= rdflib.term.URIRef('https://schema.org/color')¶
URIRef
= rdflib.term.URIRef('https://schema.org/colorist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/competencyRequired')¶
URIRef
= rdflib.term.URIRef('https://schema.org/competitor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/composer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/comprisedOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/conditionsOfAccess')¶
URIRef
= rdflib.term.URIRef('https://schema.org/confirmationNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/connectedTo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/constrainingProperty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contactOption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contactPoint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contactPoints')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contactType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contactlessPayment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/containedIn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/containedInPlace')¶
URIRef
= rdflib.term.URIRef('https://schema.org/containsPlace')¶
URIRef
= rdflib.term.URIRef('https://schema.org/containsSeason')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contentLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contentRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contentReferenceTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contentSize')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contentType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contentUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contraindication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/contributor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cookTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cookingMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/copyrightHolder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/copyrightNotice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/copyrightYear')¶
URIRef
= rdflib.term.URIRef('https://schema.org/correction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/correctionsPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/costCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/costCurrency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/costOrigin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/costPerUnit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/countriesNotSupported')¶
URIRef
= rdflib.term.URIRef('https://schema.org/countriesSupported')¶
URIRef
= rdflib.term.URIRef('https://schema.org/countryOfAssembly')¶
URIRef
= rdflib.term.URIRef('https://schema.org/countryOfLastProcessing')¶
URIRef
= rdflib.term.URIRef('https://schema.org/countryOfOrigin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/course')¶
URIRef
= rdflib.term.URIRef('https://schema.org/courseCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/courseMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/coursePrerequisites')¶
URIRef
= rdflib.term.URIRef('https://schema.org/courseWorkload')¶
URIRef
= rdflib.term.URIRef('https://schema.org/coverageEndTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/coverageStartTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/creativeWorkStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/creator')¶
URIRef
= rdflib.term.URIRef('https://schema.org/credentialCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/creditText')¶
URIRef
= rdflib.term.URIRef('https://schema.org/creditedTo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cssSelector')¶
URIRef
= rdflib.term.URIRef('https://schema.org/currenciesAccepted')¶
URIRef
= rdflib.term.URIRef('https://schema.org/currency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/currentExchangeRate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/customer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/customerRemorseReturnFees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/customerRemorseReturnLabelSource')¶
URIRef
= rdflib.term.URIRef('https://schema.org/customerRemorseReturnShippingFeesAmount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cutoffTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdCollectionDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdFacilityCounty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdFacilityId')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumBeds')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumBedsOcc')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumC19Died')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumC19HOPats')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumC19HospPats')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumC19MechVentPats')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumC19OFMechVentPats')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumC19OverflowPats')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumICUBeds')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumICUBedsOcc')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumTotBeds')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumVent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/cvdNumVentUse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dataFeedElement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dataset')¶
URIRef
= rdflib.term.URIRef('https://schema.org/datasetTimeInterval')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateCreated')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateDeleted')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateIssued')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateModified')¶
URIRef
= rdflib.term.URIRef('https://schema.org/datePosted')¶
URIRef
= rdflib.term.URIRef('https://schema.org/datePublished')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateRead')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateReceived')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateSent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateVehicleFirstRegistered')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dateline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dayOfWeek')¶
URIRef
= rdflib.term.URIRef('https://schema.org/deathDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/deathPlace')¶
URIRef
= rdflib.term.URIRef('https://schema.org/defaultValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/deliveryAddress')¶
URIRef
= rdflib.term.URIRef('https://schema.org/deliveryLeadTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/deliveryMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/deliveryStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/deliveryTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/department')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departureAirport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departureBoatTerminal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departureBusStop')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departureGate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departurePlatform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departureStation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departureTerminal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/departureTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dependencies')¶
URIRef
= rdflib.term.URIRef('https://schema.org/depth')¶
URIRef
= rdflib.term.URIRef('https://schema.org/description')¶
URIRef
= rdflib.term.URIRef('https://schema.org/device')¶
URIRef
= rdflib.term.URIRef('https://schema.org/diagnosis')¶
URIRef
= rdflib.term.URIRef('https://schema.org/diagram')¶
URIRef
= rdflib.term.URIRef('https://schema.org/diet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dietFeatures')¶
URIRef
= rdflib.term.URIRef('https://schema.org/differentialDiagnosis')¶
URIRef
= rdflib.term.URIRef('https://schema.org/directApply')¶
URIRef
= rdflib.term.URIRef('https://schema.org/director')¶
URIRef
= rdflib.term.URIRef('https://schema.org/directors')¶
URIRef
= rdflib.term.URIRef('https://schema.org/disambiguatingDescription')¶
URIRef
= rdflib.term.URIRef('https://schema.org/discount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/discountCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/discountCurrency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/discusses')¶
URIRef
= rdflib.term.URIRef('https://schema.org/discussionUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/diseasePreventionInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/diseaseSpreadStatistics')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dissolutionDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/distance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/distinguishingSign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/distribution')¶
URIRef
= rdflib.term.URIRef('https://schema.org/diversityPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/diversityStaffingReport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/documentation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/doesNotShip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/domainIncludes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/domiciledMortgage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/doorTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dosageForm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/doseSchedule')¶
URIRef
= rdflib.term.URIRef('https://schema.org/doseUnit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/doseValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/downPayment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/downloadUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/downvoteCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/drainsTo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/driveWheelConfiguration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dropoffLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/dropoffTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/drug')¶
URIRef
= rdflib.term.URIRef('https://schema.org/drugClass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/drugUnit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/duns')¶
URIRef
= rdflib.term.URIRef('https://schema.org/duplicateTherapy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/duration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/durationOfWarranty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/duringMedia')¶
URIRef
= rdflib.term.URIRef('https://schema.org/earlyPrepaymentPenalty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/editEIDR')¶
URIRef
= rdflib.term.URIRef('https://schema.org/editor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eduQuestionType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationalAlignment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationalCredentialAwarded')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationalFramework')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationalLevel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationalProgramMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationalRole')¶
URIRef
= rdflib.term.URIRef('https://schema.org/educationalUse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/elevation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eligibilityToWorkRequirement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eligibleCustomerType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eligibleDuration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eligibleQuantity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eligibleRegion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eligibleTransactionVolume')¶
URIRef
= rdflib.term.URIRef('https://schema.org/email')¶
URIRef
= rdflib.term.URIRef('https://schema.org/embedUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/embeddedTextCaption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/emissionsCO2')¶
URIRef
= rdflib.term.URIRef('https://schema.org/employee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/employees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/employerOverview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/employmentType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/employmentUnit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/encodesBioChemEntity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/encodesCreativeWork')¶
URIRef
= rdflib.term.URIRef('https://schema.org/encoding')¶
URIRef
= rdflib.term.URIRef('https://schema.org/encodingFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/encodingType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/encodings')¶
URIRef
= rdflib.term.URIRef('https://schema.org/endDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/endOffset')¶
URIRef
= rdflib.term.URIRef('https://schema.org/endTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/endorsee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/endorsers')¶
URIRef
= rdflib.term.URIRef('https://schema.org/energyEfficiencyScaleMax')¶
URIRef
= rdflib.term.URIRef('https://schema.org/energyEfficiencyScaleMin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/engineDisplacement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/enginePower')¶
URIRef
= rdflib.term.URIRef('https://schema.org/engineType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/entertainmentBusiness')¶
URIRef
= rdflib.term.URIRef('https://schema.org/epidemiology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/episode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/episodeNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/episodes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/equal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/error')¶
URIRef
= rdflib.term.URIRef('https://schema.org/estimatedCost')¶
URIRef
= rdflib.term.URIRef('https://schema.org/estimatedFlightDuration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/estimatedSalary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/estimatesRiskOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ethicsPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/event')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eventAttendanceMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eventSchedule')¶
URIRef
= rdflib.term.URIRef('https://schema.org/eventStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/events')¶
URIRef
= rdflib.term.URIRef('https://schema.org/evidenceLevel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/evidenceOrigin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/exampleOfWork')¶
URIRef
= rdflib.term.URIRef('https://schema.org/exceptDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/exchangeRateSpread')¶
URIRef
= rdflib.term.URIRef('https://schema.org/executableLibraryName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/exerciseCourse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/exercisePlan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/exerciseType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/exifData')¶
URIRef
= rdflib.term.URIRef('https://schema.org/expectedArrivalFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/expectedArrivalUntil')¶
URIRef
= rdflib.term.URIRef('https://schema.org/expectedPrognosis')¶
URIRef
= rdflib.term.URIRef('https://schema.org/expectsAcceptanceOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/experienceInPlaceOfEducation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/experienceRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/expertConsiderations')¶
URIRef
= rdflib.term.URIRef('https://schema.org/expires')¶
URIRef
= rdflib.term.URIRef('https://schema.org/expressedIn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/familyName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fatContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/faxNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/featureList')¶
URIRef
= rdflib.term.URIRef('https://schema.org/feesAndCommissionsSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fiberContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fileFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fileSize')¶
URIRef
= rdflib.term.URIRef('https://schema.org/financialAidEligible')¶
URIRef
= rdflib.term.URIRef('https://schema.org/firstAppearance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/firstPerformance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/flightDistance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/flightNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/floorLevel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/floorLimit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/floorSize')¶
URIRef
= rdflib.term.URIRef('https://schema.org/followee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/follows')¶
URIRef
= rdflib.term.URIRef('https://schema.org/followup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/foodEstablishment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/foodEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/foodWarning')¶
URIRef
= rdflib.term.URIRef('https://schema.org/founder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/founders')¶
URIRef
= rdflib.term.URIRef('https://schema.org/foundingDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/foundingLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/free')¶
URIRef
= rdflib.term.URIRef('https://schema.org/freeShippingThreshold')¶
URIRef
= rdflib.term.URIRef('https://schema.org/frequency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fromLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fuelCapacity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fuelConsumption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fuelEfficiency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fuelType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/functionalClass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/fundedItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/funder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/game')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gameItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gameLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gamePlatform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gameServer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gameTip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gender')¶
URIRef
= rdflib.term.URIRef('https://schema.org/genre')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoContains')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoCoveredBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoCovers')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoCrosses')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoDisjoint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoEquals')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoIntersects')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoMidpoint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoOverlaps')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoRadius')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoTouches')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geoWithin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/geographicArea')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gettingTestedInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/givenName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/globalLocationNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/governmentBenefitsInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gracePeriod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/grantee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/greater')¶
URIRef
= rdflib.term.URIRef('https://schema.org/greaterOrEqual')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gtin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gtin12')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gtin13')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gtin14')¶
URIRef
= rdflib.term.URIRef('https://schema.org/gtin8')¶
URIRef
= rdflib.term.URIRef('https://schema.org/guideline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/guidelineDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/guidelineSubject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/handlingTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasBioChemEntityPart')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasBioPolymerSequence')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasBroadcastChannel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasCategoryCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasCourse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasCourseInstance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasCredential')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasDefinedTerm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasDeliveryMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasDigitalDocumentPermission')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasDriveThroughService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasEnergyConsumptionDetails')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasEnergyEfficiencyCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasHealthAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasMap')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasMeasurement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasMerchantReturnPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasMolecularFunction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasOccupation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasOfferCatalog')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasPOS')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasPart')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasRepresentation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hasVariant')¶
URIRef
= rdflib.term.URIRef('https://schema.org/headline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanCoinsuranceOption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanCoinsuranceRate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanCopay')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanCopayOption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanCostSharing')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanDrugOption')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanDrugTier')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanId')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanMarketingUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanNetworkId')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanNetworkTier')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthPlanPharmacyCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/healthcareReportingData')¶
URIRef
= rdflib.term.URIRef('https://schema.org/height')¶
URIRef
= rdflib.term.URIRef('https://schema.org/highPrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hiringOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/holdingArchive')¶
URIRef
= rdflib.term.URIRef('https://schema.org/homeLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/homeTeam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/honorificPrefix')¶
URIRef
= rdflib.term.URIRef('https://schema.org/honorificSuffix')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hospitalAffiliation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hostingOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/hoursAvailable')¶
URIRef
= rdflib.term.URIRef('https://schema.org/howPerformed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/httpMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/iataCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/icaoCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/identifier')¶
URIRef
= rdflib.term.URIRef('https://schema.org/identifyingExam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/identifyingTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/illustrator')¶
URIRef
= rdflib.term.URIRef('https://schema.org/image')¶
URIRef
= rdflib.term.URIRef('https://schema.org/imagingTechnique')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inAlbum')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inBroadcastLineup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inChI')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inChIKey')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inCodeSet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inDefinedTermSet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inLanguage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inPlaylist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inProductGroupWithID')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inStoreReturnsOffered')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inSupportOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/incentiveCompensation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/incentives')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includedComposition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includedDataCatalog')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includedInDataCatalog')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includedInHealthInsurancePlan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includedRiskFactor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includesAttraction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includesHealthPlanFormulary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includesHealthPlanNetwork')¶
URIRef
= rdflib.term.URIRef('https://schema.org/includesObject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/increasesRiskOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/industry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ineligibleRegion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/infectiousAgent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/infectiousAgentClass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ingredients')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inker')¶
URIRef
= rdflib.term.URIRef('https://schema.org/insertion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/installUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/instructor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/instrument')¶
URIRef
= rdflib.term.URIRef('https://schema.org/intensity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interactingDrug')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interactionCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interactionService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interactionStatistic')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interactionType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interactivityType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interestRate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/interpretedAsClaim')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inventoryLevel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/inverseOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isAcceptingNewPatients')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isAccessibleForFree')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isAccessoryOrSparePartFor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isAvailableGenerically')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isBasedOn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isBasedOnUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isConsumableFor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isEncodedByBioChemEntity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isFamilyFriendly')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isGift')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isInvolvedInBiologicalProcess')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isLiveBroadcast')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isLocatedInSubcellularLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isPartOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isPartOfBioChemEntity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isPlanForApartment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isProprietary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isResizable')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isSimilarTo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isUnlabelledFallback')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isVariantOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isbn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isicV4')¶
URIRef
= rdflib.term.URIRef('https://schema.org/isrcCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/issn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/issueNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/issuedBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/issuedThrough')¶
URIRef
= rdflib.term.URIRef('https://schema.org/iswcCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/item')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemCondition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemDefectReturnFees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemDefectReturnLabelSource')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemDefectReturnShippingFeesAmount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemListElement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemListOrder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemOffered')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemReviewed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itemShipped')¶
URIRef
= rdflib.term.URIRef('https://schema.org/itinerary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/iupacName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/jobBenefits')¶
URIRef
= rdflib.term.URIRef('https://schema.org/jobImmediateStart')¶
URIRef
= rdflib.term.URIRef('https://schema.org/jobLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/jobLocationType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/jobStartDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/jobTitle')¶
URIRef
= rdflib.term.URIRef('https://schema.org/jurisdiction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/keywords')¶
URIRef
= rdflib.term.URIRef('https://schema.org/knownVehicleDamages')¶
URIRef
= rdflib.term.URIRef('https://schema.org/knows')¶
URIRef
= rdflib.term.URIRef('https://schema.org/knowsAbout')¶
URIRef
= rdflib.term.URIRef('https://schema.org/knowsLanguage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/labelDetails')¶
URIRef
= rdflib.term.URIRef('https://schema.org/landlord')¶
URIRef
= rdflib.term.URIRef('https://schema.org/language')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lastReviewed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/latitude')¶
URIRef
= rdflib.term.URIRef('https://schema.org/layoutImage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/learningResourceType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/leaseLength')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legalName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legalStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationApplies')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationChanges')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationConsolidates')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationDateVersion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationIdentifier')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationJurisdiction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationLegalForce')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationLegalValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationPassedBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationResponsible')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationTransposes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/legislationType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/leiCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lender')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lesser')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lesserOrEqual')¶
URIRef
= rdflib.term.URIRef('https://schema.org/letterer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/license')¶
URIRef
= rdflib.term.URIRef('https://schema.org/line')¶
URIRef
= rdflib.term.URIRef('https://schema.org/linkRelationship')¶
URIRef
= rdflib.term.URIRef('https://schema.org/liveBlogUpdate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/loanMortgageMandateAmount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/loanPaymentAmount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/loanPaymentFrequency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/loanRepaymentForm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/loanTerm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/loanType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/location')¶
URIRef
= rdflib.term.URIRef('https://schema.org/locationCreated')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lodgingUnitDescription')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lodgingUnitType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/logo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/longitude')¶
URIRef
= rdflib.term.URIRef('https://schema.org/loser')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lowPrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lyricist')¶
URIRef
= rdflib.term.URIRef('https://schema.org/lyrics')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mainContentOfPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mainEntity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mainEntityOfPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maintainer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/makesOffer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/manufacturer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/map')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mapType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maps')¶
URIRef
= rdflib.term.URIRef('https://schema.org/marginOfError')¶
URIRef
= rdflib.term.URIRef('https://schema.org/masthead')¶
URIRef
= rdflib.term.URIRef('https://schema.org/material')¶
URIRef
= rdflib.term.URIRef('https://schema.org/materialExtent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mathExpression')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maxPrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maxValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maximumAttendeeCapacity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maximumEnrollment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maximumIntake')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maximumPhysicalAttendeeCapacity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/maximumVirtualAttendeeCapacity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mealService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/measuredProperty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/measuredValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/measurementTechnique')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mechanismOfAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mediaAuthenticityCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mediaItemAppearance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/median')¶
URIRef
= rdflib.term.URIRef('https://schema.org/medicalAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/medicalSpecialty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/medicineSystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/meetsEmissionStandard')¶
URIRef
= rdflib.term.URIRef('https://schema.org/member')¶
URIRef
= rdflib.term.URIRef('https://schema.org/memberOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/members')¶
URIRef
= rdflib.term.URIRef('https://schema.org/membershipNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/membershipPointsEarned')¶
URIRef
= rdflib.term.URIRef('https://schema.org/memoryRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mentions')¶
URIRef
= rdflib.term.URIRef('https://schema.org/merchant')¶
URIRef
= rdflib.term.URIRef('https://schema.org/merchantReturnDays')¶
URIRef
= rdflib.term.URIRef('https://schema.org/merchantReturnLink')¶
URIRef
= rdflib.term.URIRef('https://schema.org/messageAttachment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mileageFromOdometer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/minPrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/minValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/minimumPaymentDue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/missionCoveragePrioritiesPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/model')¶
URIRef
= rdflib.term.URIRef('https://schema.org/modelDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/modifiedTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/molecularFormula')¶
URIRef
= rdflib.term.URIRef('https://schema.org/molecularWeight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/monoisotopicMolecularWeight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/monthlyMinimumRepaymentAmount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/monthsOfExperience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/mpn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/multipleValues')¶
URIRef
= rdflib.term.URIRef('https://schema.org/muscleAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/musicArrangement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/musicBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/musicCompositionForm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/musicGroupMember')¶
URIRef
= rdflib.term.URIRef('https://schema.org/musicReleaseFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/musicalKey')¶
URIRef
= rdflib.term.URIRef('https://schema.org/naics')¶
URIRef
= rdflib.term.URIRef('https://schema.org/name')¶
URIRef
= rdflib.term.URIRef('https://schema.org/namedPosition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nationality')¶
URIRef
= rdflib.term.URIRef('https://schema.org/naturalProgression')¶
URIRef
= rdflib.term.URIRef('https://schema.org/negativeNotes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nerve')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nerveMotor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/netWorth')¶
URIRef
= rdflib.term.URIRef('https://schema.org/newsUpdatesAndGuidelines')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nextItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/noBylinesPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nonEqual')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nonProprietaryName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nonprofitStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/normalRange')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nsn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numAdults')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numChildren')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numConstraints')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numTracks')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfAccommodationUnits')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfAirbags')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfAvailableAccommodationUnits')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfAxles')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfBathroomsTotal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfBedrooms')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfBeds')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfCredits')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfDoors')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfEmployees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfEpisodes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfForwardGears')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfFullBathrooms')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfItems')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfLoanPayments')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfPages')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfPartialBathrooms')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfPlayers')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfPreviousOwners')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfRooms')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberOfSeasons')¶
URIRef
= rdflib.term.URIRef('https://schema.org/numberedPosition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/nutrition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/object')¶
URIRef
= rdflib.term.URIRef('https://schema.org/observationDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/observedNode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/occupancy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/occupationLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/occupationalCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/occupationalCredentialAwarded')¶
URIRef
= rdflib.term.URIRef('https://schema.org/offerCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/offeredBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/offers')¶
URIRef
= rdflib.term.URIRef('https://schema.org/offersPrescriptionByMail')¶
URIRef
= rdflib.term.URIRef('https://schema.org/openingHours')¶
URIRef
= rdflib.term.URIRef('https://schema.org/opens')¶
URIRef
= rdflib.term.URIRef('https://schema.org/operatingSystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/opponent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/option')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderDelivery')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderItemNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderItemStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderQuantity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/orderedItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/organizer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/originAddress')¶
URIRef
= rdflib.term.URIRef('https://schema.org/originalMediaContextDescription')¶
URIRef
= rdflib.term.URIRef('https://schema.org/originalMediaLink')¶
URIRef
= rdflib.term.URIRef('https://schema.org/originatesFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/overdosage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ownedFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ownedThrough')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ownershipFundingInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/owns')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pageEnd')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pageStart')¶
URIRef
= rdflib.term.URIRef('https://schema.org/parent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/parentItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/parentOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/parentService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/parentTaxon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/parents')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfEpisode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfInvoice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfOrder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfSeason')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfSystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfTVSeries')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partOfTrip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/participant')¶
URIRef
= rdflib.term.URIRef('https://schema.org/partySize')¶
URIRef
= rdflib.term.URIRef('https://schema.org/passengerPriorityStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/passengerSequenceNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pathophysiology')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pattern')¶
URIRef
= rdflib.term.URIRef('https://schema.org/payload')¶
URIRef
= rdflib.term.URIRef('https://schema.org/paymentAccepted')¶
URIRef
= rdflib.term.URIRef('https://schema.org/paymentDue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/paymentDueDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/paymentMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/paymentMethodId')¶
URIRef
= rdflib.term.URIRef('https://schema.org/paymentStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/paymentUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/penciler')¶
URIRef
= rdflib.term.URIRef('https://schema.org/percentile10')¶
URIRef
= rdflib.term.URIRef('https://schema.org/percentile25')¶
URIRef
= rdflib.term.URIRef('https://schema.org/percentile75')¶
URIRef
= rdflib.term.URIRef('https://schema.org/percentile90')¶
URIRef
= rdflib.term.URIRef('https://schema.org/performTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/performer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/performerIn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/performers')¶
URIRef
= rdflib.term.URIRef('https://schema.org/permissionType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/permissions')¶
URIRef
= rdflib.term.URIRef('https://schema.org/permitAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/permittedUsage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/petsAllowed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/phoneticText')¶
URIRef
= rdflib.term.URIRef('https://schema.org/photo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/photos')¶
URIRef
= rdflib.term.URIRef('https://schema.org/physicalRequirement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/physiologicalBenefits')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pickupLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pickupTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/playMode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/playerType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/playersOnline')¶
URIRef
= rdflib.term.URIRef('https://schema.org/polygon')¶
URIRef
= rdflib.term.URIRef('https://schema.org/populationType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/position')¶
URIRef
= rdflib.term.URIRef('https://schema.org/positiveNotes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/possibleComplication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/possibleTreatment')¶
URIRef
= rdflib.term.URIRef('https://schema.org/postOfficeBoxNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/postOp')¶
URIRef
= rdflib.term.URIRef('https://schema.org/postalCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/postalCodeBegin')¶
URIRef
= rdflib.term.URIRef('https://schema.org/postalCodeEnd')¶
URIRef
= rdflib.term.URIRef('https://schema.org/postalCodePrefix')¶
URIRef
= rdflib.term.URIRef('https://schema.org/postalCodeRange')¶
URIRef
= rdflib.term.URIRef('https://schema.org/potentialAction')¶
URIRef
= rdflib.term.URIRef('https://schema.org/potentialUse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/preOp')¶
URIRef
= rdflib.term.URIRef('https://schema.org/predecessorOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pregnancyCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/pregnancyWarning')¶
URIRef
= rdflib.term.URIRef('https://schema.org/prepTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/preparation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/prescribingInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/prescriptionStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/previousItem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/previousStartDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/price')¶
URIRef
= rdflib.term.URIRef('https://schema.org/priceComponent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/priceComponentType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/priceCurrency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/priceRange')¶
URIRef
= rdflib.term.URIRef('https://schema.org/priceSpecification')¶
URIRef
= rdflib.term.URIRef('https://schema.org/priceType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/priceValidUntil')¶
URIRef
= rdflib.term.URIRef('https://schema.org/primaryImageOfPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/primaryPrevention')¶
URIRef
= rdflib.term.URIRef('https://schema.org/printColumn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/printEdition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/printPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/printSection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/procedure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/procedureType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/processingTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/processorRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/producer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/produces')¶
URIRef
= rdflib.term.URIRef('https://schema.org/productGroupID')¶
URIRef
= rdflib.term.URIRef('https://schema.org/productID')¶
URIRef
= rdflib.term.URIRef('https://schema.org/productSupported')¶
URIRef
= rdflib.term.URIRef('https://schema.org/productionCompany')¶
URIRef
= rdflib.term.URIRef('https://schema.org/productionDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/proficiencyLevel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/programMembershipUsed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/programName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/programPrerequisites')¶
URIRef
= rdflib.term.URIRef('https://schema.org/programType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/programmingLanguage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/programmingModel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/propertyID')¶
URIRef
= rdflib.term.URIRef('https://schema.org/proprietaryName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/proteinContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/provider')¶
URIRef
= rdflib.term.URIRef('https://schema.org/providerMobility')¶
URIRef
= rdflib.term.URIRef('https://schema.org/providesBroadcastService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/providesService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publicAccess')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publicTransportClosuresInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publication')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publicationType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publishedBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publishedOn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publisher')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publisherImprint')¶
URIRef
= rdflib.term.URIRef('https://schema.org/publishingPrinciples')¶
URIRef
= rdflib.term.URIRef('https://schema.org/purchaseDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/qualifications')¶
URIRef
= rdflib.term.URIRef('https://schema.org/quarantineGuidelines')¶
URIRef
= rdflib.term.URIRef('https://schema.org/query')¶
URIRef
= rdflib.term.URIRef('https://schema.org/quest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/question')¶
URIRef
= rdflib.term.URIRef('https://schema.org/rangeIncludes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ratingCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ratingExplanation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ratingValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/readBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/readonlyValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/realEstateAgent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recipe')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recipeCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recipeCuisine')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recipeIngredient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recipeInstructions')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recipeYield')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recipient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recognizedBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recognizingAuthority')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recommendationStrength')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recommendedIntake')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recordLabel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recordedAs')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recordedAt')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recordedIn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recordingOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/recourseLoan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/referenceQuantity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/referencesOrder')¶
URIRef
= rdflib.term.URIRef('https://schema.org/refundType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/regionDrained')¶
URIRef
= rdflib.term.URIRef('https://schema.org/regionsAllowed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/releaseDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/releaseNotes')¶
URIRef
= rdflib.term.URIRef('https://schema.org/releaseOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/releasedEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/relevantOccupation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/relevantSpecialty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/remainingAttendeeCapacity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/renegotiableLoan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/repeatCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/repeatFrequency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/repetitions')¶
URIRef
= rdflib.term.URIRef('https://schema.org/replacee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/replacer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/replyToUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reportNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/representativeOfPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/requiredCollateral')¶
URIRef
= rdflib.term.URIRef('https://schema.org/requiredGender')¶
URIRef
= rdflib.term.URIRef('https://schema.org/requiredMaxAge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/requiredMinAge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/requiredQuantity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/requirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/requiresSubscription')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reservationFor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reservationId')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reservationStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reservedTicket')¶
URIRef
= rdflib.term.URIRef('https://schema.org/responsibilities')¶
URIRef
= rdflib.term.URIRef('https://schema.org/restPeriods')¶
URIRef
= rdflib.term.URIRef('https://schema.org/restockingFee')¶
URIRef
= rdflib.term.URIRef('https://schema.org/result')¶
URIRef
= rdflib.term.URIRef('https://schema.org/resultReview')¶
URIRef
= rdflib.term.URIRef('https://schema.org/returnFees')¶
URIRef
= rdflib.term.URIRef('https://schema.org/returnLabelSource')¶
URIRef
= rdflib.term.URIRef('https://schema.org/returnMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/returnPolicyCategory')¶
URIRef
= rdflib.term.URIRef('https://schema.org/returnPolicyCountry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/returnPolicySeasonalOverride')¶
URIRef
= rdflib.term.URIRef('https://schema.org/returnShippingFeesAmount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/review')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reviewAspect')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reviewBody')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reviewCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reviewRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reviewedBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/reviews')¶
URIRef
= rdflib.term.URIRef('https://schema.org/riskFactor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/risks')¶
URIRef
= rdflib.term.URIRef('https://schema.org/roleName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/roofLoad')¶
URIRef
= rdflib.term.URIRef('https://schema.org/rsvpResponse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/runsTo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/runtime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/runtimePlatform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/rxcui')¶
URIRef
= rdflib.term.URIRef('https://schema.org/safetyConsideration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/salaryCurrency')¶
URIRef
= rdflib.term.URIRef('https://schema.org/salaryUponCompletion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sameAs')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sampleType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/saturatedFatContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/scheduleTimezone')¶
URIRef
= rdflib.term.URIRef('https://schema.org/scheduledPaymentDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/scheduledTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/schemaVersion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/schoolClosuresInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/screenCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/screenshot')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sdDatePublished')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sdLicense')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sdPublisher')¶
URIRef
= rdflib.term.URIRef('https://schema.org/season')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seasonNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seasons')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seatNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seatRow')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seatSection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seatingCapacity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seatingType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/secondaryPrevention')¶
URIRef
= rdflib.term.URIRef('https://schema.org/securityClearanceRequirement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/securityScreening')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seeks')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seller')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sender')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sensoryRequirement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sensoryUnit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serialNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/seriousAdverseOutcome')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serverStatus')¶
URIRef
= rdflib.term.URIRef('https://schema.org/servesCuisine')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceArea')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceAudience')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceOperator')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceOutput')¶
URIRef
= rdflib.term.URIRef('https://schema.org/servicePhone')¶
URIRef
= rdflib.term.URIRef('https://schema.org/servicePostalAddress')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceSmsNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/serviceUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/servingSize')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sha256')¶
URIRef
= rdflib.term.URIRef('https://schema.org/shippingDestination')¶
URIRef
= rdflib.term.URIRef('https://schema.org/shippingDetails')¶
URIRef
= rdflib.term.URIRef('https://schema.org/shippingLabel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/shippingRate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/shippingSettingsLink')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sibling')¶
URIRef
= rdflib.term.URIRef('https://schema.org/siblings')¶
URIRef
= rdflib.term.URIRef('https://schema.org/signDetected')¶
URIRef
= rdflib.term.URIRef('https://schema.org/signOrSymptom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/significance')¶
URIRef
= rdflib.term.URIRef('https://schema.org/significantLink')¶
URIRef
= rdflib.term.URIRef('https://schema.org/significantLinks')¶
URIRef
= rdflib.term.URIRef('https://schema.org/size')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sizeGroup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sizeSystem')¶
URIRef
= rdflib.term.URIRef('https://schema.org/skills')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sku')¶
URIRef
= rdflib.term.URIRef('https://schema.org/slogan')¶
URIRef
= rdflib.term.URIRef('https://schema.org/smiles')¶
URIRef
= rdflib.term.URIRef('https://schema.org/smokingAllowed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sodiumContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/softwareAddOn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/softwareHelp')¶
URIRef
= rdflib.term.URIRef('https://schema.org/softwareRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/softwareVersion')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sourceOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sourcedFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/spatial')¶
URIRef
= rdflib.term.URIRef('https://schema.org/spatialCoverage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/speakable')¶
URIRef
= rdflib.term.URIRef('https://schema.org/specialCommitments')¶
URIRef
= rdflib.term.URIRef('https://schema.org/specialty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/speechToTextMarkup')¶
URIRef
= rdflib.term.URIRef('https://schema.org/speed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/spokenByCharacter')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sport')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sportsActivityLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sportsEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sportsTeam')¶
URIRef
= rdflib.term.URIRef('https://schema.org/spouse')¶
URIRef
= rdflib.term.URIRef('https://schema.org/stage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/stageAsNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/starRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/startDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/startOffset')¶
URIRef
= rdflib.term.URIRef('https://schema.org/startTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/status')¶
URIRef
= rdflib.term.URIRef('https://schema.org/steeringPosition')¶
URIRef
= rdflib.term.URIRef('https://schema.org/step')¶
URIRef
= rdflib.term.URIRef('https://schema.org/stepValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/steps')¶
URIRef
= rdflib.term.URIRef('https://schema.org/storageRequirements')¶
URIRef
= rdflib.term.URIRef('https://schema.org/streetAddress')¶
URIRef
= rdflib.term.URIRef('https://schema.org/strengthUnit')¶
URIRef
= rdflib.term.URIRef('https://schema.org/strengthValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/structuralClass')¶
URIRef
= rdflib.term.URIRef('https://schema.org/study')¶
URIRef
= rdflib.term.URIRef('https://schema.org/studyDesign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/studyLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/studySubject')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subEvents')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subOrganization')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subReservation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subStageSuffix')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subStructure')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subTrip')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subjectOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/subtitleLanguage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/successorOf')¶
URIRef
= rdflib.term.URIRef('https://schema.org/sugarContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/suggestedAge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/suggestedAnswer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/suggestedGender')¶
URIRef
= rdflib.term.URIRef('https://schema.org/suggestedMaxAge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/suggestedMeasurement')¶
URIRef
= rdflib.term.URIRef('https://schema.org/suggestedMinAge')¶
URIRef
= rdflib.term.URIRef('https://schema.org/suitableForDiet')¶
URIRef
= rdflib.term.URIRef('https://schema.org/superEvent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/supersededBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/supply')¶
URIRef
= rdflib.term.URIRef('https://schema.org/supplyTo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/supportingData')¶
URIRef
= rdflib.term.URIRef('https://schema.org/surface')¶
URIRef
= rdflib.term.URIRef('https://schema.org/target')¶
URIRef
= rdflib.term.URIRef('https://schema.org/targetCollection')¶
URIRef
= rdflib.term.URIRef('https://schema.org/targetDescription')¶
URIRef
= rdflib.term.URIRef('https://schema.org/targetName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/targetPlatform')¶
URIRef
= rdflib.term.URIRef('https://schema.org/targetPopulation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/targetProduct')¶
URIRef
= rdflib.term.URIRef('https://schema.org/targetUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/taxID')¶
URIRef
= rdflib.term.URIRef('https://schema.org/taxonRank')¶
URIRef
= rdflib.term.URIRef('https://schema.org/taxonomicRange')¶
URIRef
= rdflib.term.URIRef('https://schema.org/teaches')¶
URIRef
= rdflib.term.URIRef('https://schema.org/telephone')¶
URIRef
= rdflib.term.URIRef('https://schema.org/temporal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/temporalCoverage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/termCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/termDuration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/termsOfService')¶
URIRef
= rdflib.term.URIRef('https://schema.org/termsPerYear')¶
URIRef
= rdflib.term.URIRef('https://schema.org/text')¶
URIRef
= rdflib.term.URIRef('https://schema.org/textValue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/thumbnail')¶
URIRef
= rdflib.term.URIRef('https://schema.org/thumbnailUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tickerSymbol')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ticketNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ticketToken')¶
URIRef
= rdflib.term.URIRef('https://schema.org/ticketedSeat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/timeOfDay')¶
URIRef
= rdflib.term.URIRef('https://schema.org/timeRequired')¶
URIRef
= rdflib.term.URIRef('https://schema.org/timeToComplete')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tissueSample')¶
URIRef
= rdflib.term.URIRef('https://schema.org/title')¶
URIRef
= rdflib.term.URIRef('https://schema.org/titleEIDR')¶
URIRef
= rdflib.term.URIRef('https://schema.org/toLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/toRecipient')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tocContinuation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tocEntry')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tongueWeight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tool')¶
URIRef
= rdflib.term.URIRef('https://schema.org/torque')¶
URIRef
= rdflib.term.URIRef('https://schema.org/totalJobOpenings')¶
URIRef
= rdflib.term.URIRef('https://schema.org/totalPaymentDue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/totalPrice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/totalTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tourBookingPage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/touristType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/track')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trackingNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trackingUrl')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tracks')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trailer')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trailerWeight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trainName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trainNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trainingSalary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/transFatContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/transcript')¶
URIRef
= rdflib.term.URIRef('https://schema.org/transitTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/transitTimeLabel')¶
URIRef
= rdflib.term.URIRef('https://schema.org/translationOfWork')¶
URIRef
= rdflib.term.URIRef('https://schema.org/translator')¶
URIRef
= rdflib.term.URIRef('https://schema.org/transmissionMethod')¶
URIRef
= rdflib.term.URIRef('https://schema.org/travelBans')¶
URIRef
= rdflib.term.URIRef('https://schema.org/trialDesign')¶
URIRef
= rdflib.term.URIRef('https://schema.org/tributary')¶
URIRef
= rdflib.term.URIRef('https://schema.org/typeOfBed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/typeOfGood')¶
URIRef
= rdflib.term.URIRef('https://schema.org/typicalAgeRange')¶
URIRef
= rdflib.term.URIRef('https://schema.org/typicalCreditsPerTerm')¶
URIRef
= rdflib.term.URIRef('https://schema.org/typicalTest')¶
URIRef
= rdflib.term.URIRef('https://schema.org/underName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/unitCode')¶
URIRef
= rdflib.term.URIRef('https://schema.org/unitText')¶
URIRef
= rdflib.term.URIRef('https://schema.org/unnamedSourcesPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/unsaturatedFatContent')¶
URIRef
= rdflib.term.URIRef('https://schema.org/uploadDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/upvoteCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/url')¶
URIRef
= rdflib.term.URIRef('https://schema.org/urlTemplate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/usageInfo')¶
URIRef
= rdflib.term.URIRef('https://schema.org/usedToDiagnose')¶
URIRef
= rdflib.term.URIRef('https://schema.org/userInteractionCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/usesDevice')¶
URIRef
= rdflib.term.URIRef('https://schema.org/usesHealthPlanIdStandard')¶
URIRef
= rdflib.term.URIRef('https://schema.org/utterances')¶
URIRef
= rdflib.term.URIRef('https://schema.org/validFor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/validFrom')¶
URIRef
= rdflib.term.URIRef('https://schema.org/validIn')¶
URIRef
= rdflib.term.URIRef('https://schema.org/validThrough')¶
URIRef
= rdflib.term.URIRef('https://schema.org/validUntil')¶
URIRef
= rdflib.term.URIRef('https://schema.org/value')¶
URIRef
= rdflib.term.URIRef('https://schema.org/valueAddedTaxIncluded')¶
URIRef
= rdflib.term.URIRef('https://schema.org/valueMaxLength')¶
URIRef
= rdflib.term.URIRef('https://schema.org/valueMinLength')¶
URIRef
= rdflib.term.URIRef('https://schema.org/valueName')¶
URIRef
= rdflib.term.URIRef('https://schema.org/valuePattern')¶
URIRef
= rdflib.term.URIRef('https://schema.org/valueReference')¶
URIRef
= rdflib.term.URIRef('https://schema.org/valueRequired')¶
URIRef
= rdflib.term.URIRef('https://schema.org/variableMeasured')¶
URIRef
= rdflib.term.URIRef('https://schema.org/variantCover')¶
URIRef
= rdflib.term.URIRef('https://schema.org/variesBy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vatID')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleConfiguration')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleEngine')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleIdentificationNumber')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleInteriorColor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleInteriorType')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleModelDate')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleSeatingCapacity')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleSpecialUsage')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vehicleTransmission')¶
URIRef
= rdflib.term.URIRef('https://schema.org/vendor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/verificationFactCheckingPolicy')¶
URIRef
= rdflib.term.URIRef('https://schema.org/version')¶
URIRef
= rdflib.term.URIRef('https://schema.org/video')¶
URIRef
= rdflib.term.URIRef('https://schema.org/videoFormat')¶
URIRef
= rdflib.term.URIRef('https://schema.org/videoFrameSize')¶
URIRef
= rdflib.term.URIRef('https://schema.org/videoQuality')¶
URIRef
= rdflib.term.URIRef('https://schema.org/warning')¶
URIRef
= rdflib.term.URIRef('https://schema.org/warranty')¶
URIRef
= rdflib.term.URIRef('https://schema.org/warrantyPromise')¶
URIRef
= rdflib.term.URIRef('https://schema.org/warrantyScope')¶
URIRef
= rdflib.term.URIRef('https://schema.org/webCheckinTime')¶
URIRef
= rdflib.term.URIRef('https://schema.org/webFeed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/weight')¶
URIRef
= rdflib.term.URIRef('https://schema.org/weightTotal')¶
URIRef
= rdflib.term.URIRef('https://schema.org/wheelbase')¶
URIRef
= rdflib.term.URIRef('https://schema.org/width')¶
URIRef
= rdflib.term.URIRef('https://schema.org/winner')¶
URIRef
= rdflib.term.URIRef('https://schema.org/wordCount')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workExample')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workFeatured')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workHours')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workLocation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workPerformed')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workPresented')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workTranslation')¶
URIRef
= rdflib.term.URIRef('https://schema.org/workload')¶
URIRef
= rdflib.term.URIRef('https://schema.org/worksFor')¶
URIRef
= rdflib.term.URIRef('https://schema.org/worstRating')¶
URIRef
= rdflib.term.URIRef('https://schema.org/xpath')¶
URIRef
= rdflib.term.URIRef('https://schema.org/yearBuilt')¶
URIRef
= rdflib.term.URIRef('https://schema.org/yearlyRevenue')¶
URIRef
= rdflib.term.URIRef('https://schema.org/yearsInOperation')¶
Bases: DefinedNamespace
W3C Shapes Constraint Language (SHACL) Vocabulary
This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.
Generated from: https://www.w3.org/ns/shacl.ttl Date: 2020-05-26 14:20:08.041103
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#AbstractResult')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#AndConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#BlankNode')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#BlankNodeOrIRI')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#BlankNodeOrLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ClassConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ClosedConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#DatatypeConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#DisjointConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#EqualsConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ExpressionConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Function')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#HasValueConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#IRI')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#IRIOrLiteral')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#InConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Info')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSConstraint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSExecutable')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSFunction')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSLibrary')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSRule')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSTarget')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSTargetType')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#JSValidator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#LanguageInConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#LessThanConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Literal')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MaxCountConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MaxLengthConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MinCountConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#MinLengthConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#NodeConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#NodeKind')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#NodeKindConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#NodeShape')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#NotConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#OrConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Parameter')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Parameterizable')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#PatternConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#PrefixDeclaration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#PropertyConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#PropertyGroup')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#PropertyShape')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ResultAnnotation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Rule')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLAskExecutable')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLAskValidator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLConstraint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLConstructExecutable')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLExecutable')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLFunction')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLRule')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLSelectExecutable')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLSelectValidator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLTarget')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLTargetType')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#SPARQLUpdateExecutable')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Severity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Shape')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Target')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#TargetType')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#TripleRule')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#UniqueLangConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ValidationReport')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ValidationResult')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Validator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Violation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#Warning')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#XoneConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#alternativePath')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#annotationProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#annotationValue')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#annotationVarName')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ask')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#closed')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#condition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#conforms')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#construct')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#datatype')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#deactivated')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#declare')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#defaultValue')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#description')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#detail')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#disjoint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#entailment')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#equals')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#expression')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#filterShape')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#flags')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#focusNode')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#group')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#hasValue')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#ignoredProperties')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#intersection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#inversePath')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#js')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#jsFunctionName')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#jsLibrary')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#jsLibraryURL')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#labelTemplate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#languageIn')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#lessThan')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#lessThanOrEquals')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#maxCount')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#maxExclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#maxInclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#maxLength')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#message')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#minCount')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#minExclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#minInclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#minLength')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#name')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#namespace')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#node')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#nodeKind')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#nodeValidator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#nodes')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#object')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#oneOrMorePath')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#optional')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#order')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#parameter')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#path')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#pattern')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#predicate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#prefix')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#prefixes')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#property')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#propertyValidator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#qualifiedMaxCount')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#qualifiedMinCount')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#qualifiedValueShape')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#result')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#resultAnnotation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#resultMessage')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#resultPath')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#resultSeverity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#returnType')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#rule')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#select')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#severity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#shapesGraph')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#shapesGraphWellFormed')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#sourceConstraint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#sourceConstraintComponent')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#sourceShape')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#sparql')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#subject')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#suggestedShapesGraph')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#target')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#targetClass')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#targetNode')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#targetObjectsOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#targetSubjectsOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#this')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#union')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#uniqueLang')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#update')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#validator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#value')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#xone')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#zeroOrMorePath')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/shacl#zeroOrOnePath')¶
Bases: DefinedNamespace
SKOS Vocabulary
An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, ‘folksonomies’, other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies.
Generated from: https://www.w3.org/2009/08/skos-reference/skos.rdf Date: 2020-05-26 14:20:08.489187
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#Collection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#Concept')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#ConceptScheme')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#OrderedCollection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#altLabel')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#broadMatch')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#broader')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#broaderTransitive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#changeNote')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#closeMatch')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#definition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#editorialNote')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#exactMatch')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#example')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#hasTopConcept')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#hiddenLabel')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#historyNote')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#inScheme')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#mappingRelation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#member')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#memberList')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#narrowMatch')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#narrower')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#narrowerTransitive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#notation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#note')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#prefLabel')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#scopeNote')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#semanticRelation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2004/02/skos/core#topConceptOf')¶
Bases: DefinedNamespace
Sensor, Observation, Sample, and Actuator (SOSA) Ontology
This ontology is based on the SSN Ontology by the W3C Semantic Sensor Networks Incubator Group (SSN-XG), together with considerations from the W3C/OGC Spatial Data on the Web Working Group.
Generated from: http://www.w3.org/ns/sosa/ Date: 2020-05-26 14:20:08.792504
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/ActuatableProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Actuation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Actuator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/FeatureOfInterest')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/ObservableProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Observation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/ObservationCollection')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Platform')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Procedure')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Result')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Sample')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Sampler')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Sampling')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/Sensor')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/actsOnProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasFeatureOfInterest')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasMember')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasOriginalSample')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasResult')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasSample')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasSampledFeature')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasSimpleResult')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/hosts')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/isActedOnBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/isFeatureOfInterestOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/isHostedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/isObservedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/isResultOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/isSampleOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/madeActuation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/madeByActuator')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/madeBySampler')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/madeBySensor')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/madeObservation')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/madeSampling')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/observedProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/observes')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/phenomenonTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/resultTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/sosa/usedProcedure')¶
Bases: DefinedNamespace
Semantic Sensor Network Ontology
This ontology describes sensors, actuators and observations, and related concepts. It does not describe domain concepts, time, locations, etc. these are intended to be included from other ontologies via OWL imports.
Generated from: http://www.w3.org/ns/ssn/ Date: 2020-05-26 14:20:09.068204
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/Deployment')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/Input')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/Output')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/Property')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/Stimulus')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/System')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/deployedOnPlatform')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/deployedSystem')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/detects')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/forProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/hasDeployment')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/hasInput')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/hasOutput')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/hasProperty')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/hasSubSystem')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/implementedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/implements')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/inDeployment')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/isPropertyOf')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/isProxyFor')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/ns/ssn/wasOriginatedBy')¶
Bases: DefinedNamespace
OWL-Time
Generated from: http://www.w3.org/2006/time# Date: 2020-05-26 14:20:10.531265
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#DateTimeDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#DateTimeInterval')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#DayOfWeek')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Duration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#DurationDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Friday')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#GeneralDateTimeDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#GeneralDurationDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Instant')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Interval')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#January')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Monday')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#MonthOfYear')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#ProperInterval')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Saturday')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Sunday')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#TRS')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#TemporalDuration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#TemporalEntity')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#TemporalPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#TemporalUnit')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Thursday')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#TimePosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#TimeZone')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Tuesday')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Wednesday')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#Year')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#after')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#before')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#day')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#dayOfWeek')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#dayOfYear')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#days')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#generalDay')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#generalMonth')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#generalYear')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasBeginning')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasDateTimeDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasDuration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasDurationDescription')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasEnd')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasTRS')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasTemporalDuration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hasXSDDuration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hour')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#hours')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inDateTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inTemporalPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inTimePosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inXSDDate')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inXSDDateTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inXSDDateTimeStamp')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inXSDgYear')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inXSDgYearMonth')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#inside')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalAfter')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalBefore')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalContains')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalDisjoint')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalDuring')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalEquals')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalFinishedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalFinishes')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalIn')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalMeets')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalMetBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalOverlappedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalOverlaps')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalStartedBy')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#intervalStarts')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#minute')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#minutes')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#month')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#monthOfYear')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#months')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#nominalPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#numericDuration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#numericPosition')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#second')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#seconds')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#timeZone')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitDay')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitHour')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitMinute')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitMonth')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitSecond')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitType')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitWeek')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#unitYear')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#week')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#weeks')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#xsdDateTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#year')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2006/time#years')¶
Bases: DefinedNamespace
VANN: A vocabulary for annotating vocabulary descriptions
This document describes a vocabulary for annotating descriptions of vocabularies with examples and usage notes.
Generated from: https://vocab.org/vann/vann-vocab-20100607.rdf Date: 2020-05-26 14:21:15.580430
URIRef
= rdflib.term.URIRef('http://purl.org/vocab/vann/changes')¶
URIRef
= rdflib.term.URIRef('http://purl.org/vocab/vann/example')¶
URIRef
= rdflib.term.URIRef('http://purl.org/vocab/vann/preferredNamespacePrefix')¶
URIRef
= rdflib.term.URIRef('http://purl.org/vocab/vann/preferredNamespaceUri')¶
URIRef
= rdflib.term.URIRef('http://purl.org/vocab/vann/termGroup')¶
URIRef
= rdflib.term.URIRef('http://purl.org/vocab/vann/usageNote')¶
Bases: DefinedNamespace
Vocabulary of Interlinked Datasets (VoID)
The Vocabulary of Interlinked Datasets (VoID) is an RDF Schema vocabulary for expressing metadata about RDF datasets. It is intended as a bridge between the publishers and users of RDF data, with applications ranging from data discovery to cataloging and archiving of datasets. This document provides a formal definition of the new RDF classes and properties introduced for VoID. It is a companion to the main specification document for VoID, <em><a href=”http://www.w3.org/TR/void/”>Describing Linked Datasets with the VoID Vocabulary</a></em>.
Generated from: http://rdfs.org/ns/void# Date: 2020-05-26 14:20:11.911298
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#Dataset')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#DatasetDescription')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#Linkset')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#TechnicalFeature')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#classPartition')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#classes')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#dataDump')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#distinctObjects')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#distinctSubjects')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#documents')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#entities')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#exampleResource')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#feature')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#inDataset')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#linkPredicate')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#objectsTarget')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#openSearchDescription')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#properties')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#property')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#propertyPartition')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#rootResource')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#sparqlEndpoint')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#subjectsTarget')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#subset')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#target')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#triples')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#uriLookupEndpoint')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#uriRegexPattern')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#uriSpace')¶
URIRef
= rdflib.term.URIRef('http://rdfs.org/ns/void#vocabulary')¶
Bases: DefinedNamespace
Basic Geo (WGS84 lat/long) Vocabulary
The HTML Specification for the vocabulary can be found here <https://www.w3.org/2003/01/geo/>.
URIRef
= rdflib.term.URIRef('https://www.w3.org/2003/01/geo/wgs84_pos#Point')¶
URIRef
= rdflib.term.URIRef('https://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing')¶
URIRef
= rdflib.term.URIRef('https://www.w3.org/2003/01/geo/wgs84_pos#alt')¶
URIRef
= rdflib.term.URIRef('https://www.w3.org/2003/01/geo/wgs84_pos#lat')¶
URIRef
= rdflib.term.URIRef('https://www.w3.org/2003/01/geo/wgs84_pos#lat_long')¶
URIRef
= rdflib.term.URIRef('https://www.w3.org/2003/01/geo/wgs84_pos#location')¶
URIRef
= rdflib.term.URIRef('https://www.w3.org/2003/01/geo/wgs84_pos#long')¶
Bases: DefinedNamespace
W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes
Generated from: ../schemas/datatypes.xsd Date: 2021-09-05 20:37+10
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#Assertions')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#ENTITIES')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#ENTITY')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#ID')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#IDREF')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#IDREFS')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#NCName')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#NMTOKEN')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#NMTOKENS')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#NOTATION')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#Name')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#QName')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#anyURI')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#base64Binary')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#boolean')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#bounded')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#byte')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#cardinality')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#date')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#dateTime')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#dateTimeStamp')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#day')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#dayTimeDuration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#decimal')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#double')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#duration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#enumeration')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#explicitTimezone')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#float')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#fractionDigits')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#gDay')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#gMonth')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#gMonthDay')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#gYear')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#gYearMonth')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#hexBinary')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#hour')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#int')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#integer')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#language')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#length')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#long')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#maxExclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#maxInclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#maxLength')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#minExclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#minInclusive')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#minLength')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#minute')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#month')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#negativeInteger')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#nonNegativeInteger')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#nonPositiveInteger')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#normalizedString')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#numeric')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#ordered')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#pattern')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#positiveInteger')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#second')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#short')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#string')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#time')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#timezoneOffset')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#token')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#totalDigits')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#unsignedByte')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#unsignedInt')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#unsignedLong')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#unsignedShort')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#whiteSpace')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#year')¶
URIRef
= rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#yearMonthDuration')¶
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4